Ayman Nadeem
|
524dcc825d
|
Update AST.hs
|
2020-02-08 08:21:41 -05:00 |
|
Ayman Nadeem
|
897c0be3a4
|
import Language.Haskell.TH.Syntax (runIO) for Python
|
2020-02-08 08:11:51 -05:00 |
|
Ayman Nadeem
|
0ed079c674
|
Update Bench.hs
|
2020-02-07 19:55:24 -05:00 |
|
Ayman Nadeem
|
35ce73b061
|
Update semantic-python.cabal
|
2020-02-07 19:39:18 -05:00 |
|
Ayman Nadeem
|
d9f8960bd2
|
Update semantic-python.cabal
|
2020-02-07 19:17:08 -05:00 |
|
Ayman Nadeem
|
d94cef94c5
|
Merge branch 'master' into codegen-migration-leftovers
|
2020-02-07 17:02:10 -05:00 |
|
Patrick Thomson
|
06e8c6ecaa
|
Break up Data.ScopeGraph and reorg semantic-scope-graph.
|
2020-02-07 15:08:33 -05:00 |
|
joshvera
|
317c0c1473
|
stub in other cases
|
2020-02-07 10:53:20 -05:00 |
|
Ayman Nadeem
|
0f6985fae8
|
update semantic-LANG cabal files to depend on semantic-ast instead of tree-sitter-test-helpers
|
2020-02-06 16:32:03 -05:00 |
|
Ayman Nadeem
|
0980c942df
|
Update PreciseTest.hs
|
2020-02-06 16:30:17 -05:00 |
|
Ayman Nadeem
|
2ab0808cfd
|
Update semantic-python.cabal
|
2020-02-06 15:56:16 -05:00 |
|
joshvera
|
c3dac243c2
|
remove redundant import
|
2020-02-06 15:30:27 -05:00 |
|
joshvera
|
07c944eb8e
|
remove import
|
2020-02-06 15:21:02 -05:00 |
|
joshvera
|
ff1d8a73ab
|
Merge remote-tracking branch 'origin/master' into import-holes
|
2020-02-06 14:53:32 -05:00 |
|
Ayman Nadeem
|
54ef3c9ec2
|
Merge branch 'master' into codegen-migration-leftovers
|
2020-02-06 14:19:04 -05:00 |
|
joshvera
|
34186bced7
|
Remove sketches
|
2020-02-05 21:00:11 -05:00 |
|
joshvera
|
d8bad61c1f
|
fix tests
|
2020-02-05 19:52:47 -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
|
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 |
|
Patrick Thomson
|
e4f58a7827
|
Merge remote-tracking branch 'origin/master' into hands-on-my-property
|
2020-02-05 10:48:37 -05:00 |
|
Patrick Thomson
|
147245d03e
|
Merge pull request #458 from github/the-locative-case
Preserve Python AST span information in scope graph.
|
2020-02-04 23:30:16 -05:00 |
|
Patrick Thomson
|
fa90f502f3
|
Merge remote-tracking branch 'origin/master' into traversty
|
2020-02-04 18:26:19 -05:00 |
|
Ayman Nadeem
|
602ac29afd
|
remove semantic-codegen from everywhere in the project
|
2020-02-04 17:37:09 -05:00 |
|
Ayman Nadeem
|
52e595cd25
|
Merge branch 'traversty' into codegen-migration-leftovers
|
2020-02-04 17:01:29 -05:00 |
|
Ayman Nadeem
|
3c393606fa
|
we're not using tree_sitter_python from Grammar
|
2020-02-04 16:21:02 -05:00 |
|
Ayman Nadeem
|
cfe29304b9
|
Update AST.hs
|
2020-02-04 16:15:46 -05:00 |
|
Ayman Nadeem
|
b46160593f
|
get that from Grammar
|
2020-02-04 16:06:30 -05:00 |
|
Ayman Nadeem
|
c23a61a7f3
|
tedious work risks copy pasta
|
2020-02-04 16:04:54 -05:00 |
|
Ayman Nadeem
|
fc41afed56
|
import TreeSitter.Python
|
2020-02-04 16:03:30 -05:00 |
|
Ayman Nadeem
|
0a629f1fad
|
use getNodeTypesPath in place of python submodule
|
2020-02-04 16:01:51 -05:00 |
|
Rob Rix
|
790431ac74
|
Tagging uses Traversable1 instead of GTraversable1.
|
2020-02-04 13:56:19 -05:00 |
|
Rob Rix
|
7a2cc7fb7a
|
Move Traversable1 into semantic-ast.
|
2020-02-04 13:35:35 -05:00 |
|
Patrick Thomson
|
8efca9fbee
|
Merge branch 'orphan-no-longer' into the-locative-case
|
2020-02-04 13:33:56 -05:00 |
|
Rob Rix
|
924ada5744
|
Apply stylish-haskell.
|
2020-02-04 13:29:33 -05:00 |
|
Patrick Thomson
|
34bbbb830d
|
Stray import.
|
2020-02-04 13:15:51 -05:00 |
|
Ayman Nadeem
|
9377dedaf1
|
move python test contents via raw copy-pasta; come back to this
|
2020-02-04 13:13:42 -05:00 |
|
Patrick Thomson
|
4fc5b720fc
|
Revert "Move DeclProperties to ScopeGraph.Properties.Declaration."
This reverts commit 546bfb2581 .
|
2020-02-04 12:33:01 -05:00 |
|
Patrick Thomson
|
0d5bf3716f
|
Bump fused-effects version and remove orphan instance.
|
2020-02-04 12:29:57 -05:00 |
|
Patrick Thomson
|
ffb1f828c6
|
Merge remote-tracking branch 'origin/master' into the-locative-case
|
2020-02-04 12:13:12 -05:00 |
|
Ayman Nadeem
|
114316c6c8
|
Merge pull request #448 from github/my-grate
Migrating ASTs to Semantic 🧀
|
2020-02-03 16:31:40 -05:00 |
|
Patrick Thomson
|
1672c57768
|
Move over Function and Reference properties.
|
2020-02-03 11:19:54 -05:00 |
|
Patrick Thomson
|
4bfbd5407e
|
Move DeclProperties to ScopeGraph.Properties.Declaration.
|
2020-02-03 11:11:21 -05:00 |
|
Patrick Thomson
|
546bfb2581
|
Move DeclProperties to ScopeGraph.Properties.Declaration.
|
2020-02-03 11:10:31 -05:00 |
|
Patrick Thomson
|
ccedf13bde
|
Use some selector names in this FunProperties.
|
2020-02-03 10:33:20 -05:00 |
|
Patrick Thomson
|
b21289b55b
|
Add lens dependency.
|
2020-02-03 10:14:53 -05:00 |
|
Ayman Nadeem
|
ceaff3555f
|
Update semantic-python.cabal
|
2020-01-31 15:17:39 -05:00 |
|
Ayman Nadeem
|
e4805a96b2
|
Update semantic-python.cabal
|
2020-01-31 15:16:18 -05:00 |
|
Patrick Thomson
|
c53416c5f7
|
Merge fallout.
|
2020-01-31 13:28:53 -05:00 |
|