Thread overview
[Issue 2208] New: Deprecated function declarations cannot use deprecated types
Jul 09, 2008
d-bugmail
Jul 10, 2008
d-bugmail
Jul 11, 2008
d-bugmail
[Issue 2208] Deprecated function, etc. declarations cannot use deprecated types
Jul 11, 2008
d-bugmail
Jul 15, 2008
d-bugmail
July 09, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2208

           Summary: Deprecated function declarations cannot use deprecated
                    types
           Product: D
           Version: 1.032
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: clugdbug@yahoo.com.au


test.d(6): alias test.A is deprecated
Breaks Tango.
-------
deprecated {

alias real A;

void f(A x) {    }

}
--------


-- 

July 10, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2208


smjg@iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg@iname.com
           Keywords|                            |rejects-valid




------- Comment #1 from smjg@iname.com  2008-07-10 08:05 -------
Please remember to assign keywords to bug reports.  To everybody reading this: Please look through issues you've reported and check for missing keywords.


-- 

July 11, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2208





------- Comment #2 from clugdbug@yahoo.com.au  2008-07-11 07:10 -------
*** Bug 2217 has been marked as a duplicate of this bug. ***


-- 

July 11, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2208


smjg@iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Deprecated function         |Deprecated function, etc.
                   |declarations cannot use     |declarations cannot use
                   |deprecated types            |deprecated types




------- Comment #3 from smjg@iname.com  2008-07-11 07:44 -------
Bug 2217, duped to this one, describes a slightly different issue believed to have the same underlying cause: aliases of types derived from deprecated types.


-- 

July 15, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2208


clugdbug@yahoo.com.au changed:

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




------- Comment #4 from clugdbug@yahoo.com.au  2008-07-15 02:05 -------
Fixed DMD1.033 and DMD2.017.


--