Thread overview | ||||||
---|---|---|---|---|---|---|
|
February 11, 2012 [Issue 7480] New: Unhelpful formatting specifier mismatch exception message for pointers | ||||
---|---|---|---|---|
| ||||
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: ------- |
February 11, 2012 [Issue 7480] Unhelpful formatting specifier mismatch exception message for pointers | ||||
---|---|---|---|---|
| ||||
Posted in reply to klickverbot | 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: ------- |
February 12, 2012 [Issue 7480] Unhelpful formatting specifier mismatch exception message for pointers | ||||
---|---|---|---|---|
| ||||
Posted in reply to klickverbot | 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: ------- |
February 12, 2012 [Issue 7480] Unhelpful formatting specifier mismatch exception message for pointers | ||||
---|---|---|---|---|
| ||||
Posted in reply to klickverbot | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation