Skip to content

Fix #1065 erasedLub for arrays of primitives. #1067

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

Merged
merged 2 commits into from
Feb 8, 2016

Conversation

DarkDimius
Copy link
Contributor

Unlike arrays of objects, that can be accessed as an array of a super type of this object, int[] cannot be accessed as an array of primitives.
Review by @sjrd

Unlike arrays of objects, that can be accessed as an array
of a super type of this object,
int[] cannot be accessed as an array of primitives.
@DarkDimius DarkDimius changed the title Fix #1065 erasedLub for arrays of primitives. Unlike arrays of objects, that can be accessed as an array of a super type of this object, int[] cannot be accessed as an array of primitives. Fix #1065 erasedLub for arrays of primitives. Feb 8, 2016
@sjrd
Copy link
Member

sjrd commented Feb 8, 2016

By the standards of Scala.js' code review, the two commits should be squashed. But maybe that's not the practice in this codebase?

Otherwise LGTM

odersky added a commit that referenced this pull request Feb 8, 2016
Fix #1065 erasedLub for arrays of primitives.
@odersky odersky merged commit 0c4eb33 into scala:master Feb 8, 2016
@allanrenucci allanrenucci deleted the fix-1065 branch December 14, 2017 19:19
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.

3 participants