-
Notifications
You must be signed in to change notification settings - Fork 14
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
Inappropriate handling of elm.json for packages #112
Comments
Oh yes! good catch! thanks. |
bdukes
added a commit
to EngageSoftware/elm-dnn-http
that referenced
this issue
Jan 24, 2024
Until stoeffel/elm-verify-examples#112 is resolved
bdukes
added a commit
to EngageSoftware/elm-dnn-localization
that referenced
this issue
Jan 24, 2024
Until stoeffel/elm-verify-examples#112 is resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the cool project. 🌷
It seems that the latest v6.0.2 always requires "source-directories" property in
elm.json
, butelm.json
for packages does not have "source-directories" property.Although it works if we set the "source-directories" property in
elm.json
for packages, it would be better behavior to check the "type" property and assume that the "source-directories" is./src
if the value is"package"
.The text was updated successfully, but these errors were encountered: