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

20048 Commits

Author SHA1 Message Date
Timothy Clem
94448277e7 Few more python import comments 2018-04-02 11:21:06 -07:00
Timothy Clem
6c1cd03621 Align 2018-04-02 11:19:15 -07:00
Timothy Clem
e56c338c7e Clean up and document python imports 2018-04-02 11:19:09 -07:00
Timothy Clem
69e5220fff Typo 2018-04-02 11:18:58 -07:00
Timothy Clem
e54e61cea0 Python imports in the new world work again 2018-04-02 11:07:09 -07:00
Timothy Clem
a3d35ac9a0 WIP: Attempt to back out Identifiers as qualified names 2018-04-02 10:40:52 -07:00
Timothy Clem
eeca18bf7a ++haskell-tree-sitter for ts-python relative imports 2018-04-02 08:24:26 -07:00
Timothy Clem
08e51919b6 Merge remote-tracking branch 'origin/bump-haskell-tree-sitter-0.11' into module-resolution 2018-03-31 17:02:27 -07:00
Timothy Clem
a495716e09 Fix it so that the tests compile 2018-03-30 16:19:39 -07:00
Timothy Clem
b680076d30 Merge remote-tracking branch 'origin/master' into module-resolution 2018-03-30 16:14:48 -07:00
Timothy Clem
9089ad998d Turn at least this one back on 2018-03-30 16:01:49 -07:00
Timothy Clem
d84fe28ae0 New utils for evaling entire project directories 2018-03-30 15:54:55 -07:00
Timothy Clem
e46ab3a596 Bring back php includes and requires 2018-03-30 15:48:05 -07:00
Timothy Clem
38fc4b1dc0 Format 2018-03-30 15:47:55 -07:00
Timothy Clem
036677b909 Use resolution for Ruby (still can only resolve relative paths) 2018-03-30 15:34:00 -07:00
Timothy Clem
215fa698a3 TypeScript gets it's own import path data type 2018-03-30 14:56:08 -07:00
Timothy Clem
ddfd66f9c6 Give go it's own import path data type too 2018-03-30 14:55:47 -07:00
Timothy Clem
3dba4c0d37 Don't worry about this for now 2018-03-30 14:54:59 -07:00
Timothy Clem
e499b2b843 Give Python it's own datatype for qualified module imports 2018-03-30 14:27:54 -07:00
Rob Rix
ae52cca50a Merge pull request #1683 from github/evaluate-let
Evaluate let-clauses.
2018-03-30 16:18:59 -04:00
Rick Winfrey
06a32b3d27 Remove now unneeded keyword assignment 2018-03-30 12:31:30 -07:00
Rick Winfrey
f9346d4c83 Bump haskell-tree-sitter to tree-sitter v 0.11 2018-03-30 12:31:14 -07:00
Timothy Clem
7d5047777d Specialize imports for Python and Go 2018-03-30 11:53:18 -07:00
Timothy Clem
4f9978c063 Disable this for now 2018-03-30 11:52:42 -07:00
Timothy Clem
fba2662f62 Helpful diagnostics (temporary) 2018-03-30 11:52:30 -07:00
Timothy Clem
2fb6e73e9a Move side effect imports to Go's syntax 2018-03-30 11:16:10 -07:00
Timothy Clem
1f2aebe7d5 Few fixes to relative resolution 2018-03-30 10:56:13 -07:00
Timothy Clem
b7640d7649 Move over and implement qualified export with TS path resolution 2018-03-30 10:56:02 -07:00
Timothy Clem
2ee234c627 Custom Show for Module so that I don't have to keep parsing through all those terms 2018-03-30 10:55:16 -07:00
Timothy Clem
4341363944 Resolve non-relative TS modules recursively 2018-03-30 10:16:43 -07:00
Patrick Thomson
649999749b Merge branch 'master' into evaluate-let 2018-03-30 10:59:23 -04:00
Rob Rix
e34d8ce898 Merge pull request #1695 from github/simpler-analysis-types
Simpler analysis types
2018-03-30 10:59:10 -04:00
Rob Rix
8da7ec2374 Correct a documentation comment. 2018-03-29 19:39:59 -04:00
Timothy Clem
c1f4617af5 Refactor and start to sort out non relative module resolution 2018-03-29 16:02:15 -07:00
Rob Rix
749e366189 Sort another context. 2018-03-29 18:28:30 -04:00
Rob Rix
a10d71b152 Sort a context. 2018-03-29 18:27:47 -04:00
Rob Rix
3337a40517 Rename RequiredEffects to Effects. 2018-03-29 18:25:49 -04:00
Rob Rix
14b65fd32b Explicitly list the Control.Effect exports. 2018-03-29 18:13:48 -04:00
Rob Rix
de14ef7625 Align all the derived instances. 2018-03-29 18:07:00 -04:00
Rob Rix
5f4b68804c Export the types only but without the explicit namespace. 2018-03-29 18:03:48 -04:00
Rob Rix
9673375765 🔥 a redundant hide. 2018-03-29 18:01:39 -04:00
Rob Rix
dd9e454583 Inline the definition of trace. 2018-03-29 18:01:16 -04:00
Rob Rix
7f019d44e0 🔥 some indentation. 2018-03-29 17:59:25 -04:00
Rob Rix
90b79c73f9 Modify strictly. 2018-03-29 17:58:59 -04:00
Rob Rix
ca9533b06e 🔥 the term & value parameters. 2018-03-29 17:56:22 -04:00
Timothy Clem
374c537876 Rework typescript imports and implement relative import module resolution 2018-03-29 14:14:48 -07:00
Timothy Clem
00ec68ce08 Fix up import graph 2018-03-29 14:12:36 -07:00
Timothy Clem
432e040c30 Add function to resolve a module 2018-03-29 14:12:29 -07:00
Timothy Clem
6d08a120db Module table holds full file paths 2018-03-29 14:11:53 -07:00
Timothy Clem
edc2d02559 Add helper function to get the path of the current module 2018-03-29 14:07:42 -07:00