Add annotations in the parser where they are left out #389
Loading…
x
Reference in New Issue
Block a user
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?
Annotations for list and empty map were purposely left out empty to speed up the development of the parser, and that is causing some unclear error messages.
There might be other places as well with empty annotations beside the ones mentioned above. All of them should be handled when fixing this issue.