|--- |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
---
@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
--
https://issues.dlang.org/show_bug.cgi?id=15386
--- Comment #4 from Berni44 ---
*** Issue 21741 has been marked as a duplicate of this issue. ***
--
https://issues.dlang.org/show_bug.cgi?id=15386
Berni44 changed:
What|Removed |Added
CC||bugzi...@bernis-buecher.de
--- Comment #3 from Ber
https://issues.dlang.org/show_bug.cgi?id=15386
Walter Bright changed:
What|Removed |Added
See Also||https://issues.dlang.org/sh
https://issues.dlang.org/show_bug.cgi?id=15386
vladvi...@gmail.com changed:
What|Removed |Added
Assignee|vladvi...@gmail.com |nob...@puremagic.com
--
https://issues.dlang.org/show_bug.cgi?id=15386
vladvi...@gmail.com changed:
What|Removed |Added
CC||vladvi...@gmail.com
Assignee|
https://issues.dlang.org/show_bug.cgi?id=15386
Ryuichi OHORI changed:
What|Removed |Added
CC||r.97...@gmail.com
--- Comment #2 from Ryuich
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