StéphaneDucasse

Results 346 comments of StéphaneDucasse

Indeed I really like your points!!!!

What is the logic of this refactoring? I mean I do not really understand what is an abstract class in pharo and when i will need it.

https://github.com/pharo-project/pharo/issues/15805 ``` privateTransform self model defineClass: [ :aBuilder | | nonRBSuperclass | nonRBSuperclass := self model environment at: superclass name. "probably bug around here" aBuilder superclass: nonRBSuperclass; name: className; package:...

similar bug than https://github.com/pharo-project/pharo/issues/16209

This is normally fixed (we got the bug in the class builder).

Thanks this is really nice to have such analysis. Offering good API is important for us.

This is strange. Let us know if you need help.