Closed buinauskas closed 3 years ago
The only thing that seems different here, is that there is no newline after ->
, so maybe that's why. Most examples that we had so far have been formatted with elm format, this doesn't seem to be.
I'll see. Will write a test case for that. If formatting happens to be the issue, should this be fixed or language server expects elm-format
ed code?
This should be fixed, as the compiler doesn't complain.
This is rather weird. I got a corpus
test case for this one - it is working as expected. Tests indicate an error in 8th character of line, this being beginning of case statement branch.
Closing, as we're down to one error from this package and that's fixable by running elm-format on it.
There are multiple failures from MacCASOutreach/graphicsvg
Have added the following to
parse-examples
:And I'm getting the following errors:
But I don't really get why it fails. It's perfectly valid and basic code. Any ideas?
For instance it complains about following update: