-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO before 1.0 release #55
Comments
I'll defer the |
Here are some issues discovered by lydell
|
Version 1.0.0 released :) #82 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a list of things that should be nice to fix before a 1.0 release:
install
subcommand (not sure if needed for 1.0, maybe wait for 1.1?).json
report to make it equivalent to the one ofelm-test
we can add other reports if needed. Done in 0647683 and Json report elm-test-runner#5junit
report to make it compatible with the one ofelm-test
. Some additional fields might be easy to add and nice to have. Done in b8192ac and Junit report elm-test-runner#6unwrap
in the code and see if we can improve behavior and output there. We might want to introduce anyhow. see Improve error messages with anyhow #57root
option to specify where the rootelm.json
is. Done in Add a --root CLI argument #56The text was updated successfully, but these errors were encountered: