1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
Commit Graph

22973 Commits

Author SHA1 Message Date
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
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
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
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
Patrick Thomson
16066c1f7d fewer spurious changes 2018-06-04 18:10:00 -04:00
Patrick Thomson
a8212b14a3 pretty-fication 2018-06-04 18:03:16 -04:00
Rick Winfrey
d5a7c04254 Merge branch 'master' of https://github.com/github/semantic into haskell-assignment 2018-06-04 15:01:25 -07:00
Patrick Thomson
3586a6d1d8 Merge pull request #1906 from github/text-names
Make Assignment `source` directive use Text and remove internal ByteStrings
2018-06-04 17:59:04 -04:00
Patrick Thomson
b3eae027f6 This should fix the issues associated with off-by-ones 2018-06-04 17:55:49 -04:00
Rick Winfrey
e5c3408b93 Appease hlint 2018-06-04 14:53:32 -07:00
Patrick Thomson
0253a20250 whitespace 2018-06-04 17:45:11 -04:00
Timothy Clem
bfe7caed48 Merge branch 'master' into java-assignment-part-2 2018-06-04 14:34:22 -07:00
Patrick Thomson
726d300004 Pre-merge cleanup 2018-06-04 17:30:42 -04:00
Timothy Clem
d3658ee257 Merge branch 'master' into haskell-assignment 2018-06-04 14:30:10 -07:00
Timothy Clem
0ac65fe3a7 Merge branch 'master' into text-names 2018-06-04 14:09:31 -07:00
Patrick Thomson
8f8b080213 🔥 otiose import 2018-06-04 15:14:55 -04:00
Patrick Thomson
39d9ad8e86 Try, unsuccessfully, to fix weird off-by-one error in Language serialization 2018-06-04 15:14:07 -04:00
Patrick Thomson
2a8e02856b tentative commit to move from Maybe Language to Language.
should fix a lot of issues around decoding Maybe Language fields.
2018-06-04 14:54:30 -04:00
Patrick Thomson
dd4a939f21 merge fallout 2018-06-04 12:18:02 -04:00
Patrick Thomson
7c9b1ec17e Merge remote-tracking branch 'origin/master' into text-names 2018-06-04 11:46:54 -04:00
Patrick Thomson
ede4039335 centralize a single 'stripQuotes' function 2018-06-04 11:41:17 -04:00
Patrick Thomson
7b774d764c cleanup 2018-06-04 11:27:04 -04:00
Patrick Thomson
b20ca6c997 remove evil orphan 2018-06-04 11:11:53 -04:00
Patrick Thomson
776757bfa8 last few ByteString excisions 2018-06-04 10:59:31 -04:00
Patrick Thomson
cf6133ebfc change fromBytes to fromUTF8 2018-06-04 10:18:32 -04:00
Patrick Thomson
6c94d3e20f comments and Markdown stuff in Text 2018-06-04 10:16:15 -04:00
Rick Winfrey
eb64f88bd0 Updates per changes in master 2018-06-01 16:41:29 -07:00
Rick Winfrey
b0fb50e21a Assign contexts with classes 2018-06-01 16:36:34 -07:00
Rick Winfrey
9db3c596dc Add Context' and Class syntax constructors 2018-06-01 16:36:34 -07:00
Rick Winfrey
4f34d71651 Assign datatype declarations with deriving clauses 2018-06-01 16:36:07 -07:00
Rick Winfrey
bf117f0907 Add deriving constructor 2018-06-01 16:34:31 -07:00
Rick Winfrey
26707bab69 Update Declaration.Datatype to hold deriving clause 2018-06-01 16:34:31 -07:00