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

Duplicate class name under -Ydelambdafy:method #8578

Closed
scabug opened this issue May 11, 2014 · 3 comments
Closed

Duplicate class name under -Ydelambdafy:method #8578

scabug opened this issue May 11, 2014 · 3 comments
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented May 11, 2014

class DuplicateClassName {
  () => {
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => () => ()}
    {() => ()}
  }
}
Exception in thread "main" java.lang.AssertionError: assertion failed:
  Different class symbols have the same bytecode-level internal name:
     name: DuplicateClassName$lambda$$$anonfun$111
   oldsym: $anonfun$111
  tracked: $anonfun$111

I suspect that delambdafy is creating a fresh name without adding a '$'.

@scabug
Copy link
Author

scabug commented May 11, 2014

Imported From: https://issues.scala-lang.org/browse/SI-8578?orig=1
Reporter: @retronym
Affected Versions: 2.11.0

@scabug
Copy link
Author

scabug commented May 11, 2014

@retronym said:
scala/scala#3742

@scabug
Copy link
Author

scabug commented May 11, 2014

@scabug scabug closed this as completed May 12, 2014
@scabug scabug added this to the 2.11.1 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants