When using std.experimental.logger to log a wstring, the message is repeated multiple times, but only in pieces. ------------------ import std.conv; import std.experimental.logger; void main() { log("123456789".to!wstring); } ------------------- 2016-04-25T08:37:26.217:test.d:main:5 112123123412345123456123456712345678123456789
hm, strange. it also duplicates the string for to!dstring, but not for to!string. I'm working on it
Fix was committed in May 2017 but the title referenced issue 15945 instead. https://github.com/dlang/phobos/commit/9e6759995a1502dbd92a05b4d0a8b662f1c6032b#diff-41bb8731b16e43f1b48e0d529c498fa9