[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12183 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment

[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12183 safety0ff.bugz safety0ff.b...@gmail.com changed: What|Removed |Added CC|

[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12183 --- Comment #8 from yebblies yebbl...@gmail.com --- (In reply to safety0ff.bugz from comment #7) They fixed it by avoiding floating point altogether, the solution should be superior than the prior code. Even better. --

[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-03-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12183 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-03-11 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12183 --- Comment #5 from github-bugzi...@puremagic.com 2014-03-11 16:22:41 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-03-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12183 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-03-02 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12183 --- Comment #4 from Walter Bright bugzi...@digitalmars.com 2014-03-02 16:59:34 PST --- As noted in the pull request, floating point isn't even needed for this. Can do the same thing with integers. -- Configure issuemail:

[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-02-26 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12183 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added CC|

[Issue 12183] using std.algorithm.sort makes valgrind abort

2014-02-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12183 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com