1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
Commit Graph

23427 Commits

Author SHA1 Message Date
joshvera
1163067f15 ++proto3-suite 2018-06-11 19:29:04 -04:00
Charlie Somerville
3c2a877821 Merge branch 'master' into charliesome/value-ref-address 2018-06-12 08:56:56 +10:00
Rick Winfrey
b1c1a25267 Assign list comprehensions, generators, tuple patterns 2018-06-11 15:54:01 -07:00
joshvera
2063798b24 Pass the original field number into the generate function 2018-06-11 18:30:13 -04:00
Timothy Clem
da779b60a3 Don't strip out the computed Authorization header 2018-06-11 15:27:12 -07:00
Rick Winfrey
36f80acba1 Update hidden imports and add fixtures 2018-06-11 15:22:51 -07:00
Rick Winfrey
336cf2d4f3 Bump haskell-tree-sitter 2018-06-11 15:04:04 -07:00
Patrick Thomson
25a3ad2e55 split up Semantic.IO into Data.Handle and Semantic.Effect.Files 2018-06-11 17:38:31 -04:00
Patrick Thomson
511d412e10 Merge remote-tracking branch 'origin/master' into import-graph-mk2 2018-06-11 17:19:48 -04:00
Timothy Clem
058766b56e Auto-merged master into haystack on deployment 2018-06-11 14:16:17 -07:00
joshvera
1a49b3e197 ++proto3-suite 2018-06-11 17:11:35 -04:00
Patrick Thomson
39cf6c3551 whoops 2018-06-11 17:10:44 -04:00
joshvera
82e1de7fde Add roundtrip tests for json syntax 2018-06-11 17:10:29 -04:00
Rick Winfrey
536433cb44 Merge branch 'master' into haskell-assignment2 2018-06-11 14:05:28 -07:00
Timothy Clem
701e36fb19 Documentation 2018-06-11 14:01:46 -07:00
Rick Winfrey
eb9b2d5c01 Merge pull request #1940 from github/haskell-assignment
Haskell assignment #6
2018-06-11 13:58:07 -07:00
Rick Winfrey
ae07aaa9f9 Merge branch 'master' into haskell-assignment 2018-06-11 13:24:36 -07:00
Patrick Thomson
084129cde0 preliminary implementation of findFiles 2018-06-11 16:18:16 -04:00
Timothy Clem
ff47ad3653 Docs 2018-06-11 13:12:19 -07:00
Timothy Clem
5dec496220 Take SomeException, log errors 2018-06-11 13:12:19 -07:00
Timothy Clem
0d4182cb96 LogQueue type synonym 2018-06-11 13:12:19 -07:00
Timothy Clem
00ccf400ad Print out error for local testing 2018-06-11 13:12:19 -07:00
Timothy Clem
54fe72ad74 Consolidate configuration options 2018-06-11 13:12:19 -07:00
Timothy Clem
5eeaaabf76 Start to extract common configuration 2018-06-11 13:12:19 -07:00
Timothy Clem
437b465f56 First pass at haystack reporting 2018-06-11 13:12:19 -07:00
Josh Vera
0f33acb7ed Merge pull request #1943 from github/remove-otiose-blob
Remove unnecessary per-blob roundtripping.
2018-06-11 15:21:07 -04:00
Patrick Thomson
ea1b44085a fix bumps in the road 2018-06-11 14:43:35 -04:00
Patrick Thomson
220aaff435 StrictData is on so we don't need explicit bangs 2018-06-11 14:35:09 -04:00
Patrick Thomson
666524a07b Merge remote-tracking branch 'origin/master' into import-graph-mk2 2018-06-11 14:30:52 -04:00
Patrick Thomson
58f3ba609c Warnings. 2018-06-11 14:23:44 -04:00
Patrick Thomson
656c989409 Fix tests. 2018-06-11 13:36:15 -04:00
Rick Winfrey
5652f6d22d Merge branch 'master' into haskell-assignment 2018-06-11 10:32:46 -07:00
Rick Winfrey
2048c23383 Add Operator constructor 2018-06-11 10:27:14 -07:00
Rick Winfrey
932f2d2267 Use single type constructor for identifiers 2018-06-11 10:22:06 -07:00
Patrick Thomson
57ca70662e Remove Semantic.IO.Blob. 2018-06-11 12:54:55 -04:00
joshvera
8cac00fe95 Add 1 to index of syntax type in a sum of syntaxes when encoding 2018-06-11 12:45:44 -04:00
Timothy Clem
48408e489a Merge pull request #1928 from github/port-semiotic-http-interface
Port semiotic http interface
2018-06-11 08:22:32 -07:00
Timothy Clem
b71c883da1 Merge branch 'master' into port-semiotic-http-interface 2018-06-11 07:41:54 -07:00
Rick Winfrey
9317972ca2 Assign import declarations (not hidden) 2018-06-08 17:18:39 -07:00
Rick Winfrey
fadf84870e Assign standalone deriving instances 2018-06-08 15:46:03 -07:00
Rick Winfrey
5824ea1b73 Add additional type signature tests 2018-06-08 15:07:07 -07:00
Patrick Thomson
77856bc098 more warnings 2018-06-08 17:17:50 -04:00
Patrick Thomson
a69b80d4f4 warnings 2018-06-08 17:10:25 -04:00
Patrick Thomson
84b8b5ceb7 cleanup 2018-06-08 17:05:04 -04:00
Patrick Thomson
e59708dfd6 docs 2018-06-08 16:53:38 -04:00
Patrick Thomson
18399518b9 don't load all the preludes ahead of time 2018-06-08 16:49:38 -04:00
Rick Winfrey
c1b0980383 I like hugging my code with extra (), sorry to inconvenience you hlint 2018-06-08 12:13:58 -07:00
Rick Winfrey
c688f580f7 Regenerate go test fixtures 2018-06-08 12:10:54 -07:00
Rick Winfrey
646e1c3459 Be explicit about each identifier type
I went through a lot of trouble to make every identifier parsed in `tree-sitter-haskell` as accurate as possible (i.e. type variable identifier vs constructor identifier vs type class identifier). This enables us to keep those distinctions with assignment at the cost of adding more constructors.
2018-06-08 12:05:17 -07:00
Rick Winfrey
6f8dff06f8 Assign equality constraints 2018-06-08 12:02:13 -07:00