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

23920 Commits

Author SHA1 Message Date
Timothy Clem
a86c979f07 Fix constructing ErrorStack 2018-07-03 07:49:56 -07:00
Timothy Clem
5548767b22 Merge remote-tracking branch 'origin/master' into grpc-trees 2018-07-03 07:40:06 -07:00
Timothy Clem
b54cd72466 Merge pull request #1900 from github/licensed-updates
Update licensed integration
2018-07-03 07:31:25 -07:00
Timothy Clem
b0c0620a51 Merge branch 'master' into licensed-updates 2018-07-03 07:22:40 -07:00
Rob Rix
2db49212bb Merge pull request #2001 from github/deterministic-json-assignment
Deterministic JSON assignment
2018-07-03 08:29:11 -04:00
Timothy Clem
3974757a45 This might be the last?! 2018-07-02 15:27:22 -07:00
Timothy Clem
19af0ec28b Start to fill in semanticd licenses 2018-07-02 15:17:37 -07:00
Timothy Clem
769b8f5512 Fix semantic's licenses 2018-07-02 14:43:11 -07:00
Timothy Clem
df5d153b09 Try to just copy over licenses from origin/master 2018-07-02 14:20:29 -07:00
Timothy Clem
8f9d5c7446 Back to master effects 2018-07-02 13:41:53 -07:00
Timothy Clem
bc891088dd Merge branch 'master' into licensed-updates 2018-07-02 13:39:06 -07:00
Rob Rix
71e2a7109d Merge branch 'master' into deterministic-json-assignment 2018-06-29 07:42:58 -04:00
Rob Rix
823721b628 Merge pull request #2002 from github/charliesome/bindings
Introduce Bindings type
2018-06-29 07:41:37 -04:00
Rob Rix
951f33bbb7 Merge branch 'master' into charliesome/bindings 2018-06-29 07:21:26 -04:00
Charlie Somerville
d2c559530f appease linter 2018-06-29 16:12:41 +10:00
Charlie Somerville
67f3ddb053 fix docs 2018-06-29 16:12:37 +10:00
Charlie Somerville
4e06d3a063 use Bindings for exports rather than Environment 2018-06-29 14:06:33 +10:00
Rob Rix
3fdc28bcc6 Merge branch 'master' into deterministic-json-assignment 2018-06-28 22:45:41 -04:00
Rob Rix
83f76917c7 The main combinators are all INLINABLE. 2018-06-28 22:18:49 -04:00
Rob Rix
2794ca47bb Spacing. 2018-06-28 22:17:58 -04:00
Rob Rix
152c9ea494 Bump haskell-tree-sitter for stricter Node copying. 2018-06-28 21:58:02 -04:00
Rob Rix
72a85a78ca Use IntSets for the first/follow sets. 2018-06-28 18:28:37 -04:00
Rob Rix
bae6780460 Build an IntMap table. 2018-06-28 18:23:37 -04:00
Rob Rix
da94e97c32 Match tokens explicitly. 2018-06-28 17:48:35 -04:00
Rob Rix
035a55729e Name the symbol parameter consistently. 2018-06-28 17:47:14 -04:00
Rob Rix
d60a28d5cc 🔥 redundant parens. 2018-06-28 17:45:11 -04:00
Josh Vera
db9621873b Merge pull request #1996 from github/specify-packages-in-types-proto
Specify Java/Go package names in types.proto.
2018-06-28 16:55:08 -04:00
Patrick Thomson
eded2fc677 Merge branch 'master' into specify-packages-in-types-proto 2018-06-28 16:41:27 -04:00
Rob Rix
89da6b06b6 Move the exhaustiveness check into runAssignment. 2018-06-28 16:32:31 -04:00
Rob Rix
503c0b1fc4 Use a fast lookup table approach. 2018-06-28 16:29:20 -04:00
Patrick Thomson
d218a16e92 Merge pull request #1997 from github/fix-graph-tagging
Ensure gRPC ImportGraphs don't duplicate edges and vertices.
2018-06-28 16:25:48 -04:00
joshvera
935c99171a Update error_details and types.proto 2018-06-28 16:11:20 -04:00
Patrick Thomson
fed676254f fix untruth in comment 2018-06-28 15:57:56 -04:00
Josh Vera
ae971b6675 Auto-merged master into grpc-trees on deployment 2018-06-28 15:49:35 -04:00
Rob Rix
bbd9eacd64 Merge branch 'master' into fix-graph-tagging 2018-06-28 15:47:21 -04:00
Rob Rix
4dc7d925e4 Merge pull request #1998 from github/fix-lints
Fix lints.
2018-06-28 15:47:07 -04:00
Rob Rix
fdc498775b Move combine down under Assignment. 2018-06-28 15:05:17 -04:00
Rob Rix
6b6ac9183a Move the ast* functions down. 2018-06-28 15:04:39 -04:00
Rob Rix
c43223651f Move State down. 2018-06-28 15:04:21 -04:00
Rob Rix
60c2cc9106 combine takes the Maybe directly. 2018-06-28 15:03:47 -04:00
Rob Rix
444a496899 Assign JSON deterministically. 2018-06-28 14:08:37 -04:00
Rob Rix
e6a97a929c Add support for running deterministic assignments. 2018-06-28 14:08:27 -04:00
Rob Rix
04866a6660 Export the State type. 2018-06-28 14:08:14 -04:00
Rob Rix
ccc467ca38 Export runAssignment. 2018-06-28 13:42:15 -04:00
Rob Rix
04837c8895 Define a helper to assign parse errors. 2018-06-28 13:35:56 -04:00
Rob Rix
afb4abc632 🔥 Table for the moment. 2018-06-28 13:26:00 -04:00
Rob Rix
bdcffcd8d4 Use the stateBytes field selector. 2018-06-28 13:25:39 -04:00
Rob Rix
ec65704a9b Use the statePos field selector. 2018-06-28 13:25:06 -04:00
Rob Rix
74354b09e6 Explicitly list the exports. 2018-06-28 13:24:14 -04:00
Rob Rix
432ac62552 Assign using the usual AST type. 2018-06-28 13:21:25 -04:00