Skip to content

Flatten breaks classSym.linkedClass #348

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

Closed
DarkDimius opened this issue Feb 4, 2015 · 0 comments · Fixed by #358
Closed

Flatten breaks classSym.linkedClass #348

DarkDimius opened this issue Feb 4, 2015 · 0 comments · Fixed by #358

Comments

@DarkDimius
Copy link
Contributor

On an example:
synthetic module class java.util.jar.Attributes.Name before flatten had name Name$.
After Flatten it has name java$util$jar$Attributes$Name$

And if someone calls linkedClass after flatten it would return NoSymbol as java.util.jar package has no definition named java$util$jar$Attributes$Name

DarkDimius added a commit to dotty-staging/dotty that referenced this issue Feb 11, 2015
DarkDimius added a commit to dotty-staging/dotty that referenced this issue Feb 11, 2015
DarkDimius added a commit to dotty-staging/dotty that referenced this issue Feb 17, 2015
DarkDimius added a commit to dotty-staging/dotty that referenced this issue Feb 17, 2015
smarter pushed a commit to smarter/dotty that referenced this issue Mar 1, 2015
DarkDimius added a commit to dotty-staging/dotty that referenced this issue Mar 11, 2015
DarkDimius added a commit to dotty-staging/dotty that referenced this issue Mar 11, 2015
DarkDimius added a commit to dotty-staging/dotty that referenced this issue Mar 18, 2015
tgodzik added a commit to tgodzik/scala3 that referenced this issue Apr 29, 2025
Backport "Fix isGenericArrayElement for higher-kinded types" to 3.3 LTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant