← Back to index
|
Original Bugzilla link
Bug 5964 – std.stdio.readln can throw a UnicodeException
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2011-05-08T19:36:00Z
Last change time
2012-02-25T15:17:57Z
Assigned to
nobody
Creator
andrej.mitrovich
Comments
Comment #0
by andrej.mitrovich — 2011-05-08T19:36:00Z
Only this is specified: Throws: StdioException on error But readln() will throw a UnicodeException on invalid input. Could we add that in the docs?
Comment #1
by hsteoh — 2012-02-25T11:04:58Z
https://github.com/D-Programming-Language/phobos/pull/459
Comment #2
by github-bugzilla — 2012-02-25T12:06:15Z
Commit pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/4319df08143c0fa1f40f2d8c9935a056d96f8977
Fix docs for issue 5964.
Comment #3
by github-bugzilla — 2012-02-25T15:17:56Z
Commit pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/673403b5680c77a81b72ac426e80345e16d1db3e
Updated changelog for fix for issue# 5964.