1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00
Commit Graph

16464 Commits

Author SHA1 Message Date
joshvera
197da5e758 update class tests 2017-10-30 17:52:15 -04:00
joshvera
76430193ca use children when parsing abstract class 2017-10-30 17:30:44 -04:00
joshvera
44b3d54f1a Allow sequence expressions in various places 2017-10-30 16:06:44 -04:00
joshvera
c0146e4278 Fix definition of ExtendsClause 2017-10-30 12:05:32 -04:00
joshvera
1c5cf5629e Make first union field optional 2017-10-30 11:39:49 -04:00
joshvera
3faa74e5b2 ++haskell-tree-sitter 2017-10-30 11:38:25 -04:00
joshvera
0a935efc77 Ignore EnumBody in enumDeclaration 2017-10-27 17:23:16 -04:00
joshvera
cd4612c512 Factor out term 2017-10-27 17:11:09 -04:00
joshvera
c2ec71e13d TypeParameters are optional 2017-10-27 17:11:03 -04:00
joshvera
2d82c969ba Distinguish comment matching between terms and many 2017-10-27 16:32:24 -04:00
joshvera
8d17fdf617 factor module' statements into statements 2017-10-26 20:17:14 -04:00
joshvera
2bf0891e1e Fix indexSignature and contextualize comments 2017-10-26 19:38:39 -04:00
joshvera
29707193c0 Merge remote-tracking branch 'origin/master' into typescript-fixes 2017-10-26 19:37:36 -04:00
Josh Vera
fead580244 Merge pull request #1415 from github/faster-assignment-compilation
Faster assignment compilation
2017-10-26 16:00:47 -04:00
Rob Rix
b800d8c477 Bump effects for faster-compiling membership constraints. 2017-10-26 11:33:42 -04:00
Rob Rix
ca74710392 Revert "🔥 the HasCallStack constraint in TypeScript assignment."
This reverts commit 886d14b1b83e9fea8655ffcce762ce594262a100.
2017-10-26 11:30:27 -04:00
Rob Rix
0f75f7d817 Revert "Don’t build call stacks."
This reverts commit cba54ef4b0915297a7e8805801ea17136e3f8bbe.
2017-10-26 11:30:19 -04:00
Rob Rix
ebef3a82a1 Revert "Don’t propagate call stacks."
This reverts commit 263d5e97ab579c36cfc22d7dae428675c0b1e4b5.
2017-10-26 11:30:15 -04:00
Rob Rix
e95f35e45e Fix the 📝 for syntaxParserForLanguage. 2017-10-26 10:03:42 -04:00
Rob Rix
8b702e27c7 Don’t propagate call stacks. 2017-10-26 09:57:30 -04:00
Rob Rix
1f95957243 Don’t build call stacks. 2017-10-26 09:57:15 -04:00
Rob Rix
f0cb1a4715 🔥 the HasCallStack constraint in TypeScript assignment. 2017-10-26 00:05:57 -04:00
Josh Vera
8bb048a8e6 Merge pull request #1401 from github/tableofcontentsby-bugfix
modify tableOfContentsBy method
2017-10-16 14:42:17 -04:00
joshvera
b0458bb02c remove extra parens 2017-10-16 14:41:17 -04:00
joshvera
9456891ea9 Combine imports 2017-10-16 14:41:08 -04:00
Josh Vera
06f97356df Merge branch 'master' into tableofcontentsby-bugfix 2017-10-16 13:56:35 -04:00
Ayman Nadeem
a26dd3e3b1 Merge pull request #1376 from github/dev-setup-questions
Update README.md
2017-10-16 09:10:15 -07:00
Ayman Nadeem
b190ba59c5 Merge branch 'master' into dev-setup-questions 2017-10-16 09:06:17 -07:00
Rob Rix
bd4b2de6d8 Merge branch 'master' into tableofcontentsby-bugfix 2017-10-13 15:49:05 -04:00
Rob Rix
378b50ffd5 Merge pull request #1408 from github/simpler-repl-package-loading
Simpler REPL package loading
2017-10-13 14:51:17 -04:00
Rob Rix
b44485b8d4 Merge branch 'master' into tableofcontentsby-bugfix 2017-10-13 14:24:43 -04:00
Rob Rix
a5925ce9ed This doesn’t work. 2017-10-13 14:23:11 -04:00
Ayman Nadeem
8f496db787 delete Unchanged entries 2017-10-13 10:50:29 -07:00
Rob Rix
8b89c73979 Rename the reload binding to :r. 2017-10-13 12:47:46 -04:00
Rob Rix
1cc005bc4a Pretty-printing is on by default. 2017-10-13 12:47:28 -04:00
Rob Rix
bcf273b019 Define pretty with unlines & without importing. 2017-10-13 12:47:21 -04:00
Rob Rix
b77d847a19 🔥 source because it’s dangerous now. 2017-10-13 12:46:16 -04:00
Rob Rix
5e0a1c9101 Update .ghci 2017-10-13 12:42:08 -04:00
Rob Rix
07ab2d4032 Merge pull request #1406 from github/repl-script
script/repl, project-wide .ghci defaults, & 💡ProTip!s
2017-10-13 11:54:25 -04:00
Rob Rix
b22f4f9fc3 No : in the prompt. 2017-10-13 11:41:52 -04:00
Rob Rix
3aed4c3370 Merge branch 'repl-script' of https://github.com/github/semantic-diff into repl-script 2017-10-13 11:29:39 -04:00
Rob Rix
708bf16f30 Merge branch 'master' into repl-script 2017-10-13 11:27:51 -04:00
Rob Rix
b1a7056948 Make the assignment binding reloadable. 2017-10-13 11:24:13 -04:00
Rob Rix
e511bd2572 Document stuff in .ghci. 2017-10-13 11:23:55 -04:00
Rob Rix
c288bfe22c 🔥 .ghci-template. 2017-10-13 10:55:28 -04:00
Rob Rix
55fec0a156 Add the assignment macro to the .ghci file. 2017-10-13 10:55:15 -04:00
Rob Rix
8d156bfa8b Set a cyan lambda prompt. 2017-10-13 10:21:39 -04:00
Rob Rix
e17f8e58a4 Warnings aren’t fatal in the repl. 2017-10-13 10:21:29 -04:00
Rob Rix
0d71bf7fa6 Break on errors in interactive code. 2017-10-13 10:21:08 -04:00
Rob Rix
7f6017b037 Define a reload-with-pretty macro. 2017-10-13 10:20:48 -04:00