[nem-bug] [Nemerle 0001047]: NCC crashes when "where" keyword is
misused in pattern matching option
feedback at nemerle.org
feedback at nemerle.org
Tue Aug 28 13:14:13 CEST 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1047>
======================================================================
Reported By: SergASh
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 1047
Category: Compiler
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 08-28-2007 13:14 CEST
Last Modified: 08-28-2007 13:14 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;
}
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
08-28-07 13:14 SergASh New Issue
======================================================================
More information about the bugs
mailing list