ContainerCreated not broadcast
Status: Pre-Alpha
Brought to you by:
melquiades
A container should broadcast a ContainerCreated event upon creation, in order to force an initial compilation. This matters for containers which do not start out legal (i.e. variables don't initially have a type).
Unfortunately, there's not a good place to broadcast this event. It can't go in the constructor for Container, because the compiler may pick up the event before the subclasses' constructors have finished. Hrm.
Logged In: YES
user_id=41726
Classified as "unaesthetic", since any action that would involve a container with other parts of a program would lead to a compilation.