Thread overview
[Issue 12260] Improve error of std.stdio.readf when involving whitespace
May 09, 2015
Dave Akers
May 09, 2015
Dave Akers
Jul 18, 2017
Vladimir Panteleev
Jul 31, 2017
Vladimir Panteleev
May 09, 2015
https://issues.dlang.org/show_bug.cgi?id=12260

Dave Akers <dave@dazoe.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dave@dazoe.net

--- Comment #1 from Dave Akers <dave@dazoe.net> ---
Current version of d 2.67.1 will skip the \n, for example the program...
------
void main()
{
    import std.stdio;
    int input;
    readf("%s", &input);
    readf("%s", &input);
}
------
Given the input...
------
1
2
------
Will emit the error...
------
std.conv.ConvException@/usr/include/dlang/dmd/std/conv.d(2013): Unexpected '2' when converting from type LockingTextReader to type int
------

--
May 09, 2015
https://issues.dlang.org/show_bug.cgi?id=12260

Dave Akers <dave@dazoe.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |minor

--
July 18, 2017
https://issues.dlang.org/show_bug.cgi?id=12260

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pastuhov85@gmail.com

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
*** Issue 15297 has been marked as a duplicate of this issue. ***

--
July 31, 2017
https://issues.dlang.org/show_bug.cgi?id=12260

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/afc732661a5cbdd69b22d5bffa57fddab76172ad Fix Issue 12260 - Improve error of std.stdio.readf when involving whitespace

https://github.com/dlang/phobos/commit/63de27b5308b6bdb4e0489cc53e87e603f0c95cf Merge pull request #5591 from RazvanN7/Issue_12260

Fix Issue 12260 - Improve error of std.stdio.readf when involving whitespace merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
July 31, 2017
https://issues.dlang.org/show_bug.cgi?id=12260

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17708

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=12260

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/afc732661a5cbdd69b22d5bffa57fddab76172ad Fix Issue 12260 - Improve error of std.stdio.readf when involving whitespace

https://github.com/dlang/phobos/commit/63de27b5308b6bdb4e0489cc53e87e603f0c95cf Merge pull request #5591 from RazvanN7/Issue_12260

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=12260

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/afc732661a5cbdd69b22d5bffa57fddab76172ad Fix Issue 12260 - Improve error of std.stdio.readf when involving whitespace

https://github.com/dlang/phobos/commit/63de27b5308b6bdb4e0489cc53e87e603f0c95cf Merge pull request #5591 from RazvanN7/Issue_12260

--