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

[nomerge] SI-9030 don't call private BoxesRunTime.equalsNumChar #4196

Merged
merged 1 commit into from Dec 17, 2014

Conversation

lrytz
Copy link
Member

@lrytz lrytz commented Dec 11, 2014

When comparing a Number and a Character, the would emit a call to the
private method. For binary compatibility, this method remains private
in 2.11, so we just use equalsNumObject instead.

When comparing a Number and a Character, the would emit a call to the
private method. For binary compatibility, this method remains private
in 2.11, so we just use equalsNumObject instead.
@lrytz lrytz changed the title SI-9030 don't emit calls to private BoxesRunTime.equalsNumChar [nomerge] SI-9030 don't call private BoxesRunTime.equalsNumChar Dec 11, 2014
@scala-jenkins scala-jenkins added this to the 2.11.6 milestone Dec 11, 2014
@adriaanm adriaanm modified the milestones: 2.10.5, 2.11.6, 2.11.5 Dec 11, 2014
@retronym
Copy link
Member

LGTM

lrytz added a commit that referenced this pull request Dec 17, 2014
[nomerge] SI-9030 don't call private BoxesRunTime.equalsNumChar
@lrytz lrytz merged commit 421c599 into scala:2.11.x Dec 17, 2014
@lrytz lrytz deleted the t9030-2.11 branch March 30, 2015 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants