improve type annotation error message #87
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#87
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Currently any problem with a type annotation results in
There should at least be an indication about where the problematic type annotation is.
Prints the confusing message:
The parsing is actually fine - the error is the identifier does not exist.
Can we do better and print more fine-grained errors?
Would be better if it gave the nature of the error instead of "not a valid type annotation" for anything that goes wrong...