1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
Commit Graph

23001 Commits

Author SHA1 Message Date
Ayman Nadeem
cf63da3cbf add field access test 2018-06-06 11:06:16 -07:00
Rob Rix
3e4005ab65 Merge pull request #1931 from github/java-assignment-part-2
Java assignment continues...
2018-06-06 13:32:21 -04:00
Rob Rix
9a0ffdb794 Merge branch 'master' into java-assignment-part-2 2018-06-06 12:08:01 -04: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
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
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
Ayman Nadeem
36329fcf8e assign wildcards 2018-06-05 11:09:19 -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
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
Patrick Thomson
c94bb216ba Use fromEnum and maxBound to ensure this test gets changed for all new Languages. 2018-06-05 12:56:34 -04:00
Patrick Thomson
06c13317ba Merge branch 'master' into proto-tests 2018-06-05 12:52:41 -04:00
Rick Winfrey
d84ab4dbd3 Merge pull request #1922 from github/reorder-deriving
Reorder deriving clauses for all syntax constructors
2018-06-05 09:52:28 -07:00
Patrick Thomson
fbff61b247 actually run the specs 2018-06-05 12:51:23 -04:00
Rick Winfrey
b58401f305 Reorder deriving clauses for all syntax constructors 2018-06-05 09:41:25 -07:00
Rob Rix
571d273c93 Merge branch 'master' into normalize-unevaluated-module-tables 2018-06-05 12:35:35 -04:00
Patrick Thomson
43fd0e65ef Merge remote-tracking branch 'origin/master' into proto-tests 2018-06-05 12:33:17 -04:00
Patrick Thomson
123b2938d9 Merge pull request #1919 from github/fix-maybe-language
Add an Unknown case to Language and make it a MessageField for RPC
2018-06-05 12:33:09 -04:00
Patrick Thomson
871ebf49b8 Add a test to ensure no one breaks Enum instances for Language. 2018-06-05 12:32:24 -04:00
Patrick Thomson
c35d00bf93 Merge branch 'master' into fix-maybe-language 2018-06-05 12:24:14 -04:00
Rick Winfrey
0d1d1965f3 Merge pull request #1916 from github/haskell-assignment
Haskell assignment #4
2018-06-05 09:19:44 -07:00
Patrick Thomson
fa5ccc668a tighten up languageForBlobPair 2018-06-05 12:17:54 -04:00
Patrick Thomson
e25791c1ca Roundtrip test for protobuf instances. 2018-06-05 12:14:24 -04:00
Rick Winfrey
5b411254a9 Merge branch 'master' into haskell-assignment 2018-06-05 09:12:40 -07:00
Rob Rix
f55200ede4 Merge branch 'normalize-unevaluated-module-tables' of https://github.com/github/semantic into normalize-unevaluated-module-tables 2018-06-05 09:49:13 -04:00
Rob Rix
c6b5d99a9c We can just say map. 2018-06-05 09:49:07 -04:00
Rob Rix
02f5c332e4 Merge branch 'master' into normalize-unevaluated-module-tables 2018-06-05 09:48:19 -04:00
Rob Rix
7cbd2a60d6 Merge branch 'master' into fix-maybe-language 2018-06-05 09:45:41 -04:00
Rob Rix
175bcaf5d5 Merge pull request #1915 from github/java-assignment-part-2
Java assignment part 2
2018-06-05 09:45:25 -04:00
Rob Rix
4536f219ec Normalize the unevaluated module table representation. 2018-06-05 09:43:55 -04:00
Rob Rix
1002a48f83 🔥 some trailing whitespace. 2018-06-05 09:42:35 -04:00
Rob Rix
6b3683fd44 Sort some imports. 2018-06-05 09:41:18 -04:00
Rob Rix
1d8fcf3ecf Merge branch 'master' into java-assignment-part-2 2018-06-05 09:26:31 -04:00
Patrick Thomson
11d116d893 remove inaccurate comment 2018-06-04 18:59:15 -04:00
Patrick Thomson
96771f8ebf fix tests 2018-06-04 18:53:24 -04:00
Patrick Thomson
c0f31c9531 fix warning 2018-06-04 18:46:05 -04:00
Patrick Thomson
4a7ebf71dd Merge remote-tracking branch 'origin/master' into fix-maybe-language 2018-06-04 18:33:03 -04:00
Patrick Thomson
6e273d8b6e Fix lints 2018-06-04 18:31:53 -04:00
Patrick Thomson
10a863f57c Fix tests 2018-06-04 18:26:47 -04:00
Patrick Thomson
6abb7b9a2a tighten up some Maybes now that Unknown is a thing 2018-06-04 18:17:02 -04:00