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: order in components for node 11 #718

Merged
merged 1 commit into from Dec 30, 2018

Conversation

armano2
Copy link
Collaborator

@armano2 armano2 commented Dec 9, 2018

when running tests on node 11 we are getting a lot of errors related to sort function in order in components, this change make sure that results are going to be consistent....

https://v8.dev/blog/array-sort
https://mathiasbynens.be/demo/sort-stability

the V8 implementation changed from QuickSort to TimSort

nodejs/node#24294


Not sure if we should add node 11 to circleci build env

Copy link
Member

@mysticatea mysticatea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@mysticatea mysticatea merged commit f0974b9 into vuejs:master Dec 30, 2018
@armano2 armano2 deleted the order-in-components branch December 30, 2018 01:49
@armano2
Copy link
Collaborator Author

armano2 commented Dec 30, 2018

@mysticatea should we add node 11 to circleci build env?

@mysticatea
Copy link
Member

It's a good idea. We should add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants