Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Add collection.BitSet factory object (and other cross-compatibility improvements) #358

Merged
merged 4 commits into from
Jan 24, 2018

Conversation

julienrf
Copy link
Contributor

@julienrf julienrf commented Jan 22, 2018

I’ve started with the collection.BitSet object and then found a couple other issues. I’ve added commits that address them.

In summary, this PR:

  • Adds the collection.BitSet object (like in the current collections),
  • Adds an overload for the updated operation on StringOps,
  • Pulls up the fill and tabulate operations from SeqFactory to IterableFactoryLike. The fill method makes no sense on Set collections but … we have it in 2.12, so it’s simpler to just keep it…
  • Adds an append alias for the lazyAppendAll in LazyList.

@julienrf julienrf requested review from szeiger and lrytz January 22, 2018 16:26
@julienrf julienrf changed the title Add collection.BitSet factory object Add collection.BitSet factory object (and other cross-compatibility improvements) Jan 23, 2018
@julienrf julienrf merged commit 158c79f into scala:master Jan 24, 2018
@julienrf julienrf deleted the generic-bitset-factory branch January 24, 2018 12:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant