~technomancy/fennel#227: 
new "expected whitespace" warning false positives

The new "expected whitespace before token" warning is firing on unrelated parser errors:

Compiling

(local a~b 3)

Prints the warning to stderr before the expected error:

--WARNING: -:1: expected whitespace before token
-:1:9: Parse error: invalid character: ~
Status
RESOLVED FIXED
Submitter
~jaawerth
Assigned to
No-one
Submitted
10 months ago
Updated
10 months ago
Labels
bug next-release

~technomancy REPORTED FIXED 10 months ago

Moved this to after the error check and that seems to have done the trick.

Register here or Log in to comment, or comment via email.