[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:35:40 CET 2007


A NOTE has been added to this issue.
======================================================================
<http://nemerle.org/bugs/view.php?id=894> 
======================================================================
Reported By:                nikov
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   894
Category:                   The Standard Library
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             02-13-2007 15:28 CET
Last Modified:              02-13-2007 15:35 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.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-13-07 15:28 nikov          New Issue                                    
02-13-07 15:35 nikov          Note Added: 0001714                          
======================================================================




More information about the bugs mailing list