[nem-bug] [Nemerle 0000706]: Implicit cast func type to delegate.
feedback at nemerle.org
feedback at nemerle.org
Sun Jul 9 22:53:11 CEST 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=706>
======================================================================
Reported By: VladD2
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 706
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 07-03-2006 07:22 CEST
Last Modified: 07-09-2006 22:53 CEST
======================================================================
Summary: Implicit cast func type to delegate.
Description:
Compile:
public Sort[T] (this sourse : array [T], comparison : T * T -> int) :
array [T]
{
System.Array.Sort(sourse, comparison);
sourse
}
Error:
error : internal compiler error: assertion ``False'' failed in file
generation/Typer4.n, line 186:
======================================================================
----------------------------------------------------------------------
nazgul - 07-09-06 22:53
----------------------------------------------------------------------
Fixed on trunk (r6443).
Issue History
Date Modified Username Field Change
======================================================================
07-03-06 07:22 VladD2 New Issue
07-09-06 22:53 nazgul Status new => resolved
07-09-06 22:53 nazgul Resolution open => fixed
07-09-06 22:53 nazgul Assigned To => nazgul
07-09-06 22:53 nazgul Note Added: 0001357
======================================================================
More information about the bugs
mailing list