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

[2.13.0-M4] missing classes on scala.collection.mutable #10987

Closed
18 tasks
MasseGuillaume opened this issue Jul 5, 2018 · 4 comments
Closed
18 tasks

[2.13.0-M4] missing classes on scala.collection.mutable #10987

MasseGuillaume opened this issue Jul 5, 2018 · 4 comments

Comments

@MasseGuillaume
Copy link

MasseGuillaume commented Jul 5, 2018

  • ArrayStack
  • FlatHashTable
  • HashTable (now private, implementation details)
  • History
  • LazyBuilder
  • LinearSeq
  • LinkedEntry (removed, Class for the linked hash map entry, used internally.)
  • MapBuilder
  • MutableList
  • Publisher
  • ResizableArray
  • RevertibleHistory
  • SetBuilder
  • StackBuilder
  • Subscriber
  • Undoable
  • WrappedArray
  • WrappedArrayBuilder
@julienrf
Copy link

julienrf commented Jul 5, 2018

I think we should just document that in the FAQ (for now).

@SethTisue SethTisue added this to the 2.13.0-M5 milestone Jul 9, 2018
@julienrf
Copy link

julienrf commented Jul 13, 2018

I’ve added this list of unsupported types to the FAQ: https://github.com/scala/collection-strawman/wiki/FAQ#what-are-the-breaking-changes

I suggest closing this issue for now. We can see later if we should invest in a better compatibility layer for these removed classes.

@erikerlandson
Copy link

I am running into lack of MapBuilder on typelevel/spire#759

@SethTisue
Copy link
Member

I am running into lack of MapBuilder on non/spire#759

Map.newBuilder should cross-compile. (but perhaps you're in some special situation?)

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

No branches or pull requests

4 participants