Thread overview
[Issue 12450] Deprecated code in std.stdio.readf
Apr 21, 2014
Andrej Mitrovic
Nov 27, 2015
bb.temp@gmx.com
Mar 21, 2020
Basile-z
April 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12450

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Even if worked around the code doesn't seem to work at runtime:

object.Exception@C:\dmd-git\dmd2\windows\bin\..\..\src\phobos\std\format.d(4069):
Wrong unformat specifier '%(' for int

Do you know if 'stdin.readf("%(%d %)", array);' has ever been supported?

--
November 27, 2015
https://issues.dlang.org/show_bug.cgi?id=12450

bb.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bb.temp@gmx.com
         Resolution|---                         |DUPLICATE

--- Comment #2 from bb.temp@gmx.com ---
You've already reported it ^^

*** This issue has been marked as a duplicate of issue 8260 ***

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=12450

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--