Skip to content

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

Merged
Hypnosphi merged 1 commit intonextfrom
node-11-fix
Nov 5, 2018
Merged

Fix tests in node 11 by using Array#sort correctly#4720
Hypnosphi merged 1 commit intonextfrom
node-11-fix

Conversation

@Hypnosphi
Copy link
Copy Markdown
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
Copy Markdown
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.

3 participants