Skip to content

Conversation

@adri09070
Copy link
Collaborator

Fixes #31

When you were skipping a message, the result of the message send was nil.

So, if you skipped the message + in 3 + 2, the result was nil. However, you'd expect that the message + is not sent to 3 and that the result of skipping the message would therefore be the receiver of the message itself: 3.

I fixed the skip command so that the result of skipping a message send is the receiver of the message itself.

Done with @DanielCamSan

…d of putting nil + test and fixing existing tests
@StevenCostiou StevenCostiou merged commit 9934ec8 into pharo-spec:master Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When we skip a message, it puts nil on the stack instead of self

2 participants