[nem-bug] [Nemerle 0000527]: nested type lookup with generic inheritance

feedback at nemerle.org feedback at nemerle.org
Thu Jan 26 18:11:32 CET 2006


The following issue has been CLOSED
======================================================================
<http://nemerle.org/bugs/view.php?id=527> 
======================================================================
Reported By:                malekith
Assigned To:                malekith
======================================================================
Project:                    Nemerle
Issue ID:                   527
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   high
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             09-13-2005 00:54 CEST
Last Modified:              01-26-2006 18:11 CET
======================================================================
Summary:                    nested type lookup with generic inheritance
Description: 
gtest-094.n:

public class LinkedList[T]
{
        protected class Node
        { }
}

public class HashedLinkedList[T] : LinkedList[T]
{
         mutable  node : Node; // error here
}

however:

public class Foo[T] : LinkedList [list [T]]
{
  mutable node : Node; // Node[list[T]], not Node[T]
}

after fixing enable gtest-094.n back! (it worked by accident).

======================================================================

----------------------------------------------------------------------
 malekith - 11-12-05 22:58 
----------------------------------------------------------------------
Resolved in 5931.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
09-13-05 00:54 malekith       New Issue                                    
10-03-05 19:34 nazgul         Status                   new => confirmed    
11-12-05 22:58 malekith       Status                   confirmed => resolved
11-12-05 22:58 malekith       Resolution               open => fixed       
11-12-05 22:58 malekith       Assigned To               => malekith        
11-12-05 22:58 malekith       Note Added: 0001017                          
11-12-05 22:58 malekith       Description Updated                          
01-26-06 18:11 nazgul         Status                   resolved => closed  
======================================================================




More information about the bugs mailing list