Thread overview
[Issue 2425] New: second "interface" should be invariant
Oct 21, 2008
d-bugmail
Oct 21, 2008
d-bugmail
[Issue 2425] "interface" mistyped for "invariant" in spec
Dec 09, 2009
Sobirari Muhomori
Jun 02, 2011
kennytm@gmail.com
October 21, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2425

           Summary: second "interface" should be invariant
           Product: D
           Version: 2.019
          Platform: All
               URL: http://www.digitalmars.com/d/2.0/expression.html#IsExpre
                    ssion
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: trivial
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: terranium@yandex.ru


TypeSpecialization:
        Type
        typedef
        struct
        union
        class
        interface
        enum
        function
        delegate
        super
        const
        interface  <-- invariant here, not interface


-- 

October 21, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2425


terranium@yandex.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5




-- 

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


Sobirari Muhomori <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlquinn@optonline.net


--- Comment #1 from Sobirari Muhomori <dfj1esp02@sneakemail.com> 2009-12-09 04:30:08 PST ---
*** Issue 3586 has been marked as a duplicate of this issue. ***

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


kennytm@gmail.com changed:

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


--- Comment #2 from kennytm@gmail.com 2011-06-02 10:54:52 PDT ---
Fixed already at some unspecified time. The list now reads


TypeSpecialization:
    Type
    struct
    union
    class
    interface
    enum
    function
    delegate
    super
        const
    immutable   <--
    inout
    shared
    return

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