8000 Add `isFinite`-method to RichDouble and RichFloat by Philippus · Pull Request #8104 · scala/scala · GitHub
[go: up one dir, main page]

Skip to content

Add isFinite-method to RichDouble and RichFloat #8104

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 1 commit into from
May 28, 2019

Conversation

Philippus
Copy link
Member
@Philippus Philippus commented May 28, 2019

Basically this PR is #8063 made against the 2.13 branch with the addition of adding the method to RichFloat as well. Closes scala/bug#11531.

@scala-jenkins scala-jenkins added this to the 2.13.1 milestone May 28, 2019
@adriaanm adriaanm modified the milestones: 2.13.1, 2.13.0-RC3 May 28, 2019
@adriaanm
Copy link
Contributor

/cc @otto-dev, original author of #8063

@otto-dev
Copy link

Dang, there goes my first contribution 😄 Plus you did at least twice as good a job by not forgetting about RichFloat.

@diesalbla diesalbla added the library:base Changes to the base library, i.e. Function Tuples Try label May 28, 2019
@adriaanm adriaanm merged commit ed9e88d into scala:2.13.x May 28, 2019
@Philippus Philippus deleted the issue-11531 branch May 28, 2019 18:43
@otto-dev
Copy link

How was it possible to get merged now despite the byte-code incompatibility? Is this in foreknowledge of RC3? Just curious

@NthPortal
Copy link
Contributor

@otto-dev your PR was against 2.12, for which it is binary-incompatible. this PR is against 2.13, which is not yet released. additionally, it was not known at the time of your PR that there would definitely be an RC3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library:base Changes to the base library, i.e. Function Tuples Try
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RichDouble(_).isFinite is missing
7 participants
0