Tudor Girba-2 wrote
> The Gofer script does not solve the problem of triggering a special
> loading
> selector in the ConfigurationOfXYZ.
Can you give an example? You mean like loading a particular group? As
Christophe mentioned, we have the Metacello scripting API now:
Metacello new
configuration: 'Magritte3';
smalltalkhubUser: 'Magritte' project: 'Magritte3';
version: #bleedingEdge;
load: 'Morphic'. "<------------- Load specific group"
Tudor Girba-2 wrote
> but it is clear that it is intended for scripts and not for production
> code.
It's not clear to everyone given Steph's OP ;) So how do we enforce it? I'm
guessing most of the users who don't know that they shouldn't use #asClass
are probably not running Lint checks (or don't even know about them)
-----
Cheers,
Sean
--
View this message in context:
http://forum.world.st/Problem-with-asClass-usage-tp4818686p4818998.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.