[nem-bug] [Nemerle 0000527]: nested type lookup with generic
inheritance
feedback at nemerle.org
feedback at nemerle.org
Sat Nov 12 22:58:17 CET 2005
The following issue has been RESOLVED.
======================================================================
<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: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 09-13-2005 00:54 CEST
Last Modified: 11-12-2005 22:58 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
======================================================================
More information about the bugs
mailing list