Closed adri09070 closed 2 years ago
Actually, I see that the related method has been fixed on Pharo side: https://github.com/pharo-project/pharo/pull/8567
These changes should have been integrated to this repo a year and a half ago. This important PR is also supposed to fix a crash caused by
SindarinDebugger>>#stepOver
Actually, these changes have been merged by https://github.com/pharo-spec/ScriptableDebugger/pull/14 into the Pharo10
branch.
Is there any reason why these changes haven't been merged into branch master
?
The following test doesn't pass and it's the last one that needs to be corrected to finally have only green tests for Sindarin:
This is because it does multiple steps when the debguged method contains only one message and a return so only 2
stepOver
| should be performed:We'll then see if the tested method works fine or not