Thread overview
[Issue 6644] std.stdio write/writef(ln) are not @trusted
Jun 02, 2014
Blake Anderton
Jun 04, 2014
Sobirari Muhomori
Jun 06, 2014
Blake Anderton
Jun 06, 2014
Blake Anderton
June 02, 2014
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
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
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
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
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
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
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

--