Skip to content

Changes in array creation scheme #252

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

Closed
wants to merge 1 commit into from

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Nov 28, 2014

Previous scheme was buggy; leaked Array types to backend.
Now: All new Array[T] methods are translated to calls of the form

dotty.Arrays.newXYZArray ...

Review by @DarkDimius please.

Previous scheme was buggy; leaked Array types to backend.
Now: All `new Array[T]` methods are translated to calls of the form

    dotty.Arrays.newXYZArray ...
@odersky odersky mentioned this pull request Nov 28, 2014
@odersky
Copy link
Contributor Author

odersky commented Nov 28, 2014

Superseded by #254

@odersky odersky closed this Nov 28, 2014
tgodzik added a commit to tgodzik/scala3 that referenced this pull request Apr 29, 2025
Backport "Clarify reference on inferred object-private parameter" to 3.3 LTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant