-
Notifications
You must be signed in to change notification settings - Fork 70
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
Index out of bounds stream error when compiling with C-c C-c
on non-exhaustive match
#1246
Comments
The contents of that stream are:
So text positions in the two versions of the input no longer correspond. |
Ahh so the fact that I've only been seeing it with |
I'll rewind main a bit to see how behavior has changed and add my findings here. And moreover add your example to the test suite. |
I also feel bound to mention that 'match' is a close homonym for an important type of herring https://en.wiktionary.org/wiki/Matjes |
For reference as of 34bc744 the non-exhaustive match is reported after
|
If you
C-c C-c
on thecoalton-toplevel
form, an index out of bounds for stream error is signalledThis points to a possible bug in the reporting of warnings about match non-exhaustiveness.
If you
C-c C-k
this compiles fine.The text was updated successfully, but these errors were encountered: