-
-
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
elm/json is special and should not be removed #88
Comments
@miniBill is this a problem for all applications, or only a problem when making use of the implicit port argument and/or init flag conversion? |
The main issue is that if you do that |
|
Hmm alright. The Elm compiler seems to be a bit too cautious here. That sucks, but alright, let's do as you suggested. I don't think this is a problem for packages though, so let's only ignore reporting |
Describe the bug
NoUnused.Dependencies
can removeelm/json
from the direct dependencies.After removing
elm/json
,elm make
gives an error:Expected behavior
Never suggest elm/json as unused.
The text was updated successfully, but these errors were encountered: