-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[SI-9503] Deprecate scala.collection.immutable.PagedSeq #4804
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
Conversation
Review by @SethTisue . |
Hi Jorge. Couple of suggestions,
The reasons for deprecating can be included in the commit body instead. Make these changes, amend the commit and force push your branch. |
Sorry about that. I did not remove |
yeah, if it's |
The next step is to update test to expect the deprecation messages, From https://scala-ci.typesafe.com/job/scala-2.11.x-validate-test/1481/console
@jvican - Because This entry from the end of the build log is the starting point,
Fix this by adding
|
/rebuild |
for the deprecation message, perhaps "This class will be moved to the scala-parser-combinators module"? |
LGTM |
LGTM |
[SI-9503] Deprecate scala.collection.immutable.PagedSeq
Note that we usually try to avoid deprecating in a minor release, since this can break people's builds when they run under -Xfatal-warnings. |
Review by @janekdb.