[nem-bug] [Nemerle 0000832]: comparing structs with == raises error
feedback at nemerle.org
feedback at nemerle.org
Sun Jan 21 11:19:12 CET 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=832>
======================================================================
Reported By: Luntain
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 832
Category: Code Completion Engine
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 01-21-2007 11:19 CET
Last Modified: 01-21-2007 11:19 CET
======================================================================
Summary: comparing structs with == raises error
Description:
[Record] public struct Point
x: double
y: double
...
def p = Point(0,0)
def q = Point(0,0)
assert p==q //merror&http://nemerle.org/bugs/view.php?id=8592;[0m: comparing
values of types Point and Point
with reference equality
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
01-21-07 11:19 Luntain New Issue
======================================================================
More information about the bugs
mailing list