[Issue 13054] pure nothrow @safe std.algorithm.schwartzSort

2016-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13054 Walter Bright changed: What|Removed |Added Keywords||safe CC|

[Issue 13054] pure nothrow @safe std.algorithm.schwartzSort

2016-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13054 --- Comment #1 from Walter Bright --- Partial fix: https://github.com/dlang/phobos/pull/4415 --

[Issue 13054] pure nothrow @safe std.algorithm.schwartzSort

2016-06-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13054 Walter Bright changed: What|Removed |Added Keywords|safe| Hardware|x86

[Issue 13054] pure nothrow @safe std.algorithm.schwartzSort

2021-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13054 Stanislav Blinov changed: What|Removed |Added CC||stanislav.bli...@gmail.com --- Comment #3

[Issue 13054] pure nothrow @safe std.algorithm.schwartzSort

2021-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13054 --- Comment #4 from Stanislav Blinov --- Another partial fix: https://github.com/dlang/phobos/pull/8329 If GC.add/removeRange could be fake pure, then this enhancement would be fulfilled. --

[Issue 13054] pure nothrow @safe std.algorithm.schwartzSort

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13054 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --