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

-Xmax-classfile-length foiled by module class suffix #8199

Closed
scabug opened this issue Jan 29, 2014 · 2 comments
Closed

-Xmax-classfile-length foiled by module class suffix #8199

scabug opened this issue Jan 29, 2014 · 2 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Jan 29, 2014

class reallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongname {
object obj0
object obj01
object obj012
object obj0123
object obj01234
object obj012345
object obj0123456
object obj01234567
object obj012345678
object obj0123456789
object obj01234567890
class cls0
class cls01
class cls012
class cls0123
class cls01234
class cls012345
class cls0123456
class cls01234567
class cls012345678
class cls0123456789
class cls01234567890
trait trt0 { def x = 0 }
trait trt01 { def x = 0 }
trait trt012 { def x = 0 }
trait trt0123 { def x = 0 }
trait trt01234 { def x = 0 }
trait trt012345 { def x = 0 }
trait trt0123456 { def x = 0 }
trait trt01234567 { def x = 0 }
trait trt012345678 { def x = 0 }
trait trt0123456789 { def x = 0 }
trait trt01234567890 { def x = 0 }
}
// filename too long:
// reallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongnamereallylongname$obj012345$.class
@scabug
Copy link
Author

scabug commented Jan 29, 2014

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

@scabug scabug closed this as completed Jan 29, 2014
@scabug
Copy link
Author

scabug commented Jan 29, 2014

@gkossakowski said:
scala/scala#3426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants