1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 21:52:59 +03:00
Commit Graph

33943 Commits

Author SHA1 Message Date
Patrick Thomson
68cb87d07c Get these globs right. 2020-06-30 16:25:36 -04:00
Patrick Thomson
86397cfe00 Parse-examples test works now. 2020-06-30 15:57:47 -04:00
Patrick Thomson
8437814fcf WIP commit to make parse_examples work 2020-06-30 13:12:11 -04:00
Patrick Thomson
20b7982649 Eliminate whitespace changes here too. 2020-06-30 11:31:19 -04:00
Patrick Thomson
59c76742e3 These were just whitespace changes, but still. 2020-06-30 11:30:02 -04:00
Patrick Thomson
ad94205759 Make commensurate PHP changes. Look, ma, no tags changes. 2020-06-30 11:28:46 -04:00
Patrick Thomson
cd5fe18219 Pin to the tree-sitter-ql used in the latest Hackage package. 2020-06-30 11:17:47 -04:00
Timothy Clem
f08860a17a Fix up tests 2020-06-29 16:16:27 -07:00
Timothy Clem
2fc456568d Merge remote-tracking branch 'origin/master' into unicode-math 2020-06-29 14:15:34 -07:00
Patrick Thomson
7083c98e5d semantic-parse now builds. 2020-06-29 17:12:41 -04:00
Timothy Clem
8d3f7368e6 Use newtypes wrappers instead of type synonyms 2020-06-29 14:11:04 -07:00
Timothy Clem
7cc8a87af0 Rename this field 2020-06-29 13:58:21 -07:00
Timothy Clem
6c157742c1 Better formatting, comment about the bit mask 2020-06-29 13:53:22 -07:00
Patrick Thomson
5b7e4393a8 Merge branch 'fix-parse-build' into bazel-experiments 2020-06-29 16:02:51 -04:00
Patrick Thomson
0a4647388b Fix vestigial specs. 2020-06-29 15:21:02 -04:00
Patrick Thomson
f3d7480cbc Merge remote-tracking branch 'origin/master' into bazel-experiments 2020-06-29 15:19:08 -04:00
Patrick Thomson
336a74c2e6 Fix semantic-parse build.
Needed a JSON-marshalling instance for Parse.Err-wrapped values.

Fixes #575.
2020-06-29 15:16:54 -04:00
Patrick Thomson
956338eb2f
Merge pull request #581 from github/move-semantic-lib
Give top-level semantic lib/exe its own folder.
2020-06-29 15:10:27 -04:00
Patrick Thomson
29d3d09ee0 Merge remote-tracking branch 'origin/master' into move-semantic-lib 2020-06-29 14:48:49 -04:00
Patrick Thomson
1e58f321b4 Update build docs. 2020-06-29 14:48:02 -04:00
Patrick Thomson
4f04df28ff
Merge pull request #583 from github/fix-parse-examples
Ensure parse-examples test suite succeeds.
2020-06-29 12:39:20 -04:00
Patrick Thomson
fb0fc19d29 Ensure parse-examples test suite succeeds.
The precise parsers were getting hung up on a large JS file, so the
easiest thing is to just ignore this in the skips.

Fixes #549.
2020-06-29 12:24:12 -04:00
Patrick Thomson
d006c919b2
Merge pull request #582 from github/parse-no-more
Remove PL-specific Scientific/Integer parsers.
2020-06-29 12:08:56 -04:00
Patrick Thomson
af3977663c Unclear how I broke this cabal file, but I did 2020-06-29 09:56:52 -04:00
Patrick Thomson
3766863bf8 Remove PL-specific Scientific/Integer parsers.
Also drops a couple deps we no longer use.
2020-06-28 19:57:08 -04:00
Patrick Thomson
faf3cdc43f Remove a couple otiose dependencies. 2020-06-28 18:45:00 -04:00
Patrick Thomson
3e7f746d9d Remove template comments. 2020-06-27 16:24:41 -04:00
Patrick Thomson
4cce87b51b Cleanup the WORKSPACE. 2020-06-27 16:21:20 -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
a6ab4c4d25 Remove unnecessary Stackage deps. 2020-06-27 12:53:17 -04:00
Patrick Thomson
dbce051436 simplifying target layouts. 2020-06-27 12:47:04 -04:00
Patrick Thomson
63a0dcebaa start documenting 2020-06-27 11:31:23 -04:00
Patrick Thomson
6195d1f043 Merge branch 'move-semantic-lib' into bazel-experiments 2020-06-26 16:32:52 -04:00
Patrick Thomson
381e5309e9 fix fixture 2020-06-26 16:30:07 -04:00
Patrick Thomson
a56075a9f7 No JSON needed here. 2020-06-26 16:26:17 -04:00
Patrick Thomson
ad989f6ee0 Download new TH-ified lingo rather than embedding generated files. 2020-06-26 16:24:47 -04:00
Patrick Thomson
722753f864 Fix tests. 2020-06-26 14:59:00 -04:00
Patrick Thomson
76b0e52835 fix some test paths 2020-06-26 14:54:38 -04:00
Patrick Thomson
a67310e257 Specify the executable build target. 2020-06-26 14:14:40 -04:00
Patrick Thomson
a3f3022262 Cleanup this rule. 2020-06-26 14:14:21 -04:00
Patrick Thomson
8079870734 Merge branch 'move-semantic-lib' into bazel-experiments 2020-06-26 13:52:27 -04:00
Patrick Thomson
aa11f3630d Extra files that crept in. 2020-06-26 13:52:06 -04:00
Patrick Thomson
bd3b5183e7 Forgot LICENSE and Setup.hs 2020-06-26 13:50:22 -04:00
Patrick Thomson
b18b0bc2a5 Merge branch 'move-semantic-lib' into bazel-experiments 2020-06-26 13:47:02 -04:00
Patrick Thomson
66b48b9a83 Give top-level semantic lib/exe its own folder.
Every other project has its own folder; as we move to Bazel, this
provides a pleasant consistency.
2020-06-26 13:44:44 -04:00
Patrick Thomson
76e0bf2700 update codeql 2020-06-26 13:39: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
04f9c13036 Fix up fixtures 2020-06-25 15:45:59 -07:00
Timothy Clem
9cd0b30ada Remove old yield 2020-06-25 15:45:54 -07:00