Rick McGuire - 2007-10-02

Logged In: YES
user_id=1125291
Originator: NO

The mechanism for installing/instantiating directives within the code source context is the CALL instruction or the ::REQUIRES instruction. Installing the leading method of a piece of code on a class as a method bypasses that installation step, resulting in the directives not found. This is working as designed, so as a bug this is invalid. It might be reasonable to allow a call capability on a method object that would produce the same side effects of creating/installing the classes.