-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Remove -Xmax-classfile-name; hard-code to 240, like Scala 2.13.0-RC1 #5812
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
Comments
Working on this, will create PR |
Status: |
I've just found scala/scala#7497 and this issue. These don't take into account one use case: in one of my work projects we had to enable |
@nigredo-tori Making this flag work correctly is really non-trivial (as demonstrated by the fact that that both the Scala 2 and Dotty implementation were always broken). If Windows has an option to change the path limit, then we should just tell people who get an error to go set that option instead of telling them about -Xmax-classfile-name. |
|
See scala/scala#7497
The text was updated successfully, but these errors were encountered: