removeFromChanges removeFromSystemUnlogged

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

removeFromChanges removeFromSystemUnlogged

Guillermo Polito
There are many senders of these two messages, that look like the following. Most of them are tests.

cleaningResources
Smalltalk globals
at: #ManifestManifestResourcesTests
ifPresent: [ :cl | 
cl
removeFromChanges;
removeFromSystemUnlogged ]

Shouldn't be cleaner to just create the classes silently?

Guille