[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-smalltalk] [bug] deepCopy on Dictionary doesn't work.
From: |
Robin Redeker |
Subject: |
[Help-smalltalk] [bug] deepCopy on Dictionary doesn't work. |
Date: |
Tue, 02 Oct 2007 08:44:33 -0700 |
Issue status update for
http://smalltalk.gnu.org/node/87
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/87
Project: GNU Smalltalk
Version: <none>
Component: Base classes
Category: bug reports
Priority: normal
Assigned to: Unassigned
Reported by: elmex
Updated by: elmex
Status: active
Reproduce with:
st> (Dictionary from: {'a' -> 1}) deepCopy
Object: 1 error: did not understand #key
MessageNotUnderstood(Exception)>>signal
SmallInteger(Object)>>doesNotUnderstand: #key
Dictionary>>findElementIndex:
Dictionary(HashedCollection)>>addWhileGrowing:
[] in Dictionary(HashedCollection)>>deepCopy
[] in Dictionary>>do:
Dictionary(HashedCollection)>>do:
Dictionary>>do:
Dictionary(HashedCollection)>>deepCopy
UndefinedObject>>executeStatements
nil
- [Help-smalltalk] [bug] deepCopy on Dictionary doesn't work.,
Robin Redeker <=