January 24, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2612

           Summary: immutable not accepted wherever invariant is
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: andrei@metalanguage.com


import std.typetuple;
alias TypeTuple!(immutable(ubyte)[], ubyte[]) X;

Error message:

expression expected, not 'immutable'

and it goes downhill from there :o).


-- 

March 11, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2612


bugzilla@digitalmars.com changed:

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




------- Comment #1 from bugzilla@digitalmars.com  2009-03-11 14:56 -------
Fixed dmd 2.026


--