[nem-bug] [Nemerle 0000892]: Tuple's GetHashCode method throws NullReferenceException, if the tuple contains null element.

feedback at nemerle.org feedback at nemerle.org
Tue Feb 13 15:03:56 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=892> 
======================================================================
Reported By:                nikov
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   892
Category:                   The Standard Library
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             02-13-2007 15:03 CET
Last Modified:              02-13-2007 15:03 CET
======================================================================
Summary:                    Tuple's GetHashCode method throws
NullReferenceException, if the tuple contains null element.
Description: 
Tuple's GetHashCode method throws NullReferenceException, if the tuple
contains null element.

def x = ("a", null);
_ = x.GetHashCode()
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-13-07 15:03 nikov          New Issue                                    
======================================================================




More information about the bugs mailing list