1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
Commit Graph

3432 Commits

Author SHA1 Message Date
Rob Rix
98bde6b555 Eta reduction. 2015-12-23 17:50:29 -05:00
Rob Rix
d30bc17c16 Remove redundant parentheses. 2015-12-23 17:50:26 -05:00
Rob Rix
077c8194b2 Spacing. 2015-12-23 17:49:59 -05:00
Rob Rix
ab7f748663 Use fromMaybe to expand the alternatives. 2015-12-23 17:48:43 -05:00
Rob Rix
fe347b3f07 Just force the evaluation of range now that it’s strict. 2015-12-23 17:41:55 -05:00
Rob Rix
24998db34e Range’s fields are strict. 2015-12-23 17:41:35 -05:00
Rob Rix
a8578ccbf8 Force the evaluation of the start & end of the range. 2015-12-23 17:39:40 -05:00
Rob Rix
eb908e4fa2 Compute the range in-place. 2015-12-23 17:39:13 -05:00
Rob Rix
08c2d72803 Force the evaluation of the range. 2015-12-23 17:38:09 -05:00
Rob Rix
aca7b55784 Capture the range in a temporary. 2015-12-23 17:37:42 -05:00
Rob Rix
76e1f042c8 getChild calls toTerm directly. 2015-12-23 10:47:15 -05:00
Rob Rix
308e561693 Use take to specify a half-open interval. 2015-12-23 10:43:41 -05:00
Rob Rix
a32de11218 Spacing. 2015-12-23 10:34:40 -05:00
Rob Rix
038d0b6ff6 Implement the Storable instance for TSNode in terms of its CStorable instance. 2015-12-23 10:34:08 -05:00
Rob Rix
44ba628c71 Add a default CStorable instance for TSNode. 2015-12-23 10:33:52 -05:00
Rob Rix
ae92b20a7c Derive a Generic instance for TSNode. 2015-12-23 10:33:36 -05:00
Rob Rix
21ac483558 DeriveGeneric. 2015-12-23 09:58:46 -05:00
Rob Rix
6edd7453e4 Attempt to depend on c-storable-deriving again. 2015-12-23 09:57:15 -05:00
Rob Rix
a938d072c0 Remove TSLength. 2015-12-23 09:52:09 -05:00
Rob Rix
f75a0f25f3 Move range into the where clause. 2015-12-23 09:50:54 -05:00
Rob Rix
5b685f7ce3 Remove withNamedChildren. 2015-12-23 09:50:19 -05:00
Rob Rix
8550676c42 Inline withNamedChildren in toTerm. 2015-12-23 09:49:55 -05:00
Rob Rix
988a8d825f TSNode is no longer defined over TSLength, but over CSize values instead. 2015-12-23 09:45:49 -05:00
Rob Rix
3a6cef41d7 Merge pull request #358 from github/bump-the-parsers
Bump the parsers
2015-12-22 19:10:28 -05:00
Rob Rix
59f3efc9ff Bump tree-sitter-parsers back to master since the PR was merged. 2015-12-22 19:08:55 -05:00
Rob Rix
e1a84e2ab1 Increase the size of TSNode to match the current definition.
See also
https://github.com/maxbrunsfeld/tree-sitter/blob/master/include/tree_sit
ter/runtime.h#L38-L41
2015-12-22 19:06:51 -05:00
Rob Rix
edc519c7f1 Bump tree-sitter-parsers to bumps. 2015-12-22 19:06:07 -05:00
Rob Rix
7956c7d21c Merge pull request #356 from github/delete-the-prototype
🔥 Delete the prototype 🔥
2015-12-21 16:59:57 -05:00
Rob Rix
44d437ccdb 🔥 the prototype. 2015-12-18 14:20:46 -05:00
Rob Rix
32f562eea0 Move style.css. 2015-12-18 14:20:09 -05:00
Josh Vera
b3f178082b Merge pull request #350 from github/self-contained-binary
Self contained binary
2015-12-17 17:34:22 -05:00
Rob Rix
2deb91eeee Pin back to master. 2015-12-17 16:47:41 -05:00
Rob Rix
2949fcae84 Add some annotations to avoid some warnings. 2015-12-17 16:37:12 -05:00
Rob Rix
5f5b69d13e 🔥 a redundant import of Syntax. 2015-12-17 16:35:12 -05:00
Rob Rix
71d55d177e Revert "Figure out our extra lib dirs correctly."
This reverts commit fe4dcf2ae2f5f4118e3df6ae28d63b304482683c.
2015-12-17 16:34:28 -05:00
Rob Rix
590c7ce272 Revert "We don’t have a vendor dir any more."
This reverts commit a58bd14e7a0b58ffeed34c2236edc5d83905ded7.
2015-12-17 16:32:55 -05:00
Rob Rix
d3705a4faf Bump! 2015-12-17 16:28:05 -05:00
Rob Rix
ed2790d852 Bump the submodule. 2015-12-17 16:22:51 -05:00
Rob Rix
031832834f Bring tree-sitter-parsers back as a submodule. 2015-12-17 16:21:05 -05:00
Rob Rix
81187e917c We don’t have a vendor dir any more. 2015-12-17 15:45:37 -05:00
Rob Rix
015e7c6279 Remove the tree-sitter-parsers submodule. 2015-12-17 15:44:28 -05:00
Rob Rix
3ed9a4345e Remove all the other submodules. 2015-12-17 15:23:52 -05:00
Rob Rix
df8ba629b6 We don’t need to ignore libbridge.dylib because we won’t build it any more. 2015-12-17 15:22:27 -05:00
Rob Rix
355aa47c50 Update to use the new bridge API. 2015-12-17 14:56:43 -05:00
Rob Rix
f37c51b8b8 Depend on tree-sitter-parsers. 2015-12-17 14:49:28 -05:00
Rob Rix
131ed069f9 Add tree-sitter-parsers as a submodule. 2015-12-17 14:48:54 -05:00
Rob Rix
4ab1b0c411 Vendor the vendor dir. 2015-12-17 14:43:50 -05:00
Rob Rix
0564f6af70 🔥 the bridge. 2015-12-17 14:43:16 -05:00
Rob Rix
5e1bf1377b Don’t try to build the bridge. 2015-12-17 14:43:09 -05:00
Rob Rix
86fc332cff Merge branch 'master' into self-contained-binary 2015-12-17 13:43:00 -05:00