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

Array.prototype.sort was already made stable in ECMAScript 2019 (see two paragraphs above). The change in https://github.com/tc39/ecma262/pull/1585 made Array.prototype.sort more precise, reducing the amount of cases that result in an implementation-defined sort order. #439

Closed
MRGRAY0000 opened this issue Jul 23, 2021 · 1 comment

Comments

@MRGRAY0000
Copy link

Array.prototype.sort was already made stable in ECMAScript 2019 (see two paragraphs above). The change in tc39/ecma262#1585 made Array.prototype.sort more precise, reducing the amount of cases that result in an implementation-defined sort order.

Originally posted by @mathiasbynens in tc39/ecma262#2342

@pcihon
Copy link
Collaborator

pcihon commented Aug 4, 2021

Hi @MRGRAY0000, I'm closing this as off topic. Please see our Contributing.md for the types of feedback we're looking for on our Site Policies in this repo.

@pcihon pcihon closed this as completed Aug 4, 2021
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

No branches or pull requests

3 participants
@pcihon @MRGRAY0000 and others