Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
June 02, 2014 [Issue 6644] std.stdio write/writef(ln) are not @trusted | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6644 Blake Anderton <rbanderton@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbanderton@gmail.com Assignee|nobody@puremagic.com |rbanderton@gmail.com -- |
June 04, 2014 [Issue 6644] std.stdio write/writef(ln) are not @trusted | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6644 --- Comment #1 from Sobirari Muhomori <dfj1esp02@sneakemail.com> --- writeln will call toString on arguments, which may not be trusted. -- |
June 06, 2014 [Issue 6644] std.stdio write/writef(ln) are not @trusted | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6644 Blake Anderton <rbanderton@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Blake Anderton <rbanderton@gmail.com> --- https://github.com/D-Programming-Language/phobos/pull/2230 -- |
June 06, 2014 [Issue 6644] std.stdio write/writef(ln) are not @trusted | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6644 --- Comment #3 from Blake Anderton <rbanderton@gmail.com> --- https://github.com/D-Programming-Language/phobos/pull/2233 -- |
June 18, 2014 [Issue 6644] std.stdio write/writef(ln) are not @trusted | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6644 hsteoh@quickfur.ath.cx changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |safe CC| |hsteoh@quickfur.ath.cx -- |
July 30, 2014 [Issue 6644] std.stdio write/writef(ln) are not @trusted | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6644 github-bugzilla@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- |
July 30, 2014 [Issue 6644] std.stdio write/writef(ln) are not @trusted | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=6644 --- Comment #4 from github-bugzilla@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/72aa8a9dca85fb03fdaaea74f1ca3303171caaeb Merge pull request #2233 from rbanderton/fix-writeln-inference Fix Issue 6644 - std.stdio write/writef(ln) are not @trusted -- |
Copyright © 1999-2021 by the D Language Foundation