You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now with v0.3.6 (worked in prior 0.3.x versions) I'm getting
error: Unknown start of token:
|
3 | # Cleanup around here!
| ^
In any Justfile comment that has an exclamation in it that isn't right after the comment marker. If I have it right after the comment marker I get
error: `#!` is reserved syntax outside of recipes
|
3 | #! Cleanup around here
| ^
The second one makes sense, after thinking about it and realizing it's part of output. Was the change to not allow exclamations in comments intentional or is this a bug?
Example Justfile
# Line 1 Comment
# Cleanup around here!
The text was updated successfully, but these errors were encountered:
runeimp
changed the title
Unknown Start of Token -- Exclamation in Comments
Exclamation in comments generates _error: Unknown start of token_
Jan 10, 2018
runeimp
changed the title
Exclamation in comments generates _error: Unknown start of token_
Exclamation in comments generates error: Unknown start of token
Jan 10, 2018
Now with v0.3.6 (worked in prior 0.3.x versions) I'm getting
In any Justfile comment that has an exclamation in it that isn't right after the comment marker. If I have it right after the comment marker I get
The second one makes sense, after thinking about it and realizing it's part of output. Was the change to not allow exclamations in comments intentional or is this a bug?
Example Justfile
The text was updated successfully, but these errors were encountered: