1
1
mirror of https://github.com/github/semantic.git synced 2024-11-30 06:07:23 +03:00
Commit Graph

148 Commits

Author SHA1 Message Date
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
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
Patrick Thomson
b51a27118f add more of the bazel subprojects 2020-06-09 13:52:39 -04:00
Ayman Nadeem
574c315500 fix undef pattern 2020-06-09 11:59:12 -04:00
Ayman Nadeem
0f1b43c871 remove unnecessary pragmas 2020-06-09 11:29:35 -04:00
Ayman Nadeem
f2cf1cadfe Fix Ruby Tags Prj 2020-06-08 15:07:58 -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
036f0f86a2 fix incomplete patterns for Ruby tags 2020-06-01 18:12:16 -04:00
Patrick Thomson
ca8475057d formatting 2020-05-27 14:18:21 -04:00
Patrick Thomson
215fe31bf1 Use black for formatting Bazel files. 2020-05-21 19:24:56 -04:00
Ayman Nadeem
893d012b0f fix precise tests for Ruby 2020-05-21 14:41:06 -04:00
Patrick Thomson
615fca6f79 re-break Ruby for debugging purposes 2020-05-19 14:55:17 -04:00
Patrick Thomson
48604a9d81 hacky crap to get semantic-ruby working 2020-05-19 13:36:16 -04:00
Ayman Nadeem
825266b8ee don't warn on incomplete patterns 2020-05-18 18:29:56 -04:00
Ayman Nadeem
23df2d5316 Rb.Assignment 2020-05-13 14:34:19 -04:00
Ayman Nadeem
83b3c6a0a0 fix introduceLocals 2020-05-13 12:59:30 -04:00
Ayman Nadeem
684adce47e block paramers 2020-05-13 12:48:34 -04:00
Ayman Nadeem
ca6581f92d add error type to introduce locals 2020-05-13 12:48:22 -04:00
Ayman Nadeem
8adc649148 Rb.OperatorAssignment 2020-05-13 12:15:39 -04:00
Ayman Nadeem
b4fd39a156 update introduceLocals helper function 2020-05-13 11:34:07 -04:00
Ayman Nadeem
3c1782b311 Rb.Undef 2020-05-13 11:33:28 -04:00
Ayman Nadeem
2443b52ee6 Rb.MethodCall 2020-05-13 11:33:22 -04:00
Ayman Nadeem
e2d2ae229d Rb.Until 2020-05-13 11:33:13 -04:00
Ayman Nadeem
9220bb88c5 Rb.While 2020-05-13 11:33:07 -04:00
Ayman Nadeem
7e4d8b2fbb Rb.Unless 2020-05-13 11:32:51 -04:00
Ayman Nadeem
5fb36f4386 Rb.If 2020-05-13 11:32:46 -04:00
Ayman Nadeem
2854bb8e87 Rb.Lambda 2020-05-13 11:32:35 -04:00
Ayman Nadeem
0cc12e3812 Rb.DoBlock 2020-05-13 11:32:27 -04:00