Hi, As far as I know the source code is not stored in the image, but in the changes file. So from that perspective the changes files is more than just logs, it actually store our code, so not recording that entry would be similar as having a method without the actual code. Maybe a possible solution would be a way to clean the change file, but I have no idea if something like that exist. Cheers, Alejandro
On Mar 27, 2015, at 5:15 PM, Johan Fabry <jfabry@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