[nem-bug] [Nemerle 0000991]: ICE on closure of yielding method
feedback at nemerle.org
feedback at nemerle.org
Wed Apr 18 07:26:07 CEST 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=991>
======================================================================
Reported By: divan
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 991
Category: Compiler
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 04-18-2007 07:26 CEST
Last Modified: 04-18-2007 07:26 CEST
======================================================================
Summary: ICE on closure of yielding method
Description:
module A {
Main () : void {}
q (_ : int->int) : void {}
E () : System.Collections.Generic.IEnumerable[int] {
def x = 0;
q (_ => x); //create closure
yield 1;
}
}
Should create proper closure, or report that it's not supported.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
04-18-07 07:26 divan New Issue
======================================================================
More information about the bugs
mailing list