Closed zwilias closed 6 years ago
cc @rtfeldman. The fix should be in elmi-to-json. It shouldn't fail on elmis if the corresponding source got removed.
cc @rtfeldman. The fix should be in elmi-to-json. It shouldn't fail on elmis if the corresponding source got removed.
Fix in elmi-to-json got published elmi-to-json@0.19.0. thanks to @zwilias ❤️
this should be resolved once elm-test uses the latest version of elmi-to-json
Running
elm-test
after runningelm-verify-examples
fails with an error:The data it's trying to parse as JSON is something like this:
It appears that elm-verify-examples removes the generated code but not the interface files.
elm-test
then runselmi-to-json
, which tries to lookup the matching modules.