[nem-bug] [Nemerle 0000822]: Hashtable.Equals
feedback at nemerle.org
feedback at nemerle.org
Fri Jan 19 21:35:51 CET 2007
A NOTE has been added to this issue.
======================================================================
<http://nemerle.org/bugs/view.php?id=822>
======================================================================
Reported By: Luntain
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 822
Category: The Standard Library
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 01-10-2007 09:47 CET
Last Modified: 01-19-2007 21:35 CET
======================================================================
Summary: Hashtable.Equals
Description:
using Nemerle.Collections
def map1 = Hashtable()
map1["A"] = "B"
def map2= Hashtable()
map2["A"] = "B"
assert map1 equals map2
doesn't work :/
======================================================================
----------------------------------------------------------------------
nazgul - 01-19-07 21:35
----------------------------------------------------------------------
I don't see much point in having such thing... (when do you actually need
to compare mappings..? sets, ok, but mappings?) but as we have the "nicer"
version of .NET's Dictionary, this might be a good thing to have.
Patch welcomed :-)
Issue History
Date Modified Username Field Change
======================================================================
01-10-07 09:47 Luntain New Issue
01-19-07 21:35 nazgul Note Added: 0001614
======================================================================
More information about the bugs
mailing list