-
Notifications
You must be signed in to change notification settings - Fork 19
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
[cabal-docspec] blank lines in multiline input cause timeouts #67
Comments
What is |
FWIW, empty line doesn't work in % doctest Foo.hs
Foo.hs:6: error in expression `:{'
unterminated multiline command timeout is bad though. |
With
But I found an okayish workaround:
EDIT: Hmm, this removes indentation in the haddock output... I can close this if you want, as this issue should be easy to discover. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blank lines in multiline input are causing timeout errors right now, see https://github.com/amesgen/stuff/tree/cabal-docspec-blank-lines. To reproduce:
If I change
to
then everything works as expected.
EDIT: My use case are multi-line string literals with
QuasiQuotes
which contain blank lines.The text was updated successfully, but these errors were encountered: