joshvera
|
b3badde393
|
Add AccessibilityModifier to Syntax
|
2017-08-10 19:17:45 -04:00 |
|
joshvera
|
2084f1704b
|
Remove Literal.Symbol from Syntax
|
2017-08-10 19:17:34 -04:00 |
|
joshvera
|
f007d80b75
|
Add required, rest, and optional parameters
|
2017-08-10 19:07:51 -04:00 |
|
joshvera
|
bdc5078866
|
Merge remote-tracking branch 'origin/master' into typescript-assignment
|
2017-08-10 18:35:05 -04:00 |
|
Rob Rix
|
1c5e709304
|
Merge pull request #1248 from github/ghc-8.2.1
ghc-8.2.1
|
2017-08-10 16:38:18 -04:00 |
|
Rob Rix
|
453daf7bcf
|
🔥 a type sig.
|
2017-08-10 10:41:21 -04:00 |
|
Rob Rix
|
65157ac87c
|
🔥 MonoLocalBinds.
|
2017-08-10 10:40:24 -04:00 |
|
Rob Rix
|
ed94c16422
|
Relax the cmark-gfm constraint.
|
2017-08-10 09:14:19 -04:00 |
|
Rob Rix
|
fa56de3d05
|
Merge branch 'master' into ghc-8.2.1
|
2017-08-10 09:14:04 -04:00 |
|
Rob Rix
|
cfca8f36a3
|
Merge pull request #1285 from github/kivikakk/latest-cmark-gfm
Use cmark-gfm-0.1.3
|
2017-08-10 09:10:10 -04:00 |
|
Yuki Izumi
|
2f99303bf6
|
Update test output (heading excludes "## ")
|
2017-08-10 14:18:07 +10:00 |
|
Rob Rix
|
09af5a7f18
|
Stub in a package for listing dependencies.
|
2017-08-09 15:59:36 -04:00 |
|
Rob Rix
|
ee65db5025
|
Constrain cmark-gfm to correct a failing test.
cc @kivikakk — #1248 uses cabal to build instead of stack, so I added the version constraint to the cabal.project file for the time being.
|
2017-08-09 11:59:23 -04:00 |
|
Rob Rix
|
769196ca39
|
Update the integration test fixtures.
|
2017-08-09 11:40:30 -04:00 |
|
Rob Rix
|
887d0c0176
|
Update the generate-example script not to use stack.
|
2017-08-09 11:35:33 -04:00 |
|
Rob Rix
|
2d0749f0b8
|
Specify the root dirs of the various projects.
|
2017-08-09 10:29:39 -04:00 |
|
Rob Rix
|
1dcc5d48e4
|
Bump haskell-tree-sitter to not treat its C sources as C11.
|
2017-08-09 10:05:20 -04:00 |
|
Rob Rix
|
faf71e3980
|
Ignore dist.
|
2017-08-09 09:57:15 -04:00 |
|
Rob Rix
|
cf1cee66b9
|
Merge branch 'master' into ghc-8.2.1
|
2017-08-09 09:52:39 -04:00 |
|
Rob Rix
|
f7ae07e3d9
|
Merge pull request #1283 from github/fine-grained-python-error-handling
Fine-grained Python error handling
|
2017-08-08 19:08:13 -04:00 |
|
Rob Rix
|
947d6c8cfd
|
Merge branch 'master' into fine-grained-python-error-handling
|
2017-08-08 19:06:16 -04:00 |
|
Rob Rix
|
119a489aab
|
Merge pull request #1276 from github/delimited-control
Assignment error handling, revisited
|
2017-08-08 18:37:52 -04:00 |
|
Rob Rix
|
2413378602
|
🔥 NoStrictData.
|
2017-08-08 18:29:57 -04:00 |
|
Rob Rix
|
39197f0b76
|
Discard comments around key/value pairs in dictionaries.
|
2017-08-08 15:20:51 -04:00 |
|
Rob Rix
|
6a849f1fa6
|
Take expressions only up to WithItem.
|
2017-08-08 15:00:22 -04:00 |
|
Rob Rix
|
22861b8443
|
Apply the constructor in withItem instead of tupling.
|
2017-08-08 14:58:37 -04:00 |
|
Rob Rix
|
193f5ad339
|
flip instead of swap.
|
2017-08-08 14:56:48 -04:00 |
|
Rob Rix
|
e684907c9e
|
Refactor withStatement to avoid a bind.
|
2017-08-08 14:54:40 -04:00 |
|
Rob Rix
|
26bf05bd30
|
Delimit expressions with the else clause.
|
2017-08-08 14:19:25 -04:00 |
|
Rob Rix
|
7e7cc130d1
|
Bold the path/span.
|
2017-08-08 13:30:21 -04:00 |
|
Rob Rix
|
245a5c2d7d
|
Use a much more compact callstack format.
|
2017-08-08 13:27:57 -04:00 |
|
joshvera
|
23f44456fe
|
Fix up mk statements
|
2017-08-08 12:33:45 -04:00 |
|
Rob Rix
|
5d5f027e40
|
Handle errors at the top level.
|
2017-08-08 12:14:42 -04:00 |
|
Rob Rix
|
38f5648af9
|
🔥 the redundant handleError in import'.
|
2017-08-08 12:13:49 -04:00 |
|
joshvera
|
a5bb117c35
|
Stub typescript syntax
|
2017-08-08 12:13:44 -04:00 |
|
Rob Rix
|
5031afaf06
|
Don’t match parse errors in expressions or imports.
|
2017-08-08 12:13:22 -04:00 |
|
Rob Rix
|
47d12fb498
|
Handle errors around imports.
|
2017-08-08 12:11:07 -04:00 |
|
Rob Rix
|
c7cc645dea
|
Handle errors occurring in Python expressions.
|
2017-08-08 11:58:00 -04:00 |
|
Rob Rix
|
4364429cb3
|
🔥 overindentation.
|
2017-08-08 11:46:16 -04:00 |
|
Rob Rix
|
3f981fbdf7
|
🔥 the redundant withSGRCode definition.
|
2017-08-08 11:37:50 -04:00 |
|
joshvera
|
5f1925cc3d
|
Include TypeScript.Grammar in cabal file
|
2017-08-08 11:19:42 -04:00 |
|
joshvera
|
59a42346c5
|
Add TypeScript.Grammar
|
2017-08-08 11:18:51 -04:00 |
|
Rob Rix
|
c97808a0bd
|
Disable colour if stderr is not a terminal.
|
2017-08-08 11:12:14 -04:00 |
|
Rob Rix
|
623980065a
|
Merge branch 'master' into delimited-control
|
2017-08-08 11:10:23 -04:00 |
|
Josh Vera
|
1f3a8ec26f
|
Merge pull request #1282 from github/fix-a-la-carte-syntax-diffing-segfaults
Fix à la carte syntax diffing segfaults
|
2017-08-08 11:07:35 -04:00 |
|
Rob Rix
|
9cabc53d67
|
Merge branch 'fix-a-la-carte-syntax-diffing-segfaults' into delimited-control
|
2017-08-08 11:05:56 -04:00 |
|
Rob Rix
|
4106a61b0f
|
Bump effects to fix segfaults in binary Union application.
https://github.com/joshvera/effects/pull/11
|
2017-08-08 11:03:34 -04:00 |
|
Rob Rix
|
a0adfdf0cf
|
Constrain to Foldable/Functor instead of Traversable.
|
2017-08-08 10:00:31 -04:00 |
|
Rob Rix
|
a1f1fc5048
|
🔥 redundant imports.
|
2017-08-08 09:16:36 -04:00 |
|
Rob Rix
|
fc299fe0e8
|
Fail fast on assignment errors.
|
2017-08-08 09:16:16 -04:00 |
|