Skip to content

Array>>#at:put: should return the stored value #65

Open
@smarr

Description

@smarr

This is currently inconsistent between different SOM implementations.

The following program should result in the same output for all SOMs:

arr := Array new: 4.
(arr at: 1 put: 43) println.

Current behavior:

There's also an assumption in #25 that Array>>#at:put: returns the value just stored.

/cc @ltratt

Metadata

Metadata

Assignees

No one assigned

    Labels

    specNeeds specification, or is specification related.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions