[nem-bug] [Nemerle 0000555]: indexers are not delayed

feedback at nemerle.org feedback at nemerle.org
Thu Jan 26 18:11:43 CET 2006


The following issue has been CLOSED
======================================================================
<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:                     closed
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             10-27-2005 20:38 CEST
Last Modified:              01-26-2006 18:11 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                          
11-22-05 00:10 malekith       Description Updated                          
11-22-05 00:10 malekith       Additional Information Updated                    
01-26-06 18:11 nazgul         Status                   resolved => closed  
======================================================================




More information about the bugs mailing list