[nem-bug] [Nemerle 0000875]: StackOverflowException inside ncc, if there is a circular depenedcy in source

feedback at nemerle.org feedback at nemerle.org
Mon Feb 5 16:36:24 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=875> 
======================================================================
Reported By:                nikov
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   875
Category:                   Compiler
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             02-05-2007 16:36 CET
Last Modified:              02-05-2007 16:36 CET
======================================================================
Summary:                    StackOverflowException inside ncc, if there is a
circular depenedcy in source
Description: 
module A{
	public Foo[T,S](x : T) : void where T : S where S : T {
        _ = x.Foo()
    }
}
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-05-07 16:36 nikov          New Issue                                    
======================================================================




More information about the bugs mailing list