-
Notifications
You must be signed in to change notification settings - Fork 21
-Xsource:2.11 should disallow trailing commas under Scala 2.12? #10818
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
fwiw i use this https://github.com/47deg/scala-commas to cross build to 2.11 |
I'm not sure if there's precedent, either. before using |
in general, my impression is that |
@SethTisue I think this is settled. #8361 except for the backwards part. Frankly, I can't imagine disallowing trailing comma under any regime. That would only spur tickets to "backport trailing comma." It's "trailing comma" singular because you only get one. |
I think this should be closed. We're not going to add 2.11 source support to 2.13. |
This
is valid in Scala 2.12. If I cross-build with 2.11 as another target, I think I should be able to disallow this using
but the above still compiles under Scala 2.12
The text was updated successfully, but these errors were encountered: