Thread overview
[Issue 400] New: forward reference error; no propety X for type Y
Oct 05, 2006
d-bugmail
[Issue 400] forward reference error; no propety X for type Y (struct within struct)
Dec 30, 2009
Walter Bright
Dec 30, 2009
Leandro Lucarella
Dec 31, 2009
Walter Bright
October 05, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=400

           Summary: forward reference error; no propety X for type Y
           Product: D
           Version: 0.168
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: h3r3tic@mat.uni.torun.pl


struct Foo {
        Bar.Baz x;

        struct Bar {
                struct Baz {}
        }
}


// (2): no property 'Baz' for type 'Bar'


-- 

December 30, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=400


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2009-12-29 16:12:09 PST ---
Changeset 319

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


Leandro Lucarella <llucax@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llucax@gmail.com


--- Comment #2 from Leandro Lucarella <llucax@gmail.com> 2009-12-29 19:17:26 PST ---
http://www.dsource.org/projects/dmd/changeset/319

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


Walter Bright <bugzilla@digitalmars.com> changed:

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


--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> 2009-12-31 11:10:01 PST ---
Fixed dmd 1.054 and 2.038

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------