digitalmars.D.bugs - [Issue 7480] New: Unhelpful formatting specifier mismatch exception message for pointers
- d-bugmail puremagic.com (27/27) Feb 10 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7480
- d-bugmail puremagic.com (10/10) Feb 10 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7480
- d-bugmail puremagic.com (11/11) Feb 11 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7480
- d-bugmail puremagic.com (8/8) Feb 11 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7480
http://d.puremagic.com/issues/show_bug.cgi?id=7480 Summary: Unhelpful formatting specifier mismatch exception message for pointers Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: code klickverbot.at --- Comment #0 from klickverbot <code klickverbot.at> 2012-02-10 21:44:45 PST --- Currently (2.058 Git), the following snippet triggers a generic enforce() exception without any further information: --- import std.stdio; void main() { int a; writefln("%d", &a); } --- A FormatException with a helpful message should be thrown instead. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 10 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7480 klickverbot <code klickverbot.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #1 from klickverbot <code klickverbot.at> 2012-02-10 21:51:44 PST --- https://github.com/D-Programming-Language/phobos/pull/427 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 10 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7480 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Kenji Hara <k.hara.pg gmail.com> 2012-02-11 17:29:16 PST --- https://github.com/D-Programming-Language/phobos/commit/79a270978ec5b225b01669c2bd0af9a75f2e58cb -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 11 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7480 --- Comment #3 from github-bugzilla puremagic.com 2012-02-11 18:10:00 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/ec31c04665731b99f1663ff9fbd94c52b5184395 Update changelog for issue 7480 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 11 2012