November 08, 2006 [Issue 486] New: Writefln on null object should not trigger access error. | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=486 Summary: Writefln on null object should not trigger access error. Product: D Version: 0.173 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: wbaxter@gmail.com Class o = null; writefln(o); This should just print out 'null' (or maybe "(Class)null" if that info is available) rather than triggering an access violation. -- |
November 25, 2006 [Issue 486] Writefln on null object should not trigger access error. | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=486 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2006-11-25 04:03 ------- Fixed DMD 0.175 -- |
Copyright © 1999-2021 by the D Language Foundation