-
Notifications
You must be signed in to change notification settings - Fork 14
remove PagedSeq from Scala 2.13 #298
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
(...if we removed it now, nothing would break unless an existing scala-parser-combinators version were republished for 2.13. but, we have actually done such republishings in the past...) |
(at scala/scala-parser-combinators#99 I recently pinged Antoine about the possibility of rolling a scala-parser-combinators release) |
note that the scala-parser-combinators repo has @gourlaysama recently published 1.0.6 but that doesn't help us here, we need a 1.1.x release |
progress: scala/scala-parser-combinators#115 |
see scala/scala#6198 |
it was deprecated in 2.12.
recently it was copied into the scala-parser-combinators library, which was (hopefully) the only thing using it: scala/scala-parser-combinators#97
but there isn't yet a scala-parser-combinators release that has it, so we can't actually remove it from the standard library quite yet. well, I suppose we could speculatively remove it on the assumption that either a scala-parser-combinators will be published in time, or we'll unbundle in time. but anyway there's no rush, just something to get back to, hopefully for 2.13.0-M1.
The text was updated successfully, but these errors were encountered: