You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into the same issue with Node 10 vs 11 (running elm-test on Travis).
For Chrome it seems to be fixed since v70: https://mobile.twitter.com/mathias/status/1036626116654637057?s=19. The latest Chrome indeed shows the correct result for me (like Firefox).
To add some background: Elm's List.sortBy uses Array.prototype.sort under the hood. That sorting function is not guaranteed to be stable, i.e. the original order is not guaranteed for equally sorted values.
Edit: @evancz moved this gist directly into the issue.
Tested on Linux.
Thanks to @showell for helping out with this on slack.
The text was updated successfully, but these errors were encountered: