Skip to content

Update collections architecture to 2.13.0-RC1 #1310

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

Merged

Conversation

julienrf
Copy link
Contributor

@julienrf julienrf commented Apr 9, 2019

No description provided.

def map(f: Base => Base): RNA =
strictOptimizedMap(newSpecificBuilder, f)
def flatMap(f: Base => IterableOnce[Base]): RNA =
strictOptimizedFlatMap(newSpecificBuilder, f)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to consistently provide strictOptimizedXxx operations for all overridden operations. We cover them only partially (ie, we have strictOptimizedMap but not strictOptimizedAppended).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ve created scala/bug#11477 for that.

@SethTisue
Copy link
Member

merging quickly since RC1 is just out and people are looking at these docs, but @szeiger you want might to give it a post-merge once-over

@SethTisue SethTisue merged commit f06e14b into scala:master Apr 10, 2019
@julienrf julienrf deleted the update-collections-architecture-213RC1 branch April 15, 2019 20:32
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.

2 participants