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
We seem to have lost the capability to have the parser emit error annotations. That's a shame, because they were quite nice (e.g. in FancyDiagnostics). What would be the best way to add back that capability?
The text was updated successfully, but these errors were encountered:
so what we want to do is have some place to store extra warning messages for every error (maybe just add an annotations array to the error type), emitting those when we unwind the stack after an error.
We seem to have lost the capability to have the parser emit error annotations. That's a shame, because they were quite nice (e.g. in FancyDiagnostics). What would be the best way to add back that capability?
The text was updated successfully, but these errors were encountered: