exercism / pharo-smalltalk

Exercism exercises in Pharo.
https://exercism.org/tracks/pharo-smalltalk
MIT License
34 stars 28 forks source link

Removed classes and methods from package still needs to be removed #633

Closed Bajger closed 6 months ago

Bajger commented 6 months ago

Follow-up on previous PR. Removing classes and methods are not enough (classes and methods are moved to anonymous package), therefore it still needs to be removed from system.

Bajger commented 6 months ago

@ErikSchierboom, @glennj Thanks for approving. I needed to put some extra step to removing vanilla sources (classes, ext. methods) prior importing student's solution. Test runner failed since one of the golden test didn't really removed solution class. I will push a commit SHA (from this repo after merge) to test runner repo to trigger new docker build.