-
Notifications
You must be signed in to change notification settings - Fork 87
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
Rewrite rules for @deprecated since 2.13.x #44
Comments
This comment has been minimized.
This comment has been minimized.
@MasseGuillaume the |
@ViliusN if you'd like to know more about why there are multiple ways to order Also, it's not nice to say that the maintainers and contributors have ruined the language. A lot of people have put a lot of time and effort into improving the language and fixing dozens and dozens of bugs. If you have constructive criticism, you can voice it on Gitter or start a thread to discuss it on the Contributors Forum. |
This comment has been minimized.
This comment has been minimized.
Remove BitSet shift links from readme
I am wondering if it is easy to fix this one for 2.12? I had [warn] /Users/eric/workspace/sconfig/sconfig/shared/src/main/scala/org/ekrich/config/impl/PathBuilder.scala:12:40:
class Stack in package mutable is deprecated (since 2.12.0): Stack is an inelegant and potentially
poorly-performing wrapper around List. Use a List assigned to a var instead.
[warn] final private val keys = new mutable.Stack[String] I am using a |
@scala/collections |
methods deprecated as of 2.13.0
The text was updated successfully, but these errors were encountered: