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

122 Commits

Author SHA1 Message Date
Patrick Thomson
1d1e1699c2 Finish porting to direct Hackage downloads. 2020-07-08 16:58:30 -04:00
Patrick Thomson
17bc8abd41 Merge remote-tracking branch 'origin/master' into bazel-experiments 2020-07-08 13:37:26 -04:00
Patrick Thomson
0754ff36c7 do them all 2020-07-01 21:47:30 -04:00
Timothy Clem
67bcc3ca48 Use state to cache line and counting algorithms 2020-07-01 16:39:56 -07:00
Patrick Thomson
af7b4b578a Last shims. 2020-07-01 15:16:57 -04:00
Patrick Thomson
feb0e46de8 No need to walk directories here. 2020-07-01 13:31:59 -04:00
Patrick Thomson
6d390195e3 Fix bad hacks associated with directory paths. 2020-07-01 13:00:15 -04:00
Patrick Thomson
5be476d118 more test adjustments 2020-07-01 01:14:59 -04:00
Patrick Thomson
20ac0523e3 Enable all the other tests. 2020-06-30 23:59:18 -04:00
Patrick Thomson
dbce051436 simplifying target layouts. 2020-06-27 12:47:04 -04:00
Patrick Thomson
9116c58a56 Stop vendoring node-types.json directly and download them w/ Bazel.
Also enables semantic-rust.
2020-06-26 13:07:24 -04:00
Timothy Clem
e591457a4c Rework tagging to compute LSP offsets
Also updates how we generate the line of source code for display
2020-06-25 14:38:33 -07:00
Patrick Thomson
96f6f39cbf The node-types paths are no longer hardcoded to my system 🎉 2020-06-25 10:14:54 -04:00
Patrick Thomson
6c3a08c735 save a ton of code 2020-06-25 08:56:09 -04:00
Patrick Thomson
3aecbcc98a Merge remote-tracking branch 'origin/master' into bazel-experiments 2020-06-23 11:03:39 -04:00
Patrick Thomson
801ef3bfc3 use the same GHC warnings everywhere 2020-06-23 09:45:10 -04:00
Patrick Thomson
16ae3ffb9f add dependencies on node-types files 2020-06-10 12:08:45 -04:00
Patrick Thomson
ed07e1c319 getting closer 2020-06-09 14:56:19 -04:00
Patrick Thomson
b208bb91ad Merge remote-tracking branch 'origin/master' into bazel-experiments 2020-06-09 14:35:24 -04:00
Patrick Thomson
b51a27118f add more of the bazel subprojects 2020-06-09 13:52:39 -04:00
Ayman Nadeem
6107f56012 Merge branch 'master' into codegen-cleanup 2020-06-08 13:42:45 -04:00
Timothy Clem
2e44d43452 Generate Def/Ref at moment of tagging 2020-06-04 10:39:15 -07:00
Timothy Clem
38a7158b20 Move the rest of the languages over to generated datatypes 2020-06-04 09:53:17 -07:00
Ayman Nadeem
0d83d7deda fix Typescript tags incomplete patterns warnings 2020-06-01 17:35:03 -04:00
Ayman Nadeem
4f493028aa fix TypeScript tests for precise ASTs 2020-05-21 14:30:00 -04:00
Ayman Nadeem
825266b8ee don't warn on incomplete patterns 2020-05-18 18:29:56 -04:00
Ayman Nadeem
b55b6260b7 fix ToTags instance for AssignmentExpression 2020-05-07 16:36:24 -04:00
Ayman Nadeem
719395347a ToTags instance for VariableDeclarator now wraps appropriate types in Parse.Success 2020-05-07 16:22:11 -04:00
Ayman Nadeem
6d13aa1491 use EPrj in NewExpression 2020-05-07 16:16:21 -04:00
Ayman Nadeem
8e3b0ee31e fix CallExpression 2020-05-07 16:10:32 -04:00
Ayman Nadeem
329cbbbe66 use new EPrj pattern synonym on these sub expressions 2020-05-07 15:33:49 -04:00
Ayman Nadeem
e84377b548 add Parse.Success to ToTags instances 2020-05-07 15:28:53 -04:00
Ayman Nadeem
edba61ea77 update ToTags instance for Ts.Pair to wrap kvs in Parse.Success 2020-05-07 15:28:10 -04:00
Ayman Nadeem
acdb366ee0 update ToTags instance for MethodDefinition 2020-05-07 15:27:35 -04:00
Ayman Nadeem
839527d0fc success-ful 2020-05-07 13:39:32 -04:00
Ayman Nadeem
505cf319ba wrap ToTags instances in Parse.Succeed, the Err constructor 2020-05-07 13:26:31 -04:00
Ayman Nadeem
65181064d1 Parse.Err doesn't parameterize our typeclass anymore 2020-05-07 13:26:02 -04:00
Ayman Nadeem
ba3059d7f6 we no longer need to support f :: (* -> *) 2020-05-07 13:25:48 -04:00
Ayman Nadeem
7700575a58 revert Language.LANGUAGE files to original state 2020-05-07 11:42:12 -04:00
Ayman Nadeem
72d8ad5792 remove shapeParameterName from all generated datatypes and hardcode Parse.Err when building product types 2020-05-07 11:37:29 -04:00
Ayman Nadeem
3e1c267df3 remove AllowAmbiguousTypes now that I'm making things explicit 2020-05-05 16:06:47 -04:00
Ayman Nadeem
a6a1cac861 language extension cleanup 2020-05-05 15:58:15 -04:00
Ayman Nadeem
dd979059f1 add ConstaintKinds extension 2020-05-05 15:57:30 -04:00
Ayman Nadeem
2783176eaf parameterize t with Parse.Err for Traversable1 constraint 2020-05-05 15:57:16 -04:00
Ayman Nadeem
5c1a24d81c TS.SwitchDefault 2020-05-05 15:31:19 -04:00
Ayman Nadeem
8e70dea238 provide explicit kind signature for t 2020-05-04 19:24:55 -04:00
Ayman Nadeem
46a3b615a7 parameterize typeclass with Parse.Err 2020-05-04 19:24:29 -04:00
Ayman Nadeem
8867760323 remove introduction of Error type from instance heads 2020-05-04 19:24:09 -04:00
Ayman Nadeem
16c9b91040 add Parse.Err parameter to tags instances 2020-05-01 16:39:45 -04:00
Ayman Nadeem
2f6f950edf Merge branch 'master' into codegen-cleanup 2020-04-30 13:14:10 -04:00