Skip to content

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

Closed
SethTisue opened this issue Feb 8, 2017 · 5 comments
Closed

remove PagedSeq from Scala 2.13 #298

SethTisue opened this issue Feb 8, 2017 · 5 comments
Assignees
Milestone

Comments

@SethTisue
Copy link
Member

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.

@SethTisue SethTisue added this to the 2.13.0-M1 milestone Feb 8, 2017
@SethTisue SethTisue self-assigned this Feb 8, 2017
@SethTisue
Copy link
Member Author

(...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...)

@SethTisue
Copy link
Member Author

(at scala/scala-parser-combinators#99 I recently pinged Antoine about the possibility of rolling a scala-parser-combinators release)

@adriaanm adriaanm modified the milestones: 2.13.0-M1, 2.13.0-M2 Apr 14, 2017
@SethTisue
Copy link
Member Author

SethTisue commented May 3, 2017

note that the scala-parser-combinators repo has 1.0.x and master branches, the latter should probably be renamed to 1.1.x, and the latter is also where the PagedSeq removal happened. 1.0.x is being left alone, because bincompat

@gourlaysama recently published 1.0.6 but that doesn't help us here, we need a 1.1.x release

@SethTisue
Copy link
Member Author

progress: scala/scala-parser-combinators#115

@SethTisue
Copy link
Member Author

see scala/scala#6198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants