Skip to content
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

Remove elm-html dependency #26

Open
rtfeldman opened this issue Sep 7, 2015 · 1 comment
Open

Remove elm-html dependency #26

rtfeldman opened this issue Sep 7, 2015 · 1 comment

Comments

@rtfeldman
Copy link
Contributor

We started using elm-html 4.0.0 for our prod code, but now our tests break because elm-check requires 3.0.0 - even though we aren't using elm-check's HTML reporting!

It seems like the HTML reporting should be a separate, decoupled package to prevent this. Otherwise it will be either a constant need to upgrade immediately to the latest elm-html (even when there's no need) or else compatibility will continue to break for users who aren't even using the html output.

Thoughts?

@TheSeamau5
Copy link
Owner

I think this makes sense. I hadn't thought of it like this before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants