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

Double array fixes #312

Merged
merged 1 commit into from Aug 18, 2020
Merged

Double array fixes #312

merged 1 commit into from Aug 18, 2020

Conversation

evant
Copy link
Collaborator

@evant evant commented Aug 18, 2020

No description provided.

Base automatically changed from kotlin-update to main August 18, 2020 13:22
The old methods were deprecated in kotlin 1.4.0. This is because they
don't compare NaN equal to itself which while technically correct can be
surprising. Changed the implementations to use `asList().contains()`
instead which will compare NaN equal to itself which is useful in a
testing context.
@evant evant merged commit 4602c5a into main Aug 18, 2020
@evant evant deleted the double-array-fixes branch August 18, 2020 14:09
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.

None yet

2 participants