1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
Commit Graph

18682 Commits

Author SHA1 Message Date
Timothy Clem
d5b9782f86 Roughly connect the dots between imports for TypeScript 2018-03-08 14:15:42 -08:00
Timothy Clem
60b38e4987 Don't commit generated .js files here 2018-03-08 14:15:42 -08:00
Timothy Clem
fd6db359c1 Fix notes about running tsc 2018-03-08 14:15:42 -08:00
Timothy Clem
3d6a64cfe7 Little more detailed failure when we can't find a single free variable 2018-03-08 14:15:42 -08:00
Josh Vera
eb0e8af30c Merge pull request #1542 from github/fix-import-graph-output
Fix import graph output
2018-03-08 16:57:57 -05:00
joshvera
6cf45f7a0b ++effects 2018-03-08 16:49:40 -05:00
Timothy Clem
642a96a53f Bring back python imports with a little assignment fix 2018-03-08 13:18:13 -08:00
Timothy Clem
e1c1ab54a8 Ruby import graph output just works 2018-03-08 13:02:39 -08:00
Timothy Clem
a74ad46c08 Fix up Go import-graph output and spec 2018-03-08 13:01:13 -08:00
Timothy Clem
74675d6731 Fix up TypeScript import-graph output and tests 2018-03-08 11:37:41 -08:00
Timothy Clem
8c8b2437ba Merge pull request #1517 from github/environment-scoping
Import graph: environment scoping
2018-03-08 11:05:08 -08:00
Timothy Clem
030e6a8acd Need the new ModuleState of Envs 2018-03-08 10:48:44 -08:00
Timothy Clem
1293c9a6d2 Merge remote-tracking branch 'origin/master' into environment-scoping 2018-03-08 10:42:05 -08:00
Timothy Clem
43fe86dea6 Revert "newtype wrapper for name and play with friendly show"
This reverts commit a0500f376d91bf671f9f7a80c7371891895939bc.
2018-03-08 10:30:40 -08:00
Timothy Clem
0be58fdbe0 newtype wrapper for name and play with friendly show 2018-03-08 10:25:41 -08:00
Timothy Clem
0751f64ab1 Better error message 2018-03-08 10:24:43 -08:00
Timothy Clem
24a470ba7a FreeVariable Name as NonEmpty List 2018-03-08 09:34:09 -08:00
Timothy Clem
905081cbf1 Remove extra parens 2018-03-08 09:33:12 -08:00
Timothy Clem
50611f2757 Not using this import 2018-03-08 09:04:01 -08:00
Timothy Clem
13b892df53 Adding listable instance uncovered this erroneous test 2018-03-08 09:03:02 -08:00
Timothy Clem
948162c88d Fix up tests again 2018-03-08 07:57:18 -08:00
Josh Vera
46c8d83819 Merge pull request #1537 from github/floats-scientific
Evaluatable instance for floating-point numbers.
2018-03-08 09:44:34 -05:00
Timothy Clem
835e8f5980 Major updates to identifiers: free variables can be qualified names
(break all the tests too 😁)
2018-03-07 17:01:47 -08:00
Patrick Thomson
3051ffd147 Merge remote-tracking branch 'origin/master' into floats-scientific 2018-03-07 18:51:50 -05:00
Patrick Thomson
b67afc5231 Revert "changes to the diffs because the hashes of the values changed"
This reverts commit 349dd95d77e8e2f1812ac444e765abca72af4683.
2018-03-07 18:51:43 -05:00
Patrick Thomson
3ba4ddef61 convert to a Scientific in the evaluation stage 2018-03-07 18:51:43 -05:00
Rob Rix
8fea3108e5 Merge pull request #1532 from github/analysis-composition
Analysis composition
2018-03-07 18:44:50 -05:00
Josh Vera
ca5fa6d5b3 Merge branch 'master' into floats-scientific 2018-03-07 17:49:42 -05:00
Rob Rix
48819ad6ef Merge branch 'master' into analysis-composition 2018-03-07 17:49:30 -05:00
Josh Vera
08642f6eb8 Merge pull request #1524 from github/resuscitate-caching-analysis
Resuscitate the caching evaluator.
2018-03-07 17:48:39 -05:00
Patrick Thomson
8c6ae8145d use ModuleTable 2018-03-07 15:17:16 -05:00
Patrick Thomson
8a738a8760 Merge remote-tracking branch 'origin/master' into resuscitate-caching-analysis 2018-03-07 15:07:01 -05:00
Patrick Thomson
606a1321dd Merge remote-tracking branch 'origin/master' into floats-scientific 2018-03-07 14:56:10 -05:00
Patrick Thomson
957897fe8c strictify 2018-03-07 14:55:51 -05:00
Patrick Thomson
6c4777a854 add some comments 2018-03-07 14:51:26 -05:00
Patrick Thomson
ad4e7e83f4 Ensure that floats can be evaluated. 2018-03-07 14:46:54 -05:00
Patrick Thomson
86697b46d1 changes to the diffs because the hashes of the values changed 2018-03-07 14:46:39 -05:00
Patrick Thomson
4a2d5bda53 necessary changes for floating-point munging 2018-03-07 14:46:26 -05:00
Timothy Clem
a71729d76d Properly capture and flatten qualifiedIdentifiers for python calls 2018-03-07 11:34:50 -08:00
Timothy Clem
2aaa2096ef Actually do need to envUnion here 2018-03-07 11:34:35 -08:00
Timothy Clem
524116baf5 Spacing 2018-03-07 09:34:39 -08:00
Timothy Clem
8bb77aaaf1 TODO about qualified Names 2018-03-07 09:33:51 -08:00
Timothy Clem
5773745839 Merge remote-tracking branch 'origin/master' into environment-scoping 2018-03-07 08:52:53 -08:00
Timothy Clem
841cd2e323 Spacing 2018-03-07 08:34:52 -08:00
Timothy Clem
5f5aa907cb WildcardImport docs 2018-03-07 08:33:36 -08:00
Timothy Clem
e830105a02 Real Evaluatable instance for Import 2018-03-07 08:33:28 -08:00
Timothy Clem
df8367c6f5 Docs 2018-03-07 08:33:06 -08:00
Timothy Clem
86f3283e26 Merge pull request #1534 from github/bump-tree-sitter
++haskell-tree-sitter, tree-sitter and ts languages
2018-03-07 08:29:49 -08:00
Timothy Clem
02d153e7ab Merge branch 'master' into bump-tree-sitter 2018-03-07 08:07:23 -08:00
Patrick Thomson
6ab468a58f remove stray comment 2018-03-07 10:25:06 -05:00