Better error messages #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be nice to have more consistent error formatting. As of #24, parse errors contain spans with line and column info, while other errors just contain line numbers. It might be nice for all errors to contain spans, and also to use that info to print out nice errors including the full text of the line in question and markers of where the error occurs.
Additionally, there are a couple errors from
expr_parserthat just get mapped to the generic "unexpected token" error, and it would be nice to preserve the more specific message for those.