[nem-bug] [Nemerle 0000894]: Tuple's Equals method throws NullReferenceException if the tuple has a null element

feedback at nemerle.org feedback at nemerle.org
Tue Feb 13 15:51:23 CET 2007


The following issue has been ASSIGNED.
======================================================================
<http://nemerle.org/bugs/view.php?id=894> 
======================================================================
Reported By:                nikov
Assigned To:                nikov
======================================================================
Project:                    Nemerle
Issue ID:                   894
Category:                   The Standard Library
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
======================================================================
Date Submitted:             02-13-2007 15:28 CET
Last Modified:              02-13-2007 15:51 CET
======================================================================
Summary:                    Tuple's Equals method throws NullReferenceException
if the tuple has a null element
Description: 
_ = ("a", null : string).Equals(("a", "b"));
_ = ("a", null : string).Equals(("a", null : string))
======================================================================

----------------------------------------------------------------------
 nikov - 02-13-07 15:35 
----------------------------------------------------------------------
Use static Equals method in macro StructuralEquality.

----------------------------------------------------------------------
 nikov - 02-13-07 15:50 
----------------------------------------------------------------------
Fixed on trunk (7411).

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-13-07 15:28 nikov          New Issue                                    
02-13-07 15:35 nikov          Note Added: 0001714                          
02-13-07 15:50 nikov          Note Added: 0001715                          
02-13-07 15:51 nikov          Status                   new => assigned     
02-13-07 15:51 nikov          Assigned To               => nikov           
======================================================================




More information about the bugs mailing list