Comment #1 on issue 4762 by
[hidden email]: Should we reintroduce
AutoStart
http://code.google.com/p/pharo/issues/detail?id=4762no.
As in example with XMLRPC package, an AutoStart were used as a default
insertion point, where startup for this package should happen.
But it doesn't requires an exact place/order for startup, and this package
can startup sooner or later.
Very few packages requiring an ordering in startup and i think that
AutoStart were served as a default anchor point for startup code, where
people was uncertain, which order should be there.
But for just statup (without any specific order), they can simply use
Smalltalk addToStartup: ..
but not
addToStartup: after:
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker