[nem-bug] [Nemerle 0000854]: Ncc hangs if there is a circular
dependency
feedback at nemerle.org
feedback at nemerle.org
Fri Feb 2 22:19:47 CET 2007
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=854>
======================================================================
Reported By: nikov
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 854
Category: Compiler
Reproducibility: always
Severity: crash
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 01-29-2007 14:58 CET
Last Modified: 02-02-2007 22:19 CET
======================================================================
Summary: Ncc hangs if there is a circular dependency
Description:
public Foo[T](x : T) : void where T : T {
_ = x.Foo()
}
Ncc hangs.
Should issue an error though.
======================================================================
----------------------------------------------------------------------
nazgul - 02-02-07 22:19
----------------------------------------------------------------------
Fixed on trunk (r7372)
Issue History
Date Modified Username Field Change
======================================================================
01-29-07 14:58 nikov New Issue
02-02-07 22:19 nazgul Status new => resolved
02-02-07 22:19 nazgul Resolution open => fixed
02-02-07 22:19 nazgul Assigned To => nazgul
02-02-07 22:19 nazgul Note Added: 0001669
======================================================================
More information about the bugs
mailing list