[Issue 15386] std.format.formatValue usage hangs

2021-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #6 from Dlang Bot --- dlang/phobos pull request #7898 "Fix Issue 15386 - std.format.formatValue usage hangs" was merged into master: - c983ec88080c8baf56658fe57640e52d1834a4c5 by berni44: Fix Issue 15386 - std.format.formatValue usage hangs https://github

[Issue 15386] std.format.formatValue usage hangs

2021-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
--- @berni44 created dlang/phobos pull request #7898 "Fix Issue 15386 - std.format.formatValue usage hangs" fixing this issue: - Fix Issue 15386 - std.format.formatValue usage hangs https://github.com/dlang/phobos/pull/7898 --

[Issue 15386] std.format.formatValue usage hangs

2021-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15386 --- Comment #4 from Berni44 --- *** Issue 21741 has been marked as a duplicate of this issue. *** --

[Issue 15386] std.format.formatValue usage hangs

2021-03-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15386 Berni44 changed: What|Removed |Added CC||bugzi...@bernis-buecher.de --- Comment #3 from Ber

[Issue 15386] std.format.formatValue usage hangs

2021-02-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15386 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 15386] std.format.formatValue usage hangs

2018-04-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15386 vladvi...@gmail.com changed: What|Removed |Added Assignee|vladvi...@gmail.com |nob...@puremagic.com --

[Issue 15386] std.format.formatValue usage hangs

2018-04-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15386 vladvi...@gmail.com changed: What|Removed |Added CC||vladvi...@gmail.com Assignee|

[Issue 15386] std.format.formatValue usage hangs

2016-10-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15386 Ryuichi OHORI changed: What|Removed |Added CC||r.97...@gmail.com --- Comment #2 from Ryuich

[Issue 15386] std.format.formatValue usage hangs

2015-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15386 --- Comment #1 from Doug Nickerson --- Actually, letting it run longer reveals that it is not hanging but consuming over 4Gb of memory as it is generating a string of approx 2^32 '0's. lol. I think this is using the placeholder value defined in Form