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

Avoid unnecessary toSeq conversions in Seq methods #8374

Merged
merged 1 commit into from Aug 27, 2019

Conversation

szeiger
Copy link
Member

@szeiger szeiger commented Aug 26, 2019

Fixes scala/bug#11708

This includes a quick fix for CombinationsItr and PermutationsItr to
avoid the unnecessary toSeq calls but there is still a lot of room
for improvement in these classes.

Fixes scala/bug#11708

This includes a quick fix for CombinationsItr and PermutationsItr to
avoid the unnecessary toSeq calls but there is still a lot of room
for improvement in these classes.
@scala-jenkins scala-jenkins added this to the 2.13.2 milestone Aug 26, 2019
@diesalbla diesalbla added the library:collections PRs involving changes to the standard collection library label Aug 26, 2019
@lrytz lrytz merged commit 721ecf7 into scala:2.13.x Aug 27, 2019
@SethTisue SethTisue modified the milestones: 2.13.2, 2.13.1 Aug 28, 2019
@szeiger szeiger added the release-notes worth highlighting in next release notes label Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library:collections PRs involving changes to the standard collection library release-notes worth highlighting in next release notes
Projects
None yet
5 participants