Thread overview
[Issue 6977] New: getErrno called as property in std.stdio
Nov 19, 2011
Kyle Foley
Dec 01, 2011
klickverbot
Dec 04, 2011
klickverbot
November 19, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6977

           Summary: getErrno called as property in std.stdio
           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


--- Comment #0 from Kyle Foley <kyfolee@gmail.com> 2011-11-19 16:49:54 EST ---
std.stdio:

StdioException.opCall() calls getErrno like a property, but getErrno is not marked as a property.  Compiling with -property switch generates an error.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 01, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6977


klickverbot <code@klickverbot.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


--- Comment #1 from klickverbot <code@klickverbot.at> 2011-12-01 15:09:46 PST ---
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: -------
December 04, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6977


klickverbot <code@klickverbot.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #2 from klickverbot <code@klickverbot.at> 2011-12-04 11:53:54 PST ---
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: -------