Nov. 21, 2015
9:07 a.m.
Not sure about current Pharo, but I know that it has been a problem in the past (e.g. in 1.3 you should *never* use refactoring when a trait is affected).
On 20 Nov 2015, at 15:01, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi guys,
is it a known issue that if you are refactoring something (eg. doing a class rename) and some changes should happen in a method which comes from trait, then new methods are compiled in concrete classes instead of changing the trait method?
Cheers. Uko