1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
Commit Graph

18709 Commits

Author SHA1 Message Date
joshvera
b26ec32a00 Fix tests 2018-03-08 19:05:27 -05:00
joshvera
53c661ccdf Add DefautlExport term 2018-03-08 18:26:04 -05:00
joshvera
304034e825 update foo.ts 2018-03-08 18:09:33 -05:00
joshvera
e473e543f6 Split up QualifiedExport and QualifiedExportFrom 2018-03-08 18:08:43 -05:00
joshvera
60721252cf Merge remote-tracking branch 'origin/environment-scoping' into typescript-exports 2018-03-08 16:49:14 -05:00
joshvera
f75e4b280e Fix WildcardImport
Combine with the global env instead of replacing it outright
2018-03-08 16:02:03 -05:00
joshvera
aef8814a7d Use withGlobalEnv in QualifiedExport 2018-03-08 15:58:06 -05:00
joshvera
84ae0c2048 Use withGlobalEnv in QualifiedImport 2018-03-08 15:56:40 -05:00
joshvera
a6481b2adc Use withExports in Program 2018-03-08 15:56:29 -05:00
joshvera
2e9e15bdbb Move local state function to effects and add withExports 2018-03-08 15:52:28 -05:00
joshvera
1ac4942397 Bump effects for fixed local state function 2018-03-08 15:52:09 -05:00
joshvera
32bfd04cb4 Bump effects to remove localState function 2018-03-08 15:48:56 -05:00
joshvera
f12e6f4d62 Use withGlobalEnv to constrain the global environment 2018-03-08 15:46:17 -05: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
joshvera
49e3aa4ef7 docs 2018-03-08 10:46:12 -05: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
joshvera
a150903d04 Update typescript analysis 2018-03-07 15:06:47 -05:00
joshvera
a27a60f137 Insert addresses in exports state 2018-03-07 15:06:35 -05:00
joshvera
4c5e098123 Change Exports to a Map 2018-03-07 15:00:36 -05:00
joshvera
1f3ed79c01 Change bindExports to take a Map 2018-03-07 15:00:10 -05:00
joshvera
db9a816163 Map fromClause to Identifier 2018-03-07 14:59:40 -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