[Issue 15230] Inconsistent std.range.SortedRange predicate checks

2019-09-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15230 Berni changed: What|Removed |Added CC||dl...@croco-puzzle.com --- Comment #5 from Berni --

[Issue 15230] Inconsistent std.range.SortedRange predicate checks

2019-09-29 Thread d-bugmail--- via Digitalmars-d-bugs
--- @crocopaw created dlang/phobos pull request #7205 "Fix Issue 15230 - Inconsistent std.range.SortedRange predicate checks" fixing this issue: - Fix Issue 15230 - Inconsistent std.range.SortedRange predicate checks https://github.com/dlang/phobos/pull/7205 --

[Issue 15230] Inconsistent std.range.SortedRange predicate checks

2019-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #7 from Dlang Bot --- dlang/phobos pull request #7205 "Fix Issue 15230 - Inconsistent std.range.SortedRange predicate checks" was merged into master: - 58c3a7573865f70f5c25b15af4a70257b3a8998e by Berni: Fix Issue 15230 - Inconsistent std.range.SortedRange

[Issue 15230] Inconsistent std.range.SortedRange predicate checks

2015-10-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15230 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com --- Comment #1 from Ja

[Issue 15230] Inconsistent std.range.SortedRange predicate checks

2015-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15230 --- Comment #2 from John Colvin --- (In reply to Jack Stouffer from comment #1) > I would consider this as "working as intended", as the checks are only > supposed to happen in debug mode. In a PR of mine, I asked @schveiguy if it > made any sense to

[Issue 15230] Inconsistent std.range.SortedRange predicate checks

2017-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15230 --- Comment #3 from Vladimir Panteleev --- Verifying the predicate statically regardless of -debug does sound like a good idea. --

[Issue 15230] Inconsistent std.range.SortedRange predicate checks

2017-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15230 Vladimir Panteleev changed: What|Removed |Added CC||freeslav...@gmail.com --- Comment #4 fr