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
@robinheghan any objection to the fix linked in the description? This is affecting some cli work I'm doing so I'd be happy to test the fix and submit a PR if you think it looks good.
In contrast to json
Value
s, the documentation don't explicitly discourage calling==
onBytes
, neither inelm/bytes#15
The reason for this could again be, that, like for json values, the equal-check function only compares properties of the first argument. Here's one fix https://github.com/elm/core/pull/1092/files
The text was updated successfully, but these errors were encountered: