Issue status update for http://smalltalk.gnu.org/node/317 Post a follow up: http://smalltalk.gnu.org/project/comments/add/317

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  MrGwen
Updated by:   MrGwen
Status:       active

Hi,

I cann add a Float >> NaN in a dictionary by the way multiple times (

st> p at: (FloatQ allInstances at: 3) put: 123
st> p at: (FloatQ allInstances at: 3) put: 123
st> p at: (FloatQ allInstances at: 3) put: 123
st> p
Dictionary (
      NaN->123
      NaN->123
      NaN->123
))

But when I try to acces to it, it failed :

Object: Dictionary new: 32 "<0x2b1783097a40>" error: Invalid argument
Inf: key not found
SystemExceptions.NotFound(Exception)>>signal
SystemExceptions.NotFound(Exception)>>signal:
SystemExceptions.NotFound class>>signalOn:what:
[] in Dictionary>>at:
Dictionary>>at:ifAbsent:
Dictionary>>at:
UndefinedObject>>executeStatements




_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to