Sept. 16, 2015
6:41 a.m.
On 15 Sep 2015, at 18:23, Henrik Nergaard <henrin10@uia.no> wrote:
Hi,
I uploaded a slice to fogbugz which includes removing the class side Ivars from Collection to a new class managing a default random generator instance. The Monkey throws this error while checking: /Error: #Collection cannot be changed using the classbuilder. Use the reflective APi (e.g #addClassVariable:). If you know what you are doing, you can use #disableDuring: of DangerousClassNotifier/
Anyone know how to resolve this correctly?
Yes, you can add DangerousClassNotifier disable as a pre-load and a a postload: DangerousClassNotifier enable. This way the monkey can check it and we can integrate it using the integration tool. Marcus