Skip to content
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

Added apply, unapplySeq and newBuilder to ArraySeq companion #227

Merged
merged 1 commit into from
Jun 25, 2019

Conversation

ghik
Copy link
Contributor

@ghik ghik commented Jun 25, 2019

These three methods are the most essential methods lacking on ArraySeq companion object.

We could also think about adding other methods available on Scala 2.12 collection companions, i.e. everything from SeqFactory (which we can't simply inherit because ArraySeq expects a ClassTag for every operation).

Fixes #222

@ghik ghik force-pushed the issue/222 branch 2 times, most recently from fd8475c to 7f2c52a Compare June 25, 2019 09:03
@julienrf julienrf merged commit 97e552b into scala:master Jun 25, 2019
@ghik ghik deleted the issue/222 branch June 25, 2019 11:58
@SethTisue SethTisue mentioned this pull request Aug 5, 2019
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

Successfully merging this pull request may close these issues.

immutable.ArraySeq companion lacks some basic operations
2 participants