Thread overview
[Issue 2513] New: Silent error for tupleof from forward refference
Dec 13, 2008
d-bugmail
[Issue 2513] Silent error for tupleof from forward reference
Mar 15, 2010
Don
May 14, 2012
Don
December 13, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2513

           Summary: Silent error for tupleof from forward refference
           Product: D
           Version: 1.036
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: shro8822@vandals.uidaho.edu


The two pragmas don't generate the same output.

pragma(msg,S.tupleof.stringof); // null output
struct S
{
int i;
uint j;
float k;
}
pragma(msg,S.tupleof.stringof); // normal output

does not exist in 1.026


-- 

March 15, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=2513


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug@yahoo.com.au


--- Comment #1 from Don <clugdbug@yahoo.com.au> 2010-03-15 12:22:21 PDT ---
Bug 2085 and bug 2885 are probably the same as this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 14, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=2513


Don <clugdbug@yahoo.com.au> changed:

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


--- Comment #2 from Don <clugdbug@yahoo.com.au> 2012-05-14 08:23:28 PDT ---
*** This issue has been marked as a duplicate of issue 2085 ***

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