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

Buffer.padTo calls it shrinkable instead of growable #12908

Open
som-snytt opened this issue Nov 16, 2023 · 2 comments
Open

Buffer.padTo calls it shrinkable instead of growable #12908

som-snytt opened this issue Nov 16, 2023 · 2 comments

Comments

@som-snytt
Copy link

Reproduction steps

https://www.scala-lang.org/api/current/scala/collection/mutable/Buffer.html#padTo[B%3E:A](len:Int,elem:B):CC[B]

Problem

It's growable & shrinkable, but growing methods should call it growable.

There is a ticket for nuanced CC vs C or something, so it is probably the same effort to chisel how collections refer to themselves in doc macros.

@som-snytt som-snytt added the docs label Nov 16, 2023
@SethTisue
Copy link
Member

@scala/collections

@SethTisue SethTisue added this to the Backlog milestone Jan 26, 2024
@som-snytt
Copy link
Author

Could use a George Costanza "I was in the pool!" meme.

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

2 participants