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
This came up because someone had a BOM in their justfile, which just was choking on.
The error message looked like:
error: Unknown start of token:
|
1 | test:
| ^
We should print the unknown start of token message such that invisible characters show up, for example by surrounding the offending character in quotes. We could also think about displaying non-printing characters as unicode escape sequences. Perhaps there's a function in the standard library that helps with that.
The text was updated successfully, but these errors were encountered:
This came up because someone had a BOM in their justfile, which just was choking on.
The error message looked like:
We should print the unknown start of token message such that invisible characters show up, for example by surrounding the offending character in quotes. We could also think about displaying non-printing characters as unicode escape sequences. Perhaps there's a function in the standard library that helps with that.
The text was updated successfully, but these errors were encountered: