Skip to content

Conversation

@adri09070
Copy link
Collaborator

Fixes #25.

Some changes were made in the Pharo repo to use the correct API of the class Process: https://github.com/pharo-project/pharo/pull/8567/files#diff-ba7fcd4a659f90f879b1491dc051a7f1566317e9eecde109cdb67e56618177db

These changes have been integrated into this repo by #43 but some changes in the method have been forgotten:

SindarinDebugger>>#isExecutionFinished
^ process isTerminating

should actually be

SindarinDebugger>>#isExecutionFinished
^ process isTerminated

so that testIsExecutionFinished becomes green

@adri09070 adri09070 merged commit 123bf1e into pharo-spec:master Jul 8, 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.

testIsExecutionFinished doesn't pass

1 participant