[nem-bug] [Nemerle 0000589]: ICE in Typer for locked yield

feedback at nemerle.org feedback at nemerle.org
Mon May 8 14:22:03 CEST 2006


The following issue has been RESOLVED.
======================================================================
<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:                     resolved
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             12-22-2005 22:10 CET
Last Modified:              05-08-2006 14:22 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                          
======================================================================




More information about the bugs mailing list