json-schema
json-schema copied to clipboard
Update to Elm 0.19.1; fix tests
A few tests were not running when I updated to Elm 0.19.1. I didn't check if they were also broken in the previous version. I was mainly changing how Encode.list works I think. There were two tests that depend on comparing Json.Encode.Value which now show as
In addition my editor shows me elm-analyse errors, so I removed some code (and a few debug log comments) and rewrote a couple of bits to silence those warnings. One remaining error is for ValidationOptions which has only one boolean value, analyse wants to get rid of the object but I left it in.