[Issue 4584] std.algorithm.sort fails with SwapStrategy.stable

2012-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4584] std.algorithm.sort fails with SwapStrategy.stable

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||pull CC|

[Issue 4584] std.algorithm.sort fails with SwapStrategy.stable

2012-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 Xinok xi...@live.com changed: What|Removed |Added CC||xi...@live.com --- Comment #6

[Issue 4584] std.algorithm.sort fails with SwapStrategy.stable

2012-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 --- Comment #7 from Dmitry Olshansky dmitry.o...@gmail.com 2012-09-03 14:14:23 PDT --- (In reply to comment #6) I've written a collection of sorting algorithms for D: https://github.com/Xinok/XSort I recommend using timsort.d or

[Issue 4584] std.algorithm.sort fails with SwapStrategy.stable

2012-08-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 4584] std.algorithm.sort fails with SwapStrategy.stable

2012-08-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 --- Comment #5 from Dmitry Olshansky dmitry.o...@gmail.com 2012-08-22 22:36:30 PDT --- (In reply to comment #4) (In reply to comment #3) Hit this issue in my project. As part of normalization process codepoints are _stably_ sorted by

[Issue 4584] std.algorithm.sort fails with SwapStrategy.stable

2011-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 --- Comment #2 from Olivier Fabre axel.foster-5bcw...@yopmail.com 2011-10-23 18:52:08 PDT --- Oh well, Johannes' test case actually works fine here, so my bug might be a different one. Unless the value of optimisticInsertionSortGetsBetter in

[Issue 4584] std.algorithm.sort fails with SwapStrategy.stable

2011-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4584 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED