[nem-bug] [Nemerle 0000555]: indexers are not delayed
feedback at nemerle.org
feedback at nemerle.org
Tue Nov 22 00:10:07 CET 2005
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=555>
======================================================================
Reported By: nazgul
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 555
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 10-27-2005 20:38 CEST
Last Modified: 11-22-2005 00:10 CET
======================================================================
Summary: indexers are not delayed
Description:
def operations = Nemerle.Collections.Hashtable ();
operations.Add ("+", fun (arr) { assert (arr.Length == 2); arr [0] + arr
[1] });
def x = operations ["+"] (array [1,2]);
======================================================================
----------------------------------------------------------------------
malekith - 11-22-05 00:10
----------------------------------------------------------------------
Delayed indexers were added a few revisions ago, and a unrelated bug that
prevented this testcase from running was fixed in r5959.
Issue History
Date Modified Username Field Change
======================================================================
10-27-05 20:38 nazgul New Issue
10-27-05 20:42 malekith Summary Arrays in function
parameters are not inferred by delayed typing => indexers are not delayed
10-27-05 20:42 malekith Description Updated
10-27-05 20:42 malekith Additional Information Updated
11-06-05 20:32 nazgul Status new => confirmed
11-22-05 00:10 malekith Status confirmed => resolved
11-22-05 00:10 malekith Resolution open => fixed
11-22-05 00:10 malekith Assigned To => malekith
11-22-05 00:10 malekith Note Added: 0001035
======================================================================
More information about the bugs
mailing list