[nem-bug] [Nemerle 0001047]: NCC crashes when "where" keyword is misused in pattern matching option

feedback at nemerle.org feedback at nemerle.org
Sun Oct 14 20:59:14 CEST 2007


The following issue has been ASSIGNED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1047> 
======================================================================
Reported By:                SergASh
Assigned To:                divan
======================================================================
Project:                    Nemerle
Issue ID:                   1047
Category:                   Compiler
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     assigned
======================================================================
Date Submitted:             08-28-2007 13:14 CEST
Last Modified:              10-14-2007 20:59 CEST
======================================================================
Summary:                    NCC crashes when "where" keyword is misused in
pattern matching option
Description: 
The following code fragment leads to compiler crash.

public Test() : void
{
  def check( _ )
  {
    | d where d = 0 => true;
    | _ => false;
  }
}
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0001051 Invalid match case in local function -&...
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-28-07 13:14 SergASh        New Issue                                    
10-14-07 20:58 divan          Relationship added       has duplicate 0001051
10-14-07 20:59 divan          Status                   new => assigned     
10-14-07 20:59 divan          Assigned To               => divan           
======================================================================




More information about the bugs mailing list