1
1
mirror of https://github.com/github/semantic.git synced 2024-12-30 10:27:45 +03:00
Commit Graph

23956 Commits

Author SHA1 Message Date
Rob Rix
e3ae8cae89 Blacklist unsafePerformIO & unsafeCoerce by default. 2018-06-19 09:15:07 -04:00
Rob Rix
4099b3ec4d Tell hlint about our language extensions. 2018-06-19 09:14:55 -04:00
Rob Rix
9d6c0f16a2 Stub in an hlint config file. 2018-06-19 09:14:46 -04:00
Rob Rix
910a02e931 Placate hlint. 2018-06-19 08:53:15 -04:00
Rob Rix
d914385b2a Add hints to avoid redundant uses of pure. 2018-06-19 08:36:00 -04:00
Patrick Thomson
de5792ef38 will this fix the cabal file? only time will tell 2018-06-18 19:22:42 -04:00
Josh Vera
53ebeaed3d Merge branch 'master' into grpc-trees 2018-06-18 19:18:11 -04:00
Timothy Clem
90fa005d06 Merge branch 'master' into import-graph-mk2 2018-06-18 16:11:08 -07:00
Rick Winfrey
2f8c3b335e Chapter 13 in the ongoing saga ... 2018-06-18 16:08:28 -07:00
Rick Winfrey
45885933cd Chapter 12 in the ongoing saga entitled "In Haskell, function application binds tighter" 2018-06-18 15:59:18 -07:00
Rick Winfrey
62ef6aad0b Merge branch 'master' of https://github.com/github/semantic into haskell-assignment 2018-06-18 15:29:55 -07:00
Rick Winfrey
3397b88c06 Fixtures are our friends 2018-06-18 15:29:08 -07:00
Rick Winfrey
f12682df11 Assign the kinds! (*, *), (*), [(*->*)] 2018-06-18 15:28:46 -07:00
Rick Winfrey
51e48b592d Assign type instance declarations 2018-06-18 15:28:03 -07:00
Rob Rix
1a4751ffd4 Merge branch 'master' into topologically-sorted-imports 2018-06-18 18:14:01 -04:00
joshvera
011a56b14c Merge remote-tracking branch 'origin/fix-build' into grpc-trees 2018-06-18 18:11:01 -04:00
joshvera
4b8c4ba137 Merge remote-tracking branch 'origin/master' into grpc-trees 2018-06-18 18:10:46 -04:00
Timothy Clem
de48b8cfea Merge remote-tracking branch 'origin/master' into import-graph-mk2 2018-06-18 14:58:50 -07:00
Rick Winfrey
c4a7b9e641 Add type class instance declarations 2018-06-18 14:47:58 -07:00
Rick Winfrey
a2cc9f62b6 Assign record wild cards (e.g. {..}) 2018-06-18 14:43:50 -07:00
Rick Winfrey
cd74909e9c Assign labeled patterns (e.g. Foo{..} in a function declaration) 2018-06-18 14:43:33 -07:00
Rick Winfrey
e19f8191bf Assign instances (a portion of a type class instance declaration) 2018-06-18 14:42:58 -07:00
Rick Winfrey
81d50dbeb8 Allow for more options in the identifier portion of a function declaration assignment 2018-06-18 14:42:22 -07:00
Rick Winfrey
92d2e692ab Assign type class instance declarations 2018-06-18 14:42:04 -07:00
Timothy Clem
88499cb0ae Merge pull request #1975 from github/no-more-tags-output
🔥 the --tags output and associated code
2018-06-18 14:15:34 -07:00
Timothy Clem
4dce543e6d Merge branch 'master' into no-more-tags-output 2018-06-18 14:11:44 -07:00
Timothy Clem
a2aeec581b Merge pull request #1973 from github/define-preludes-as-builtins
Define preludes as builtins
2018-06-18 14:11:33 -07:00
joshvera
30f8c20812 ++proto3-suite 2018-06-18 17:07:53 -04:00
joshvera
7779ecde0e ++proto3-suite pin to roundtrip-helpers 2018-06-18 16:59:09 -04:00
Timothy Clem
9fe2fab276 Merge branch 'master' into define-preludes-as-builtins 2018-06-18 13:58:50 -07:00
joshvera
02c4176933 Merge remote-tracking branch 'origin/master' into grpc-trees 2018-06-18 16:57:54 -04:00
joshvera
8ec851f913 Pass the submessage num to liftDecodeMessage when decoding in Message1 Sum 2018-06-18 16:57:22 -04:00
Timothy Clem
51aa65eff9 Merge pull request #1974 from github/telemetry-errors-in-specs
Suppress telemetry errors in specs.
2018-06-18 13:55:09 -07:00
Timothy Clem
3656c04474 Fix up linter issues 2018-06-18 13:53:30 -07:00
Timothy Clem
628bdb5acd No longer used 2018-06-18 13:45:49 -07:00
Timothy Clem
0893027f11 Merge branch 'master' into no-more-tags-output 2018-06-18 13:39:23 -07:00
Timothy Clem
2b29ceff56 Merge branch 'master' into telemetry-errors-in-specs 2018-06-18 13:39:19 -07:00
Timothy Clem
461d5d39f4 Merge branch 'master' into define-preludes-as-builtins 2018-06-18 13:35:02 -07:00
Timothy Clem
2aeb25f3bb Merge pull request #1976 from github/tree-sitter-0.12.0
++ haskell-tree-sitter (tree-sitter 0.12.0)
2018-06-18 13:34:29 -07:00
Timothy Clem
c878ead305 ++ haskell-tree-sitter (tree-sitter 0.12.0) 2018-06-18 13:00:59 -07:00
Rick Winfrey
21526b78ff Add type class declaration fixtures 2018-06-18 12:34:27 -07:00
Rick Winfrey
57e24f423e Assign functional dependencies 2018-06-18 12:32:21 -07:00
Rob Rix
daf4e91959 🔥 ScopedTypeVariables 🎉 2018-06-18 15:27:15 -04:00
Rob Rix
92295f3b7a 🔥 a couple of redundant signatures. 2018-06-18 15:26:29 -04:00
Rob Rix
6ccfc73490 Merge branch 'define-preludes-as-builtins' into topologically-sorted-imports 2018-06-18 15:22:58 -04:00
Rick Winfrey
4fd3eb80c6 🔤 2018-06-18 12:20:19 -07:00
Rob Rix
90f025c2a2 Select the JS prelude in Util. 2018-06-18 15:20:10 -04:00
Rick Winfrey
0c34996344 Assign type family declarations 2018-06-18 12:20:08 -07:00
Rob Rix
e1f6a423c9 Allow the use of a separate JS prelude. 2018-06-18 15:19:39 -04:00
Rob Rix
c4b25097a4 Define a HasPrelude instance for JavaScript. 2018-06-18 15:19:11 -04:00