-
Notifications
You must be signed in to change notification settings - Fork 21
let's deprecate view bounds by default (not just under -Xfuture) #10719
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
someone want to tackle this...? |
5 tasks
anyone interested in tackling this might also like to tackle the slightly broader scala/scala-dev#471 and other pieces of scala/scala-dev#430 |
eed3si9n
added a commit
to eed3si9n/scala
that referenced
this issue
Apr 8, 2018
Fixes scala/bug#10719 scala#2909 deprecated view bounds under -Xfuture. This deprecates it without it, and drops it under -Xsource:2.14.
I didn't see a PR yet on this, so I took it. |
eed3si9n
added a commit
to eed3si9n/scala
that referenced
this issue
Apr 9, 2018
adriaanm
added a commit
to scala/scala
that referenced
this issue
Apr 10, 2018
scala/bug#10719. Deprecate view bounds without -Xfuture
we went with a slower timetable: deprecated in 2.13, slated for removal in 2.14. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scala/scala#2909 deprecated view bounds under
-Xfuture
, but nobody ever came back and removed theif (settings.future)
check inParsers.scala
. as far as I know, that was just an oversightthere is a question of whether this change should target 2.12 or 2.13. I suggest we target 2.12.5 for the deprecation, and then actually remove it from the language in 2.13.
The text was updated successfully, but these errors were encountered: