Nov. 19, 2017
12:51 p.m.
2017-11-19 13:28 GMT+01:00 Johan Brichau <johan@inceptive.be>:
Hi Pharoers,
We have one failing test for Grease in Pharo7. The reason is that Grease extends the TBehavior trait with a method #fullName.
I notice this trait is no longer used? Are we supposed to extend Behavior directly? Overall: what are the plans?
Yes, you should extend the Behavior and other TBehavior users directly. -- Pavel
Some advice would be good so I can keep Grease into shape.
thanks everyone Johan