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
When failing switch is supplied (examples: [int|S||], [int|?||]), the error message points not to the switch, but to the next character after the switch. And I found it tricky to resolve back then 🤔
Acceptance criteria
The mentioned error messages are fixed;
Other error scenarios are tried, the error messages are improved there too if necessary.
The text was updated successfully, but these errors were encountered:
Clarification and motivation
I didn't care much about error messages till now, and there are multiple things that deserve attention:
?
is supplied could be prettier;[int|S||]
,[int|?||]
), the error message points not to the switch, but to the next character after the switch. And I found it tricky to resolve back then 🤔Acceptance criteria
The text was updated successfully, but these errors were encountered: