1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 04:11:48 +03:00
Commit Graph

23081 Commits

Author SHA1 Message Date
Rob Rix
9a0ffdb794 Merge branch 'master' into java-assignment-part-2 2018-06-06 12:08:01 -04:00
Rob Rix
a9f1e0c34e 🔥 a redundant import. 2018-06-06 11:22:52 -04:00
Rob Rix
c74263d9d6 Revert "Variable lookup is total, failing when the Env effect is run instead."
This reverts commit b96aaffa19a548a0ff50c862460e1a12b4031e89.
2018-06-06 10:39:10 -04:00
Rob Rix
7657af6ed8 Revert "🔥 lookupOrAlloc."
This reverts commit bc28749e5f0c66601c7f1f280327c75073ba922f.
2018-06-06 10:37:29 -04:00
Rob Rix
83ee082259 Regenerate all of the affected fixtures. 2018-06-06 10:35:47 -04:00
Rob Rix
37ca14ff75 Correct the MemberAccess assignments for Go. 2018-06-06 10:31:04 -04:00
Rob Rix
3fc86616a5 We no longer define a constraint synonym. 2018-06-06 10:04:38 -04:00
Rob Rix
d93ce65861 🔥 the default signature for eval. 2018-06-06 10:00:50 -04:00
Rob Rix
0f2fa52db7 🔥 EvaluatableConstraints. 2018-06-06 09:58:00 -04:00
Rob Rix
351e819853 Don’t use EvaluatableConstraints to define evaluatePackageWith. 2018-06-06 09:57:02 -04:00
Rob Rix
6e5222948b Give a type signature for reassociate. 2018-06-06 09:48:09 -04:00
Rob Rix
b6c8c3f236 Fix up the evaluator spec. 2018-06-06 09:46:12 -04:00
Rob Rix
45db2af4f8 Reassociate errors when typechecking in ghci. 2018-06-06 09:46:04 -04:00
Rob Rix
b19c381edb 🔥 the Fail effect. 2018-06-06 09:45:40 -04:00
Rob Rix
3d9e335221 🔥 reassociateTypes. 2018-06-06 09:44:27 -04:00
Rob Rix
a64efcf823 🔥 the Fail requirement. 2018-06-06 09:20:25 -04:00
Rob Rix
4003cd717d Represent MemberAccess with a Name as its second field. 2018-06-06 09:20:15 -04:00
Rob Rix
3c5c0d8038 Rename unName to formatName. 2018-06-06 09:17:13 -04:00
Rob Rix
be619578ca Merge branch 'java-assignment-part-2' into combined-allocator-and-env 2018-06-06 09:13:12 -04:00
Rob Rix
09ac444fbe Don’t represent illegal cases. 2018-06-06 08:48:07 -04:00
Rob Rix
68a61bf1f4 Be specific about the operands to load. 2018-06-06 08:43:42 -04:00
Rob Rix
13854d7428 Rearrange PHP namespace evaluation to avoid a use of fail. 2018-06-06 08:38:05 -04:00
Rob Rix
85f3a6f0d6 🔥 a redundant import. 2018-06-06 08:33:49 -04:00
Rob Rix
c94a0be3d3 🔥 lookupOrAlloc. 2018-06-06 08:31:38 -04:00
Rob Rix
6fdf2c274e Variable lookup is total, failing when the Env effect is run instead. 2018-06-06 08:22:42 -04:00
Rob Rix
946ac38f0d Merge Control.Abstract.Configuration into Control.Abstract.Heap. 2018-06-06 08:04:58 -04:00
Rick Winfrey
a452136999 Assign simple GADTs 2018-06-05 16:01:56 -07:00
Rick Winfrey
4c162ab20d Assign type signatures and function types 2018-06-05 16:01:37 -07:00
Rob Rix
282b771982 typeArgument works when we define it outside of a choice with anything else, but _not_ inside the choice.
I don’t know why, and it’s driving me bananas.
2018-06-05 16:52:48 -04:00
Rob Rix
fdc0cb37d2 Customize the Show instance for ErrorStack. 2018-06-05 16:08:27 -04:00
Ayman Nadeem
f0b39c2d62 sorta handle typeArguments but not really 2018-06-05 12:50:00 -07:00
Rick Winfrey
97c71544ea Assign GADT declarations without constructors 2018-06-05 12:26:42 -07:00
Ayman Nadeem
8ca91b1fb3 assign arrayAccess 2018-06-05 12:15:13 -07:00
Ayman Nadeem
be050a7115 assign spread parameter 2018-06-05 12:01:34 -07:00
Ayman Nadeem
ccfe2d1a23 add EnumBodyDeclarations to enums 2018-06-05 11:37:22 -07:00
Rick Winfrey
e2dba7cd28 Assign contexts per constructor 2018-06-05 11:32:40 -07:00
Ayman Nadeem
9da62b5e2f add superInterfaces to enums 2018-06-05 11:31:39 -07:00
Ayman Nadeem
d6c4791a55 add modifier to enums 2018-06-05 11:27:22 -07:00
Ayman Nadeem
3bfb45fdb1 add fieldAccess 2018-06-05 11:19:46 -07:00
Timothy Clem
3b21774413 Handle parse tree and symbols responses 2018-06-05 11:16:21 -07:00
Ayman Nadeem
36329fcf8e assign wildcards 2018-06-05 11:09:19 -07:00
Timothy Clem
032a361027 Slightly different approach so we can error appropriately 2018-06-05 10:37:49 -07:00
Rick Winfrey
3f7b90d658 Merge pull request #1923 from github/relax-cancel-test
Relax the timeout in the cancelable parsing test.
2018-06-05 10:31:04 -07:00
Ayman Nadeem
94e2c36657 sort deriving clauses 2018-06-05 10:28:42 -07:00
Patrick Thomson
0fdef390b2 Relax the timeout in the cancelable parsing test.
If this keeps whining, I'll remove the test, but let's try tripling
the timeout interval first.
2018-06-05 13:13:08 -04:00
Josh Vera
5e99102e1e Merge pull request #1920 from github/normalize-unevaluated-module-tables
Normalize unevaluated module tables
2018-06-05 13:08:52 -04:00
Timothy Clem
94ddea7211 First pass at porting of diff/toc endpoint 2018-06-05 10:05:14 -07:00
Josh Vera
dd3fe37269 Merge branch 'master' into normalize-unevaluated-module-tables 2018-06-05 13:04:30 -04:00
Patrick Thomson
4457940e3c Merge pull request #1921 from github/proto-tests
Add tests for protobuf serialization/deserialization.
2018-06-05 13:03:16 -04:00
Josh Vera
afae617f21 Merge branch 'master' into normalize-unevaluated-module-tables 2018-06-05 12:56:38 -04:00