-
Notifications
You must be signed in to change notification settings - Fork 218
record puns parsing error #1732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe here as <- Text.Megaparsec.sepBy1 keysValue (_comma *> whitespace) to as <- Text.Megaparsec.sepBy1 keysValue (whitespace *> _comma *> whitespace) seems to fix it. |
Thanks for the very quick fix! I can't run the test suite as I am on 8.8.3 (--allow-newer worked) and I get errors like
(but this is completely unrelate to this issue) |
@amesgen Here's some info regarding the doctest issue: #1700 (comment) (Actually we have a whole issue for that: #1100) Developing with 8.8 should be properly supported soon: #1249 |
Ah interesting, seems like a very annoying issue. Thanks! |
@amesgen: Also, you can skip the doctests and selectively run the remaining tests using |
Hmm,
(feel free to ignore this) |
@amesgen Did you |
Ah sry, that was it! My fix above does not work, good to know! https://gist.github.com/amesgen/60ac5ab3884dc277de4da78fe1580637 |
I find this surprising:
dhall-rust accepts both inputs (clone https://github.com/amesgen/stuff and run
cargo run
in branchdhall-puns-repro
).The text was updated successfully, but these errors were encountered: