1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
Commit Graph

14741 Commits

Author SHA1 Message Date
Rob Rix
b41fa87158 Merge branch 'master' into systematic-comment-assignment 2017-08-15 09:21:17 -04:00
Rob Rix
cde6a152cf Merge pull request #1297 from github/🔥-cabal-dependency-list
🔥 cabal-dependency-list
2017-08-15 09:20:31 -04:00
Rob Rix
6f2e8609b6 🔥 the tools dir from the project file. 2017-08-15 09:18:48 -04:00
Rob Rix
95896d5f35 Merge pull request #1294 from github/jonabc/cabal-licenses
Fix licensing scripts/tools to work without stack
2017-08-15 09:17:20 -04:00
Rob Rix
1cb8a70fb0 Merge branch 'master' into jonabc/cabal-licenses 2017-08-15 09:12:31 -04:00
Rob Rix
93a30fd93e Merge pull request #1295 from github/generate-python-tests
Generate test fixtures for Python
2017-08-15 09:12:13 -04:00
Rob Rix
8a1e374400 Regenerate the Python insertion/deletion fixtures. 2017-08-15 09:10:20 -04:00
Rob Rix
40857f4902 Merge branch 'master' into generate-python-tests 2017-08-15 09:03:26 -04:00
Rob Rix
6d075273eb Merge branch 'master' into systematic-comment-assignment 2017-08-15 08:56:56 -04:00
Rob Rix
e49b18638d Merge pull request #1293 from github/simpler-tree-sitter-module-hierarchy
Simpler tree-sitter module hierarchy
2017-08-15 08:56:23 -04:00
Rob Rix
5e8af37b45 Bump haskell-tree-sitter to master. 2017-08-15 08:53:45 -04:00
Rob Rix
a8b98b9892 Bump the examples for for/in nodes. 2017-08-14 20:56:11 -04:00
Rob Rix
bea008329b Bump haskell-tree-sitter. 2017-08-14 20:16:47 -04:00
Rob Rix
260d5c5210 Add the language packages. 2017-08-14 20:14:03 -04:00
Rob Rix
eee15954e3 Bump haskell-tree-sitter to include the language packages. 2017-08-14 20:12:51 -04:00
Rob Rix
375646bb14 Remove the parser submodules. 2017-08-14 20:12:40 -04:00
Rob Rix
3104c547e8 Revert the language submodules to master. 2017-08-14 20:00:56 -04:00
Rob Rix
3d0bc0e926 Assign key-value pairs as infix terms. 2017-08-14 19:09:55 -04:00
Rob Rix
2e4c88632c Stop discarding comments after pairs. 2017-08-14 19:08:52 -04:00
Rob Rix
8468f3f2e4 Stop discarding comments after dictionaries. 2017-08-14 19:08:31 -04:00
Rob Rix
6d5105f9c0 Define booleanOperator using infixTerm. 2017-08-14 19:06:07 -04:00
Jon Ruskin
5fb371e7ba Merge branch 'master' into jonabc/cabal-licenses 2017-08-14 15:56:14 -07:00
Rob Rix
0fc8fd2032 🔥 contextualizeLast. 2017-08-14 18:45:29 -04:00
Rob Rix
a7cfb3c988 Assign multiple comments at the end of a branch. 2017-08-14 18:38:29 -04:00
Rob Rix
e3e3657b2c Assign comments right before else clauses. 2017-08-14 18:26:28 -04:00
Rob Rix
ec19a35697 Simplify the assignment of partial decorators. 2017-08-14 18:01:00 -04:00
Rob Rix
51638833df Assign comments at the end of branches. 2017-08-14 17:57:12 -04:00
Rob Rix
a2ced02795 Define separate postContextualize & postContextualizeThrough rules. 2017-08-14 17:56:58 -04:00
Rob Rix
c3addf1292 Define a function to contextualize the last element in a list. 2017-08-14 17:29:43 -04:00
Rob Rix
3043434628 Contextualize inside assignments. 2017-08-14 17:09:04 -04:00
Rob Rix
5a4e497048 Contextualize inside comparisonOperator and binaryOperator. 2017-08-14 17:02:42 -04:00
Rob Rix
dfbe85e5a0 Define a helper to contextualize infix terms. 2017-08-14 16:56:40 -04:00
Rob Rix
27f4db2f6a Correct the return types in infixContent. 2017-08-14 16:56:11 -04:00
Rob Rix
6f22e49623 Contextualize after the right term. 2017-08-14 16:50:16 -04:00
Rob Rix
82b1bc1f87 Define a helper to match context infix. 2017-08-14 16:46:51 -04:00
Rob Rix
d1ee070aa8 Context holds a NonEmpty list of fields. 2017-08-14 16:42:49 -04:00
Rob Rix
2d6f130d32 Define a Diffable' instance for NonEmpty fields in syntax. 2017-08-14 16:42:13 -04:00
Rob Rix
07fda850f9 Correct the docs for the Diffable' instance for Rec1 of []. 2017-08-14 16:39:48 -04:00
Rob Rix
54c6095da4 Define a GAlign instance for non-empty lists. 2017-08-14 16:38:05 -04:00
Rob Rix
9e2444d71d Define a post-contextualizing syntax combinator. 2017-08-14 16:26:01 -04:00
Rob Rix
e31c5eddb8 Define contextualize in terms of makeTerm1. 2017-08-14 16:19:11 -04:00
Rob Rix
f6c77b4daa Simplify assignment' a little further. 2017-08-14 16:12:31 -04:00
Rob Rix
e59f148a57 Simplify assignment'. 2017-08-14 16:10:29 -04:00
Rob Rix
ba3ef97260 Simplify binaryOperator. 2017-08-14 16:02:46 -04:00
Rob Rix
f4ff0a6f64 Correct the error message. 2017-08-14 15:58:51 -04:00
Rob Rix
212ce544da Simplify comparisonOperator. 2017-08-14 15:58:13 -04:00
Rob Rix
d7e3092192 Split out makeTerm1 & makeTerm1'. 2017-08-14 15:50:01 -04:00
Rob Rix
d657570e3e Define a makeTerm-alike which constructs a Term from non-empty foldable syntax. 2017-08-14 15:45:30 -04:00
Rob Rix
d74d67b803 Generalize infixChoice to any Alternative. 2017-08-14 15:33:42 -04:00
Rob Rix
a9dd39e149 Pass constructor assignments to infixChoice directly. 2017-08-14 15:32:58 -04:00