kczulko / rules_elm

Bazel rules for building web applications written in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to Elm 19.1

mksmtn opened this issue · comments

Feel free to submit PRs!

Looks like it's done in #10

Closing.

Closed by mistake. I am trying to figure out what happened with *.elmi file as 0.19.1 doesn't generate them in case of elm_test target. More here.

Ok, so it looks like this is actually more-less blocked by dropped support for elmi generation. In case of elm_test target, elm binary no longer produces elmi file. I have just discovered that both solutions elm-test-rs and elm-test are parsing *.elm files for searching possible test functions and this is probably what should be done here. See Parser.js and check function from elm-test node runner: