1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00
Commit Graph

23148 Commits

Author SHA1 Message Date
Patrick Thomson
81482ee696 Merge remote-tracking branch 'origin/master' into import-graph-mk2 2018-06-12 12:09:49 -04:00
Patrick Thomson
c563747f87 tests compile now 2018-06-12 12:09:40 -04:00
Patrick Thomson
30c7d0d554 formatting 2018-06-12 12:07:17 -04:00
Patrick Thomson
6c4bd4177f not needed 2018-06-12 12:02:16 -04:00
Patrick Thomson
f0b96e793d remove unused functions 2018-06-12 11:54:25 -04:00
Patrick Thomson
38be124258 Revert "split up Semantic.IO into Data.Handle and Semantic.Effect.Files"
This reverts commit c0064862e756a1064dc29631f94e007d9bdfb10b.
2018-06-12 11:40:53 -04:00
Patrick Thomson
17d673f574 WIP 2018-06-12 11:35:37 -04:00
Patrick Thomson
c950e3af37 huge simplifications 2018-06-12 11:34:40 -04:00
Josh Vera
ece3d8961f Merge pull request #1939 from github/java-assignment-continued
Java assignment part 3
2018-06-12 06:38:18 -04:00
Josh Vera
59031403f2 Merge branch 'master' into java-assignment-continued 2018-06-12 06:23:15 -04:00
Josh Vera
9a72b48c44 Merge pull request #1946 from github/charliesome/value-ref-params
Remove value type parameter from ValueRef
2018-06-12 06:22:43 -04:00
Charlie Somerville
a9a49ec56c remove value parameter from ValueRef 2018-06-12 14:23:48 +10:00
Charlie Somerville
9e936a4a1a Merge pull request #1877 from github/charliesome/value-ref-address
Change ValueRef to hold addresses rather than values directly
2018-06-12 13:56:03 +10:00
Charlie Somerville
c326a7e9d1 add documentation 2018-06-12 12:37:00 +10:00
Charlie Somerville
e436ace47c remove fromJust 2018-06-12 12:36:57 +10:00
Charlie Somerville
3c2a877821 Merge branch 'master' into charliesome/value-ref-address 2018-06-12 08:56:56 +10: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
Patrick Thomson
39cf6c3551 whoops 2018-06-11 17:10:44 -04: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
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
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
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
Rick Winfrey
780e5f295b Assign tuples 2018-06-08 12:01:06 -07:00
Patrick Thomson
14b01603e4 it works as long as you package the prelude and comment out Util 2018-06-08 14:40:12 -04:00
Rick Winfrey
9a76a2ea24 Bump haskell-tree-sitter 2018-06-08 11:02:24 -07:00
Rick Winfrey
ce8cd489af Assign default declarations 2018-06-08 10:33:42 -07:00
Rick Winfrey
5d3ece8d69 Allow multiple contexts (for scoped type variables and type class constraints) for data constructors 2018-06-08 10:23:21 -07:00
Ayman Nadeem
90c8fbb17e Merge branch 'master' into java-assignment-continued 2018-06-08 10:23:13 -07:00
Rick Winfrey
867170b39a Assign primitive constructor identifiers 2018-06-08 10:13:24 -07:00