digitalmars.D.bugs - [Issue 6976] New: GetLastError called as property
- d-bugmail puremagic.com (22/22) Nov 19 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6976
- d-bugmail puremagic.com (10/10) Dec 01 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6976
- d-bugmail puremagic.com (11/11) Dec 04 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6976
http://d.puremagic.com/issues/show_bug.cgi?id=6976 Summary: GetLastError called as property Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: trivial Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: kyfolee gmail.com std.file: FileException ctor calls GetLastError like a property as default argument. This does not compile with -property switch because GetLastError is not marked as property. Also should consider using scope operator. The Posix version has the same problem when calling getErrno. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 19 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6976 klickverbot <code klickverbot.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- https://github.com/D-Programming-Language/phobos/pull/342 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 01 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6976 klickverbot <code klickverbot.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- https://github.com/D-Programming-Language/phobos/commit/e312f9898b4132db91fff743cee7d570a23ed55b -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 04 2011