X Tutup
Skip to content

GRSmallDictionary2 removeKey: is not working  #81

@gcotelli

Description

@gcotelli

The following code

GRSmallDictionary2 new
	at: 'x' put: 'x';
	at: 'y' put: 'y';
	at: 'z' put: 'z';
	removeKey: 'z'

produces a subscript out of bounds. Tested in Pharo 7.

This is a simplified example, we hitted this problem in some Seaside code trying to remove some keys from the arguments of a JSObject.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup