Enable sc:compile for stdlib package scala.collection.mutable#25860
Open
cheeseng wants to merge 1 commit intoscala:mainfrom
Open
Enable sc:compile for stdlib package scala.collection.mutable#25860cheeseng wants to merge 1 commit intoscala:mainfrom
cheeseng wants to merge 1 commit intoscala:mainfrom
Conversation
78aa928 to
7c6005c
Compare
SethTisue
reviewed
Apr 21, 2026
| @@ -55,7 +55,12 @@ trait Builder[-A, +To] extends Growable[A] { self: Builder[A, To]^ => | |||
| * This method provides a hint only if the collection has a known size, | |||
| * as specified by the following pseudocode: | |||
Member
There was a problem hiding this comment.
nitpick: it's actual code not pseudocode now?
| @@ -411,7 +411,10 @@ private[collection] object HashTable { | |||
| * The goal is to distribute across bins as well as possible even if a hash code has low entropy at some bits. | |||
| * <p/> | |||
| * OLD VERSION - quick, but bad for sequence 0-10000 - little entropy in higher bits - since 2003 | |||
…n scaladoc of improve method mutable.HashTable which seems to be outdated.
7c6005c to
5f5554a
Compare
Contributor
Author
|
@SethTisue I adjusted and squashed the commit into one, can you see if this is fit enough now? Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added sc:compile for classes under scala.collection.mutable .