[Issue 6644] std.stdio write/writef(ln) are not @trusted

2014-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6644 Blake Anderton changed: What|Removed |Added CC||rbander...@gmail.com Assignee|nob.

[Issue 6644] std.stdio write/writef(ln) are not @trusted

2014-06-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6644 --- Comment #1 from Sobirari Muhomori --- writeln will call toString on arguments, which may not be trusted. --

[Issue 6644] std.stdio write/writef(ln) are not @trusted

2014-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6644 Blake Anderton changed: What|Removed |Added Keywords||pull --- Comment #2 from Blake Anderton ---

[Issue 6644] std.stdio write/writef(ln) are not @trusted

2014-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6644 --- Comment #3 from Blake Anderton --- https://github.com/D-Programming-Language/phobos/pull/2233 --

[Issue 6644] std.stdio write/writef(ln) are not @trusted

2014-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6644 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||safe CC|

[Issue 6644] std.stdio write/writef(ln) are not @trusted

2014-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6644 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Issue 6644] std.stdio write/writef(ln) are not @trusted

2014-07-30 Thread via Digitalmars-d-bugs
#2233 from rbanderton/fix-writeln-inference Fix Issue 6644 - std.stdio write/writef(ln) are not @trusted --