[Issue 16256] std.experimental.logger cant log a dstring properly

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16256 --- Comment #4 from github-bugzi...@puremagic.com --- Commit pushed to dmd-cxx at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9e6759995a1502dbd92a05b4d0a8b662f1c6032b fix issue 15945, 16256, 17328 --

[Issue 16256] std.experimental.logger cant log a dstring properly

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16256 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9e6759995a1502dbd92a05b4d0a8b662f1c6032b fix issue 15945, 16256, 17328 --

[Issue 16256] std.experimental.logger cant log a dstring properly

2017-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16256 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/9e6759995a1502dbd92a05b4d0a8b662f1c6032b fix issue 15945, 16256, 17328 tab -> space --

[Issue 16256] std.experimental.logger cant log a dstring properly

2017-05-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16256 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16256] std.experimental.logger cant log a dstring properly

2016-07-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16256 --- Comment #1 from joeyemm...@yahoo.com --- Actually it seems to have nothing to do with it being a dstring and more to do with it just being a range... Same thing happens if you do log(map!"a"("123456789")); --