issues
search
scala
/
collection-strawman
Implementation of the new Scala 2.13 Collections
Apache License 2.0
200
stars
72
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Delete and archive Gitter room
#577
SethTisue
closed
2 years ago
1
close or transfer all open issues and archive the repository
#576
SethTisue
closed
5 years ago
1
update README
#575
SethTisue
closed
6 years ago
1
Main criticism
#574
tonymorris
closed
6 years ago
3
IterableOnce.scala: def toSet[B >: A]: immutable.Set[B] should be def toSet: immutable.Set[A]
#573
linqing
closed
6 years ago
2
resolve status of `scala.collection.immutable.useBaseline`
#572
SethTisue
closed
5 years ago
6
add `()` to `toArray`
#571
lrytz
closed
6 years ago
1
Setup collections-compat release infra
#570
lrytz
closed
6 years ago
0
[Doc]: update hierarchy picture link
#569
thinkerou
closed
6 years ago
0
Make scala.Iterable[+A] = scala.collection.immutable.Iterable[A]
#568
julienrf
closed
6 years ago
8
ArrayOps doesn’t provide a sliding operation
#567
julienrf
closed
6 years ago
0
We need dev-oriented documentation for M4
#566
lrytz
closed
6 years ago
2
Set.apply / Map.apply don't use SetN / MapN
#565
lrytz
closed
6 years ago
0
Remove code that has been moved to other repositories
#564
julienrf
closed
6 years ago
1
Bring back Iterator.duplicate
#563
lrytz
closed
6 years ago
0
Update the migration rule to use 2.13.0-M4-pre-20d3c21
#562
julienrf
closed
6 years ago
0
Be more explicit about unsound code in collections-contrib.
#561
julienrf
closed
6 years ago
1
Reorganize repositories
#560
julienrf
closed
6 years ago
0
Modularize the migration rewrite rules
#559
julienrf
closed
6 years ago
1
Update the collections-contrib module to use 2.13.0-M4-pre-20d3c21.
#558
julienrf
closed
6 years ago
3
ArrayOps does not have a `view` operation anymore
#557
julienrf
closed
6 years ago
1
Rewrite `retain` to `filterInPlace`
#556
julienrf
closed
6 years ago
0
Rewrite `--` operation to `&~` or `diff`
#555
julienrf
closed
6 years ago
1
`seq` operation has been removed
#554
julienrf
closed
6 years ago
3
Rename `to` to `as`
#553
julienrf
closed
6 years ago
10
TraversableOnce is missing
#552
julienrf
closed
6 years ago
0
`remove` operation in `mutable.Set` now returns an `Option`, whereas it used to return a `Boolean`
#551
julienrf
closed
6 years ago
8
Stream/LazyList.addString should not force
#550
lrytz
closed
6 years ago
1
Re-add (deprecated?) collection.Seq.updated?
#549
lrytz
closed
6 years ago
2
Views are not serializable
#548
lrytz
closed
6 years ago
2
mutable.Stack.reverse doesn't return a stack
#547
lrytz
closed
6 years ago
2
operation `SortedSet#to` has been renamed to `rangeTo`
#546
julienrf
closed
6 years ago
4
mutable.TreeSet#remove now returns an Option
#545
julienrf
closed
6 years ago
1
There is no scanLeft of ArrayOps
#544
julienrf
closed
6 years ago
0
StreamView no longer exists
#543
lrytz
closed
6 years ago
1
Add deprecated Stream/LazyList.append
#542
lrytz
closed
6 years ago
0
Stream and LazyList are not serializable
#541
lrytz
closed
6 years ago
1
collection.Set no longer has a varargs + method
#540
lrytz
closed
6 years ago
3
Seq.union no longer exists
#539
lrytz
closed
6 years ago
1
Iterable.copyToBuffer no longer exists
#538
lrytz
closed
6 years ago
1
Seq.fold no longer exists
#537
lrytz
closed
6 years ago
0
Java interop: List<T>.drop doesn't return List<T> in javac's view
#536
lrytz
closed
6 years ago
3
Cover all the cases that have been removed from enrich-gentraversable.scala
#535
julienrf
closed
6 years ago
1
Implement subtractOne in mutable.Buffer
#534
julienrf
closed
6 years ago
0
Implement clear() operation in mutable.MapOps
#533
julienrf
closed
6 years ago
1
Lazy list lazy head start to avoid issue #529; uncomment Lazy List test
#532
wibisono
closed
6 years ago
2
Lazy list lazy head start to avoid issue #529; uncomment Test
#531
wibisono
closed
6 years ago
0
Queue.dequeueAll has different semantics
#530
lrytz
closed
6 years ago
0
LazyList.iterate Repeated compute head
#529
linqing
closed
6 years ago
2
Don’t replace Stream with LazyList
#528
julienrf
closed
6 years ago
4
Next