[Issue 16288] splitter() that doesn't eat sentinels

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

[Issue 16288] splitter() that doesn't eat sentinels

2020-07-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 --- Comment #8 from Manu --- They are all interesting cases. I think splitter should be configurable like this. --

[Issue 16288] splitter() that doesn't eat sentinels

2020-07-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 Robert Aron changed: What|Removed |Added CC||aronrobert...@gmail.com

[Issue 16288] splitter() that doesn't eat sentinels

2016-12-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 --- Comment #7 from greenify --- > Doesn't implement desired behaviour. Fair enough - I tried to make it similar to `splitter` in `std.regex`, but it seems that even this didn't work out:

[Issue 16288] splitter() that doesn't eat sentinels

2016-12-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 --- Comment #6 from Manu --- (In reply to greenify from comment #5) > pull: https://github.com/dlang/phobos/pull/5008 Doesn't implement desired behaviour. --

[Issue 16288] splitter() that doesn't eat sentinels

2016-12-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 --- Comment #5 from greenify --- pull: https://github.com/dlang/phobos/pull/5008 --

[Issue 16288] splitter() that doesn't eat sentinels

2016-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 greenify changed: What|Removed |Added Keywords||trivial CC|

[Issue 16288] splitter() that doesn't eat sentinels

2016-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 --- Comment #4 from Manu --- Wait up. I misread... you say std.regex.splitter. No, that's not what I'm asking for. I'm interested in std.algorithm.iterator.splitter. It should be in those. --

[Issue 16288] splitter() that doesn't eat sentinels

2016-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 --- Comment #3 from Jack Stouffer --- (In reply to Manu from comment #2) > That's fine. > Does that already exist? I couldn't see anything on dlang.org. > > Obviously the Pred function should remain as the first template arg,

[Issue 16288] splitter() that doesn't eat sentinels

2016-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 --- Comment #2 from Manu --- That's fine. Does that already exist? I couldn't see anything on dlang.org. Obviously the Pred function should remain as the first template arg, it can be second... --

[Issue 16288] splitter() that doesn't eat sentinels

2016-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16288 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com