This is now fixed in trunk, however... On 14 Jan 2013, at 08:59, Luboš Doležel wrote:
> I could use objc_resolve_class() in between class registrations, but that > results in +load being called, which should not be happening at that point. Testing on OS X shows that +load is never called on classes that are allocated at run time, which is somewhat interesting. I've now done a slightly cleaner fix, that simply avoids sending +load messages to any user-created classes. David -- Sent from my IBM 1620 _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
