1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
Commit Graph

32590 Commits

Author SHA1 Message Date
Patrick Thomson
ee95a399b5 De-Prologue the Data.Syntax hierarchy. 2020-01-29 12:47:18 -05:00
Patrick Thomson
31e0ba5b32 :note: De-prologuify semantic-lib internals. 2020-01-29 12:41:14 -05:00
Patrick Thomson
a53495d3b4 Merge fallout. 2020-01-29 12:32:53 -05:00
Patrick Thomson
ce0f4335e1 Merge remote-tracking branch 'origin/master' into past-is-prologue 2020-01-29 12:31:02 -05:00
Patrick Thomson
bd457a24d1
Merge pull request #430 from github/name-name-go-away
Consolidate Name modules into Analysis.Name.
2020-01-28 16:49:59 -05:00
Patrick Thomson
49efa8c8bc Fix the tests. 2020-01-28 15:51:07 -05:00
Patrick Thomson
b5179ff3e5 Need a lowerBound call here. 2020-01-28 15:30:00 -05:00
Patrick Thomson
9c251161d3 Merge fallout. 2020-01-28 15:14:39 -05:00
Patrick Thomson
953473088d Merge remote-tracking branch 'origin/master' into name-name-go-away 2020-01-28 15:07:05 -05:00
Rob Rix
2e9cd2c006
Merge pull request #439 from github/tower-of-babble
Remove Data.Blob.File in favor of Analysis.File and use semantic-source’s Language type.
2020-01-28 14:09:26 -05:00
Patrick Thomson
4c96c0b740 Un-wedge the cabal store 2020-01-28 13:04:56 -05:00
Patrick Thomson
9ecaeedcc3 Depend on newer semantic-source. 2020-01-28 12:42:42 -05:00
Rob Rix
0625e4c095
Merge pull request #442 from github/path-ological
Correct script/repl path to autogenerated sources.
2020-01-28 12:15:04 -05:00
Patrick Thomson
9dfe1a6b10 Bump the semantic-source version + update changelog. 2020-01-28 12:00:27 -05:00
Rob Rix
190b760597
Merge pull request #445 from github/linguistic-drift
Move Data.Language to semantic-source.
2020-01-28 11:56:47 -05:00
Patrick Thomson
51d7ab3624
Merge branch 'master' into linguistic-drift 2020-01-28 11:51:22 -05:00
Timothy Clem
e95f63f492
Merge pull request #449 from github/++tree-sitter-grammars
Update tsx and typescript grammars
2020-01-28 08:12:55 -08:00
Patrick Thomson
470b27065b
Merge branch 'master' into linguistic-drift 2020-01-28 10:59:33 -05:00
Patrick Thomson
c1d8f1c2b6 Merge branch 'path-ological' of github.com:github/semantic into path-ological 2020-01-28 10:19:11 -05:00
Patrick Thomson
f580abc442 No more need for this. 2020-01-28 10:19:00 -05:00
Patrick Thomson
3a6c2eab5e
Merge branch 'master' into path-ological 2020-01-28 10:18:25 -05:00
Patrick Thomson
234d5b0ec0 Merge branch 'linguistic-drift' of github.com:github/semantic into linguistic-drift 2020-01-28 10:17:57 -05:00
Patrick Thomson
7e03c9afaa Bump dependencies. 2020-01-28 10:03:06 -05:00
Timothy Clem
20eaec7168
Merge branch 'master' into ++tree-sitter-grammars 2020-01-27 17:48:36 -08:00
Timothy Clem
1ab0a14781
Merge pull request #446 from github/no-halt-on-error
Don't halt on error
2020-01-27 17:47:45 -08:00
Patrick Thomson
d612f3ac7b
Merge branch 'master' into linguistic-drift 2020-01-27 20:38:58 -05:00
Timothy Clem
63286d9439 Update tsx and typescript grammars 2020-01-27 16:11:23 -08:00
Timothy Clem
deafddedde Span changed? 2020-01-27 16:06:49 -08:00
Timothy Clem
ffa9ba05c7
Merge branch 'master' into no-halt-on-error 2020-01-27 15:45:46 -08:00
Timothy Clem
966824f43f
Merge pull request #447 from github/js-ts-modules
Properly tag Module in TSX and TypeScript
2020-01-27 15:45:37 -08:00
Timothy Clem
b582152a61
Merge branch 'master' into js-ts-modules 2020-01-27 15:25:22 -08:00
Patrick Thomson
a1f46b26e1 Don't even set these blobOid fields. 2020-01-27 18:08:17 -05:00
Patrick Thomson
5194b1b8f2 Merge branch 'tower-of-babble' of github.com:github/semantic into tower-of-babble 2020-01-27 16:31:13 -05:00
Patrick Thomson
294be1559a un-qualify this guy 2020-01-27 16:29:15 -05:00
Patrick Thomson
d04d6ae049
Merge branch 'master' into tower-of-babble 2020-01-27 16:20:46 -05:00
Timothy Clem
66f7e6a57a Bump cache key for builds 2020-01-27 12:35:11 -08:00
Rob Rix
774c71f1e3
Merge branch 'master' into linguistic-drift 2020-01-27 15:07:24 -05:00
Patrick Thomson
4a1b0edc35
Merge pull request #444 from github/ToJSON-source-range
replace auto-derived ToJSON instance with one that mirrors ToJSONFields
2020-01-27 14:59:41 -05:00
Timothy Clem
0b0d8776f9 Properly tag Module in Tsx and TypeScript 2020-01-27 11:25:32 -08:00
Timothy Clem
b2114dc59e Don't halt on error 2020-01-27 11:15:30 -08:00
Patrick Thomson
a1529604ce Even more. The end is in sight. 2020-01-27 13:34:41 -05:00
Patrick Thomson
368b8ec7a4 Un-Prologueify the Abstract hierarchy. 2020-01-27 13:30:47 -05:00
Patrick Thomson
26723f9e1e De-Prologue various assignment and syntax modules. 2020-01-27 13:10:00 -05:00
Ayman Nadeem
7eff25d791 don't need OverloadedStrings anymore 2020-01-27 12:55:16 -05:00
Ayman Nadeem
36e2e20f05 Merge branch 'ToJSON-source-range' of https://github.com/github/semantic into ToJSON-source-range 2020-01-27 12:52:20 -05:00
Ayman Nadeem
4e969c77fe alphabetize imports 2020-01-27 12:52:16 -05:00
Patrick Thomson
e973e5b7a4 Blow the cache. 2020-01-27 12:35:07 -05:00
Patrick Thomson
fafd5a76f3 Port Data.Language into semantic-source.
- [ ] Depends on #444.

Because we need a separate release, this patch doesn't yet remove Data.Language.
2020-01-27 12:31:43 -05:00
Ayman Nadeem
867fa48434 ToJSON instance for Loc 2020-01-27 12:17:40 -05:00
Ayman Nadeem
d8eaba4ebb Update Range.hs 2020-01-27 12:17:00 -05:00