Not sure if it is silent enough for you, but perhaps have a look at use of ClassFactoryForTestCase. cheers -ben
On Sat, Mar 28, 2015 at 4:15 AM, Johan Fabry <jfa...@dcc.uchile.cl> wrote: > Hi all, > > for LRP I am auto generating classes and methods, and removing them when I > no longer need them. This however produces a lot of entries in the change > file that are not needed at all. So I am looking into generating and > removing them silently, however with not much success. Can anybody help me > out in how to do the following without having entries in the changes file? > > - add a class (The standard > subclass:instanceVariableNames:classVariableNames:category: message does > not seem to have a ‘silent’ equivalent) > - remove a class ( aClass removeFromSystem: false. still logs to changes, > apparently) > - compile a method (aClass compileSilently: methodstring classified: > #generated. still logs to changes, apparently) > - remove a method (removeSelector: does not seem to have a ‘silent’ option) > - add / remove class variables (again, no ‘silent’ option) > - run a RBCreateAccessorsForVariableRefactoring > > Thanks in advance! > > ---> Save our in-boxes! http://emailcharter.org <--- > > Johan Fabry - http://pleiad.cl/~jfabry > PLEIAD lab - Computer Science Department (DCC) - University of Chile > > >