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

feedback at nemerle.org feedback at nemerle.org
Mon Oct 15 19:00:36 CEST 2007


The following issue has been RESOLVED.
======================================================================
<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:                     resolved
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             08-28-2007 13:14 CEST
Last Modified:              10-15-2007 19:00 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 -&...
======================================================================

----------------------------------------------------------------------
 divan - 10-15-07 19:00 
----------------------------------------------------------------------
Fixed on r7806.

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           
10-15-07 19:00 divan          Note Added: 0001961                          
10-15-07 19:00 divan          Status                   assigned => resolved
10-15-07 19:00 divan          Resolution               open => fixed       
10-15-07 19:00 divan          Summary                  NCC crashes when "where"
keyword is misused in pattern matching option => NCC crashes when \"where\"
keyword is misused in pattern matching option
10-15-07 19:00 divan          Description Updated                          
======================================================================




More information about the bugs mailing list