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

πŸ”₯ Remove custom implementation of Array.prototype.find #838

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Aug 5, 2020

Why is this PR for?

As minimal requirements for fast-check ^2.0.0 is ES2017, we can now remove our custom implementation of Array.prototype.find.

In a nutshell

❌ New feature
❌ Fix an issue
❌ Documentation improvement
βœ”οΈ Other: code removal

(βœ”οΈ: yes, ❌: no)

Potential impacts

Nothing expected. Users running fast-check on run-times not coming with Array.prototype.find should already not be able to run fast-check@^2.0.0.

As minimal requirements for fast-check ^2.0.0 is ES2017, we can now remove our custom implementation of `Array.prototype.find`.
@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 5, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 810c039:

Sandbox Source
Vanilla Configuration
dubzzz/fast-check: example Configuration

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 95.846% when pulling 810c039 on clean/array-find into 57b107e on master.

@dubzzz dubzzz merged commit 39f5da8 into master Aug 5, 2020
@dubzzz dubzzz deleted the clean/array-find branch August 5, 2020 20:28
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.

2 participants