1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +03:00
Commit Graph

32593 Commits

Author SHA1 Message Date
joshvera
34186bced7 Remove sketches 2020-02-05 21:00:11 -05:00
joshvera
596ac8da54 Label the edge to the import instead of the last hole 2020-02-05 20:44:04 -05:00
joshvera
d8bad61c1f fix tests 2020-02-05 19:52:47 -05:00
joshvera
b8eaf61863 Rename effect to ScopeGraph 2020-02-05 19:49:50 -05:00
joshvera
5044f41e41 lookupReference docs 2020-02-05 19:49:39 -05:00
joshvera
c3c707cd6a Lookup scopes while adding import edges
otherwise create intermediate scopes
2020-02-05 19:49:32 -05:00
joshvera
d023a5e007 Set the last import hole label to Void 2020-02-05 19:48:19 -05:00
joshvera
0c4e86cb11 Call insertEdge in expectedImportHole 2020-02-05 19:47:24 -05:00
joshvera
f927f0b8c0 Rename Sketch effect to a ScopeGraph effect 2020-02-05 19:46:58 -05:00
joshvera
8e65043578 insertEdge now takes a target scope's name 2020-02-05 19:46:08 -05:00
joshvera
2413590790 add addImportEdge and addImportHole 2020-02-05 18:35:44 -05:00
joshvera
b95a575ae2 Change insertEdge to take 1 edge 2020-02-05 18:03:53 -05:00
joshvera
e6460394e8 Create Import edge paths in Import statements 2020-01-30 17:06:34 -05:00
joshvera
be4ba8063d stub in ImportFromStatement 2020-01-29 14:43:17 -05:00
joshvera
4530d0c1d4 Stub import hole test 2020-01-29 14:14:08 -05:00
joshvera
9f64e31106 exhaust cases 2020-01-29 13:26:04 -05:00
joshvera
5a1b5e6f54 Remove extra import 2020-01-29 13:21:35 -05:00
joshvera
97e37762eb Merge remote-tracking branch 'origin/master' into function-scopes 2020-01-29 13:21:26 -05:00
joshvera
c707d3e11f Merge remote-tracking branch 'origin/master' into function-scopes 2020-01-29 12:29:31 -05:00
joshvera
d49a8e7631 warnings 2020-01-28 17:48:29 -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
Josh Vera
d9e4f42006
Merge branch 'master' into function-scopes 2020-01-28 16:41:50 -05:00
joshvera
46d3e91a73 fix tests and start initial scope from lowerBound/Fresh 1 2020-01-28 16:28:24 -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