1
1
mirror of https://github.com/github/semantic.git synced 2024-12-11 08:45:48 +03:00
Commit Graph

22129 Commits

Author SHA1 Message Date
Rob Rix
178165abc2 Completely encapsulate the termwise analysis. 2018-05-22 14:13:01 -04:00
Rob Rix
2ee68fe0a3 Factor out a helper for the module analysis. 2018-05-22 14:12:35 -04:00
Rob Rix
11c0253df3 Accept a CLI flag to include the packages. 2018-05-22 14:10:37 -04:00
Rob Rix
74f6f1cfeb Move runGraph into Semantic.Graph. 2018-05-22 14:04:12 -04:00
Rob Rix
fd6dbe2ba1 🔥 a redundant constraint. 2018-05-22 13:56:39 -04:00
Rob Rix
a95b84ac2a Don’t graph packages in graphingModules. 2018-05-22 13:56:20 -04:00
Rob Rix
f41a1e9f51 Define an analysis to just graph packages. 2018-05-22 13:54:11 -04:00
Rob Rix
51bdfc2c84 Eavesdrop on loads. 2018-05-22 13:52:13 -04:00
Rob Rix
26e83423e0 We don’t define any undecidable instances any more. 2018-05-22 13:47:11 -04:00
Rob Rix
a2bea05066 Construct package vertices in the helper. 2018-05-22 13:45:30 -04:00
Rob Rix
43a0956629 Don’t export packageGraph. 2018-05-22 13:44:36 -04:00
Rob Rix
69dbfda246 Use a single entry point to construct module vertices. 2018-05-22 13:44:01 -04:00
Rob Rix
6d99476997 Revert "Provide a state effect for the previous module."
This reverts commit b6a3904a8d15728c4b378cca78eafdfb074ce85d.
2018-05-22 13:35:05 -04:00
Rob Rix
cf2011a811 Revert "Set the current module state."
This reverts commit c098e4684f24d8c3c0fe785758eb154cce9cb3a7.
2018-05-22 13:35:03 -04:00
Rob Rix
036df2416d Revert "Module inclusion uses the State effect."
This reverts commit 09b21e10807e27c6d5fc5b112478bfb60fc714bf.
2018-05-22 13:34:58 -04:00
Rob Rix
f9dea05ddb Revert "Bind the vertex."
This reverts commit 8e861863a5cee81cab3c22ceb3b0fb626b95fa5d.
2018-05-22 13:34:54 -04:00
Rob Rix
84eb2f76ec Merge branch 'master' into fix-module-inclusion-edges 2018-05-22 12:00:43 -04:00
Rick Winfrey
7a6a99c1a8 Merge pull request #1862 from github/new-tree-sitter-api
Update to use the new Tree-sitter API
2018-05-22 08:51:49 -07:00
Rob Rix
5e029b8f48 Bind the vertex. 2018-05-22 11:25:49 -04:00
Rob Rix
4226bab371 Module inclusion uses the State effect. 2018-05-22 11:14:40 -04:00
Rob Rix
93c315402d Set the current module state. 2018-05-22 11:03:36 -04:00
Rob Rix
a4f6b26ae0 Provide a state effect for the previous module. 2018-05-22 11:02:45 -04:00
Rob Rix
14e9f89501 Merge branch 'master' into new-tree-sitter-api 2018-05-22 08:36:46 -04:00
Rick Winfrey
a01ed11736 Restrict import of Foreign.C.Types to CBool type 2018-05-21 16:27:43 -07:00
Rick Winfrey
ae316a3d7c Release TSTree after building the AST 2018-05-21 16:18:28 -07:00
Max Brunsfeld
1023097082 Update to use the new Tree-sitter API
Co-Authored-By: Rick Winfrey <rewinfrey@github.com>
2018-05-21 12:57:24 -07:00
Timothy Clem
b03c11f23f Merge pull request #1856 from github/dockerize
Dockerize semantic builds
2018-05-21 10:53:36 -07:00
Timothy Clem
42af0faae6 New approach for linting 2018-05-21 08:17:11 -07:00
Timothy Clem
8c32aa8a6d No more script/run 2018-05-18 15:57:21 -07:00
Timothy Clem
3240f64de3 Merge remote-tracking branch 'origin/master' into dockerize 2018-05-18 13:31:14 -07:00
Timothy Clem
8fe6f7e959 Bump the version so we can tell these are new style builds 2018-05-18 13:31:05 -07:00
Josh Vera
7daec2cfdb Merge pull request #1848 from github/allocator-effect
Allocator effect
2018-05-18 11:46:23 -04:00
Timothy Clem
237bc11bd1 Need a couple more things in base image 2018-05-18 08:45:43 -07:00
Rob Rix
ca6b32378e Merge branch 'master' into allocator-effect 2018-05-18 11:09:20 -04:00
Josh Vera
bb497c8324 Merge pull request #1852 from github/update-fastsum
Remove otiose -Sum prefixes from all Data.Sum operations.
2018-05-18 11:06:13 -04:00
Josh Vera
053a158e59 Merge branch 'master' into update-fastsum 2018-05-18 10:44:08 -04:00
Rob Rix
52083e6126 evalQualifiedImport uses the Allocator effect. 2018-05-17 16:50:54 -04:00
Rob Rix
6f3698122c Merge branch 'master' into allocator-effect 2018-05-17 16:47:24 -04:00
Timothy Clem
c76e961400 Comment on what this Dockerfile is for 2018-05-17 13:37:22 -07:00
Timothy Clem
a5d18a682d Remove this release dockerfile (going to replace this with new process) 2018-05-17 13:26:45 -07:00
Timothy Clem
4f2c838cad Streamline base image 2018-05-17 11:54:32 -07:00
Timothy Clem
eb53e9e7f9 WIP using built in stack/docker support 2018-05-17 08:12:06 -07:00
Timothy Clem
6efc92a060 Merge pull request #1813 from github/package-dot-json-parsing
Parse package.json files to get out attributes required for module resolution
2018-05-17 08:09:42 -07:00
Timothy Clem
c2851c9d8a Merge branch 'master' into package-dot-json-parsing 2018-05-17 08:02:29 -07:00
Timothy Clem
853d52c74b Merge pull request #1844 from github/python-relative-imports
Python relative imports
2018-05-17 08:02:05 -07:00
Timothy Clem
1cbccd5557 Merge branch 'master' into python-relative-imports 2018-05-17 07:55:33 -07:00
Timothy Clem
d9177d0145 Fix up change from ValueRef 2018-05-17 07:55:08 -07:00
Rob Rix
b8ae1e5219 Fix up some fallout from the merge. 2018-05-16 19:13:38 -04:00
Rob Rix
e9238d0ec7 Merge branch 'master' into package-dot-json-parsing 2018-05-16 19:12:08 -04:00
Rob Rix
19bc0ab637 Merge branch 'master' into allocator-effect 2018-05-16 18:33:00 -04:00