[nem-bug] [Nemerle 0000718]: Create delegate for local function
feedback at nemerle.org
feedback at nemerle.org
Wed Dec 6 13:09:15 CET 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=718>
======================================================================
Reported By: VladD2
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 718
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 07-14-2006 03:03 CEST
Last Modified: 12-06-2006 13:09 CET
======================================================================
Summary: Create delegate for local function
Description:
public Sort[T, Val] (this sourse : array [T], getComparableValue : T ->
Val) : array [T]
where Val: System.IComparable[Val]
{
def Cmp(x : T, y : T) : int
{
getComparableValue(x).CompareTo(getComparableValue(y))
}
System.Array.Sort.[T](sourse, System.Comparison.[T](Cmp));
sourse
}
narray.n(460,37,460,58): error : Internal compiler error
======================================================================
----------------------------------------------------------------------
malekith - 12-06-06 13:09
----------------------------------------------------------------------
Resolved on trunk, r7058.
Issue History
Date Modified Username Field Change
======================================================================
07-14-06 03:03 VladD2 New Issue
12-06-06 13:09 malekith Status new => resolved
12-06-06 13:09 malekith Resolution open => fixed
12-06-06 13:09 malekith Assigned To => malekith
12-06-06 13:09 malekith Note Added: 0001558
======================================================================
More information about the bugs
mailing list