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

Fix tests in node 11 by using Array#sort correctly #4720

Merged
merged 1 commit into from Nov 5, 2018
Merged

Conversation

Hypnosphi
Copy link
Member

Sorting algorithm has changed in latest V8, and it doesn't work with our improper usage (returning boolean instead of number) anymore

How to test

nvm install 11
yarn test --core

@Hypnosphi Hypnosphi added bug addon: info patch:yes Bugfix & documentation PR that need to be picked to main branch labels Nov 5, 2018
@Hypnosphi
Copy link
Member Author

See also nodejs/node#22754 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addon: info bug patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants