[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 20:22:25 CET 2007


A NOTE has been added to this issue.
======================================================================
<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 20:22 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()
    }
}
======================================================================

----------------------------------------------------------------------
 nazgul - 02-05-07 20:22 
----------------------------------------------------------------------
We need a graph cycle detection algorithm here. Any volunteers?

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-05-07 16:36 nikov          New Issue                                    
02-05-07 20:22 nazgul         Note Added: 0001693                          
======================================================================




More information about the bugs mailing list