Thread overview |
---|
December 09, 2007 [Issue 1720] New: std.math.NotImplemented missing a space in message | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1720 Summary: std.math.NotImplemented missing a space in message Product: D Version: 1.024 Platform: PC OS/Version: Windows Status: NEW Severity: trivial Priority: P2 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: wbaxter@gmail.com class NotImplemented : Error { this(string msg) { super(msg ~ "not implemented"); // should be //super(msg ~ " not implemented"); } } Currently the message printed out is something like: Error: nextafternot implemented -- |
December 09, 2007 [Issue 1720] std.math.NotImplemented missing a space in message | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1720 ------- Comment #1 from wbaxter@gmail.com 2007-12-09 13:44 ------- True for both D1 and D2 versions of the file. -- |
December 09, 2007 [Issue 1720] std.math.NotImplemented missing a space in message | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1720 braddr@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #2 from braddr@puremagic.com 2007-12-09 15:23 ------- Fix checked in to both 1.x and 2.x branches. -- |
February 16, 2008 [Issue 1720] std.math.NotImplemented missing a space in message | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1720 andrei@metalanguage.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- |
Copyright © 1999-2021 by the D Language Foundation