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

fix: Remove incorrect implicitness for package reference #3357

Conversation

slarse
Copy link
Collaborator

@slarse slarse commented May 6, 2020

Fix #3336

This is an attempt to fix the problem discussed in the aforementioned issue. I don't know why the package reference is to implicit where it is, but removing it with edf9700 fixed my problems. This also causes some changes in generated code, so I had to update testGeneratedSpoonifyCode with 8acb899.

I really don't know if this PR is reasonable. It works for me and does not appear to cause any breakage other than testGeneratedSpoonifyCode. Accidentally setting an explicit reference to implicit is in my opinion much worse than the other way around, as the former can cause compile errors, and has done so for me multiple times.

@monperrus monperrus changed the title review: fix: Remove incorrect implicitness for package reference fix: Remove incorrect implicitness for package reference May 7, 2020
@monperrus monperrus merged commit c83e023 into INRIA:master May 7, 2020
@slarse slarse deleted the issue/3336-fix-incorrect-array-type-pkg-implicitness branch May 28, 2021 10:07
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

Successfully merging this pull request may close these issues.

Package of array type reference marked implicit if component type is available on classpath (noclasspath)
2 participants