[Issue 11494] std.array.appender is not nothrow

2017-08-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11494 b2.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 11494] std.array.appender is not nothrow

2013-11-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11494 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added Keywords||pull ---

[Issue 11494] std.array.appender is not nothrow

2013-11-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11494 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 11494] std.array.appender is not nothrow

2013-11-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11494 --- Comment #3 from Adam D. Ruppe destructiona...@gmail.com 2013-11-13 09:22:14 PST --- The specific thing that got this was here: import std.conv; import std.array; void main() nothrow @safe { string s = foo; auto b =

[Issue 11494] std.array.appender is not nothrow

2013-11-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11494 --- Comment #4 from monarchdo...@gmail.com 2013-11-13 10:17:38 PST --- (In reply to comment #3) I'm not sure what's going on here, maybe it is trying to parse the string. But the appender issue itself might be invalid and/or already fixed