-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
It is not clear whether Error.unread is meant to be given an error message or the value that produced an error.
On one hand, we have char that contains this snippet:
Error.unread "must be a one-character string"On the other hand, we have this error message template in handleUnreadError:
fmap (\val -> indent 2 (name ++ " has value " ++ val ++ " that cannot be parsed")) . Error.tryUnreadThis results in the following confusing error printed to the console:
MY_VARIABLE has value must be a one-character string that cannot be parsed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels