[Webkit-unassigned] [Bug 187134] Inconsistent output compared with other JS engines when using sort()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 07:30:03 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=187134

Yusuke Suzuki <utatane.tea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
I think this is OK. This relies on how comparator is called (since it does not produce consistent results, comp(a, b) => -1 comp(b, a) => -1), and it is implementation dependent according to the spec.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180628/e642ffb9/attachment-0001.html>


More information about the webkit-unassigned mailing list