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
The json-schema test-suite is broken with aeson-0.10 (dunno why travis built with an older aeson and we didn't see this). The breakage is luckily just because error messages changed.
expected: Left "when expecting a Int, encountered Boolean instead"
but got: Left "Error in $: expected Int, encountered Boolean"
I'll fix the test-suite now, but we may want to think about improving the message since api users may see this error and $ is nonsense to them.
The text was updated successfully, but these errors were encountered:
bergmark
added a commit
to silkapp/json-schema
that referenced
this issue
Dec 18, 2015
The json-schema test-suite is broken with aeson-0.10 (dunno why travis built with an older aeson and we didn't see this). The breakage is luckily just because error messages changed.
I'll fix the test-suite now, but we may want to think about improving the message since api users may see this error and
$
is nonsense to them.The text was updated successfully, but these errors were encountered: