pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 355 forks source link

failing test on CI: ReleaseTest>>testUndeclared #8955

Closed MarcusDenker closed 3 years ago

MarcusDenker commented 3 years ago

Bug description a method in RBChangeMethodNameRefactoring accesses a variable that does not exist.

Error Found undeclared references: #(#searchInPackages) Stacktrace TestFailure Found undeclared references: #(#searchInPackages) ReleaseTest(TestAsserter)>>assert:description:resumable: ReleaseTest(TestAsserter)>>assert:description: ReleaseTest>>testUndeclared

MarcusDenker commented 3 years ago

fixed by merging https://github.com/pharo-project/pharo/pull/8971