[nem-bug] [Nemerle 0000822]: Hashtable.Equals
feedback at nemerle.org
feedback at nemerle.org
Wed Jan 10 09:47:48 CET 2007
The following issue has been SUBMITTED.
======================================================================
<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-10-2007 09:47 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 :/
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
01-10-07 09:47 Luntain New Issue
======================================================================
More information about the bugs
mailing list