1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00
Commit Graph

176 Commits

Author SHA1 Message Date
Rob Rix
dd1b9f685e
🔥 pathtype from the tests. 2022-07-19 09:07:05 -04:00
Rob Rix
b8d050579d
🔥 pathtype. 2022-07-15 15:35:29 -04:00
Rob Rix
841cd22d0b
Bump version bounds to 0.2+. 2022-07-15 09:34:23 -04:00
Rob Rix
2dd1df8891
Prune the right dependencies (hopefully). 2022-04-19 15:07:54 -04:00
Rob Rix
31ff1de9da
These ones are also needed. 2022-04-19 15:00:12 -04:00
Rob Rix
558934518e
How did these ever build? 2022-04-19 14:55:38 -04:00
Rob Rix
c942034543
Avoid "dodgy" imports 🙄 2022-04-14 11:04:31 -04:00
Rob Rix
b7653156a4
Hide a symbol. 2022-04-14 09:46:41 -04:00
Rob Rix
baff17e27f
Disable the kind signature warnings. 2022-04-13 10:23:30 -04:00
Rob Rix
413624a0ee
Bump all the upper bounds. 2022-04-13 10:18:29 -04:00
Rob Rix
4aac5f8440
🔥 semantic-core. 2022-02-07 16:16:31 -05:00
Patrick Thomson
186c987aa2 Regenerate everything. 2020-09-16 18:25:24 -04:00
Rick Winfrey
eff8233410 Bump semantic-source versions 2020-08-26 16:51:29 -07:00
Rick Winfrey
c6be7cbd32 Merge branch 'master' into eight-dot-ten-patrickt 2020-08-25 15:28:35 -07:00
Patrick Thomson
a064c535cc Re-enable semantic parse --json output.
When we switched away from alacarte syntax, we lost the `--json`
option for AST output. However, the majority of the needed code was
already implemented by @aymannadeem, so all we had to do was have the
syntax types opt into the `MarshalJSON` API, and to define the
boilerplate needed to plug it into the `Serialize` interface.

Fixes #471.
2020-07-24 11:38:55 -04:00
Rob Rix
09d4519395
Prune lots more dependencies. 2020-07-16 14:18:51 -04:00
Rob Rix
1ca8dbe9d4
Reformat. 2020-07-16 13:30:02 -04:00
Rob Rix
e5ba3a7831
🔥 many redundant dependencies. 2020-07-16 09:34:59 -04:00
Rob Rix
4dd4b5a54b
Fuss with all the warnings settings. 2020-07-14 14:29:22 -04:00
Rob Rix
2ea6a6c4ea
Tweak everything’s bounds. 2020-07-14 14:25:24 -04:00
Rob Rix
edf219f753
Bump the fused-effects constraints on all the remaining packages to 1.1. 2020-07-13 11:54:32 -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
3f6e85f73d Start shimming over the runfiles differences. 2020-07-01 14:59:40 -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
20ac0523e3 Enable all the other tests. 2020-06-30 23:59:18 -04:00
Patrick Thomson
4b75bf25c5 Start abstracting away the details of language tests. 2020-06-30 19:07:28 -04:00
Patrick Thomson
79ae94b852 Go tests work. Now to generalize this 2020-06-30 18:28:14 -04:00
Patrick Thomson
b8f2995877 Revert "kind of get semantic-ruby working, but having trouble with stuff"
This reverts commit b314ade302.
2020-06-30 17:27:25 -04:00
Patrick Thomson
b314ade302 kind of get semantic-ruby working, but having trouble with stuff 2020-06-30 17:16:14 -04:00
Patrick Thomson
59c76742e3 These were just whitespace changes, but still. 2020-06-30 11:30:02 -04:00
Patrick Thomson
ac282c3135 parse-examples seems to work 2020-06-27 13:42:43 -04:00
Patrick Thomson
335c3f728d Fix the specs! 2020-06-27 13:33:56 -04:00
Patrick Thomson
dbce051436 simplifying target layouts. 2020-06-27 12:47:04 -04:00
Patrick Thomson
a56075a9f7 No JSON needed here. 2020-06-26 16:26:17 -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
cac967e87f Create a macro to define language packages quickly. 2020-06-24 22:16:58 -04:00
Patrick Thomson
deae1e32e0 remove deprecated src_strip_prefix thing 2020-06-23 11:29:02 -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
Ayman Nadeem
584bb70afb move hlint to .hlint.yaml 2020-06-10 13:11:07 -04:00
Ayman Nadeem
6cdaef5753 use lambdacase to match on both success and fail cases 2020-06-10 13:10:41 -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