[Issue 8331] Problem with sort!(SwapStrategy.stable)

2012-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8331 --- Comment #1 from bearophile_h...@eml.cc 2012-07-01 09:03:27 PDT --- This little Python program gives the same output as the merge sort and insertion sort (Python built-in sort is stable): from itertools import imap a = [45,8,94,23,30,61,99,

[Issue 8331] Problem with sort!(SwapStrategy.stable)

2013-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8331 Xinok changed: What|Removed |Added CC||xi...@live.com --- Comment #2 from Xinok 2013

[Issue 8331] Problem with sort!(SwapStrategy.stable)

2013-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8331 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8331] Problem with sort!(SwapStrategy.stable)

2013-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8331 bearophile_h...@eml.cc changed: What|Removed |Added Resolution|FIXED |WORKSFORME -- Configure issue