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

31453 Commits

Author SHA1 Message Date
Rob Rix
f9bbcb3b64
Comment the .ghci file 2019-10-30 15:44:03 -04:00
Patrick Thomson
b91fbf065e Remove unused import and sort them. 2019-10-30 15:43:32 -04:00
Rob Rix
cab72daf15
:fire 2019-10-30 15:40:51 -04:00
Rob Rix
e58bb8825f
Enable StrictData. 2019-10-30 15:36:32 -04:00
Rob Rix
3e0a968635
Set the output, o, hi, and stub dirs to dist-repl. 2019-10-30 15:34:29 -04:00
Rob Rix
f71ad89725
Use dist-repl import paths. 2019-10-30 15:34:18 -04:00
Rob Rix
c53e18e263
Add a .ghci file configured to set up the project loading &c. 2019-10-30 15:18:56 -04:00
Rob Rix
73badce74d
Add a script to run ghci. 2019-10-30 15:18:43 -04:00
Patrick Thomson
80587be6cc Adjust prelude definitions since we can't yet assign to slots. 2019-10-30 15:13:34 -04:00
Rob Rix
f799b3b759
Ignore dist-repl. 2019-10-30 15:00:05 -04:00
Rob Rix
0aa6effbdf
🔥 the project-wide .ghci file. 2019-10-30 14:57:21 -04:00
Rob Rix
c6c729df45
🔥 redundant Generic & Hashable instances. 2019-10-30 14:51:57 -04:00
Rob Rix
50fb1380da
Correct how we silence a lint. 2019-10-30 14:45:36 -04:00
Rob Rix
17fe2b0fe8
🔥 redundant language extensions. 2019-10-30 14:35:55 -04:00
Rob Rix
0c897852b0
🔥 redundant constraints. 2019-10-30 14:31:43 -04:00
Rob Rix
890d05dfd7
🔥 branchNode/leafNode/toTerm. 2019-10-30 14:30:52 -04:00
Rob Rix
4941cb8dc8
🔥 redundant constraints. 2019-10-30 14:30:26 -04:00
Rob Rix
60886eb90f
🔥 the silencing of no export list warnigns. 2019-10-30 14:28:41 -04:00
Rob Rix
eeec38a770
🔥 the highly suspect release flag use from the tests. 2019-10-30 14:13:22 -04:00
Rob Rix
3a18af8f47
We don’t actually use NamedFieldPuns here. 2019-10-30 14:12:53 -04:00
Rob Rix
b07382d236
🔥 partial record selectors in the integration spec. 2019-10-30 14:11:39 -04:00
Rob Rix
22f1e7295d
🔥 redundant imports. 2019-10-30 14:08:59 -04:00
Rob Rix
6230181c7e
Fix up the graph style. 2019-10-30 14:03:05 -04:00
Rob Rix
a2ec2ae8de
🔥 partial record selectors from ControlFlowVertex. 2019-10-30 14:00:38 -04:00
Patrick Thomson
f4d70c0c21 Align some definitions. 2019-10-30 13:51:51 -04:00
Rob Rix
29085fd688
Extract the partial moduleName & span fields into a new type. 2019-10-30 13:50:00 -04:00
Patrick Thomson
ebb74b30cb Parse result directive RHS values into Concrete values. 2019-10-30 13:49:54 -04:00
Rob Rix
fa865e8caf
Disable extensions in the hlint config. 2019-10-30 13:42:53 -04:00
Patrick Thomson
45864480e0 clean up language, in a literal sense 2019-10-30 13:40:36 -04:00
Rob Rix
b2ad11a912
Don’t bind unused type variables. 2019-10-30 13:39:01 -04:00
Rob Rix
29db8b3f35
🔥 partial field selectors for Python.QualifiedName. 2019-10-30 13:36:26 -04:00
Rob Rix
9770cbdc9b
🔥 partial field selectors for Token. 2019-10-30 13:35:35 -04:00
Rob Rix
8d6eecc77b
Fix partial record selector warnings for LoopControl. 2019-10-30 13:34:21 -04:00
Patrick Thomson
c2bce9d76a Give tree equality its own assertion function 2019-10-30 13:33:07 -04:00
Rob Rix
f68fa5ea30
Enable hard-mode warnings project-wide. 2019-10-30 13:29:45 -04:00
Patrick Thomson
edaac52ebd extract readDirectivesFromFile into the Directives module 2019-10-30 13:29:18 -04:00
Patrick Thomson
3bf5c415f1 Clean up milestoneFixtures. 2019-10-30 13:20:26 -04:00
Rob Rix
17f860a6bd
Only enable StrictData by default. 2019-10-30 13:16:32 -04:00
Rob Rix
a8a3bca972
Fix some missed language extensions. 2019-10-30 13:16:17 -04:00
Patrick Thomson
630f2fcb3d Initial version of this before I go on a refactoring spree. 2019-10-30 13:13:53 -04:00
Rob Rix
7262484a57
Add language extensions to everything. 2019-10-30 12:49:23 -04:00
Rob Rix
298c37feff
Avoid binding an unused type variable. 2019-10-30 11:44:58 -04:00
Patrick Thomson
65c42cb322 Bump version to 0.9.0.0. 2019-10-30 10:56:52 -04:00
Patrick Thomson
c8ff9bdd03
Merge pull request #367 from github/semantic-ast-docker
Include semantic-ast in the container
2019-10-30 10:49:56 -04:00
Rob Rix
dde5258324
Exclude a bunch of one-off files. 2019-10-30 09:21:24 -04:00
Rob Rix
b9a71d4b97
Exclude .git. 2019-10-30 09:21:19 -04:00
Rob Rix
f93e33aa5e
Don’t send bench, script, or test either. 2019-10-30 09:17:40 -04:00
Rob Rix
c6a9b59b56
Don’t send semantic-source to the docker daemon. 2019-10-30 09:14:24 -04:00
Rob Rix
8c0065d8ac
Eliminate a redundant copy of semantic-source. 2019-10-30 09:03:15 -04:00
Rob Rix
6a4057902c
v2-. 2019-10-30 08:42:28 -04:00