[nem-bug] [Nemerle 0000589]: ICE in Typer for locked yield
feedback at nemerle.org
feedback at nemerle.org
Mon May 22 18:03:45 CEST 2006
The following issue has been CLOSED
======================================================================
<http://nemerle.org/bugs/view.php?id=589>
======================================================================
Reported By: nazgul
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 589
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 12-22-2005 22:10 CET
Last Modified: 05-22-2006 18:03 CEST
======================================================================
Summary: ICE in Typer for locked yield
Description:
class X {
a () : System.Collections.IEnumerable
{
lock (this){
yield "a";
yield "b";
}
}
static Main () : void {}
}
======================================================================
----------------------------------------------------------------------
malekith - 05-08-06 14:22
----------------------------------------------------------------------
Seems to work on trunk now. Testcase added in r6248.
Issue History
Date Modified Username Field Change
======================================================================
12-22-05 22:10 nazgul New Issue
05-05-06 13:27 malekith Status new => assigned
05-05-06 13:27 malekith Assigned To => malekith
05-08-06 14:22 malekith Status assigned => resolved
05-08-06 14:22 malekith Resolution open => fixed
05-08-06 14:22 malekith Note Added: 0001253
05-08-06 14:22 malekith Description Updated
05-22-06 18:03 nazgul Status resolved => closed
======================================================================
More information about the bugs
mailing list