[nem-bug] [Nemerle 0000673]: nullable type throw exception on mono
1.1.15
feedback at nemerle.org
feedback at nemerle.org
Sat May 13 07:09:33 CEST 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=673>
======================================================================
Reported By: akiramei
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 673
Category: Compiler
Reproducibility: always
Severity: trivial
Priority: normal
Status: new
======================================================================
Date Submitted: 05-13-2006 07:09 CEST
Last Modified: 05-13-2006 07:09 CEST
======================================================================
Summary: nullable type throw exception on mono 1.1.15
Description:
using System;
mutable n : int? = Int32.MaxValue;
match (n) {
| null => Console.WriteLine ("null");
| _ => Console.WriteLine (n.ToString ());
}
mono 1.1.15:
Unhandled Exception: System.InvalidProgramException: Invalid IL code in
_N_AutoModule:Main (): IL_001c: ldstr
.NET 2.0:
null
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
05-13-06 07:09 akiramei New Issue
======================================================================
More information about the bugs
mailing list