You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been plugging a few soundness holes recently, and thought it might be good to make some of the fixes opt-out with a compiler flag.
For example: https://github.com/scala/scala/pull/3178#issuecomment-29444519
We've discussed having a \-source: option in the context of using the 2.11 presentation for 2.10 projects. I could put these sort of things behind that flag rather than inventing a plethora of new \-Ybug\-compat\-SI\-1234 flags.
The current (among others, IDE team) goal is to not only implement that flag but use it to constrain all 2.11 fixes that prevent the type checker from running on a 2.10 code base.
The text was updated successfully, but these errors were encountered:
@adriaanm said (edited on Mar 5, 2014 7:18:14 PM UTC):
I'd like to consolidate this with -Xfuture, which corresponds to running 2.11 under -Xsource:2.12.
As described in an email by Jason:
The current (among others, IDE team) goal is to not only implement that flag but use it to constrain all 2.11 fixes that prevent the type checker from running on a 2.10 code base.
The text was updated successfully, but these errors were encountered: