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
Yes, this exception needs to be improved. A quick answer as to why the exception is thrown: the format is ambiguous. For example, +111 could be parsed as either +01:11 or +11:01. Our system recognizes this and fails instead of trying to salvage the situation.
Fixes#359Fixes#361
Additionally, remove delayed initialization of parsing to ensure that creating ambigous formats fails and document the thrown exception.
Attempt of parsing with following (minimized) format crashes with exception saying "Failed requirement"
It's not very helpful to understand what is wrong.
The text was updated successfully, but these errors were encountered: