[Cuis-dev] Feature #require: completion event or test?

Alexandre Rousseau yalexr at gmail.com
Sun Mar 19 16:19:59 PDT 2023


My startup configuration script (thanks Hilaire) includes these lines:
>
> Feature require: #'Theme-Themes'.
> ClassicTheme beCurrent.


Command line launching of Squeak and image + script reports this error:

> 2023-03-19T19:10:00.886 process:40 709851 UndefinedObject>>DoIt
> (ClassicTheme is Undeclared)
> 2023-03-19T19:10:00.886 process:40 709851 Package Theme-Themes
> successfully installed


Clearly, the feature is not yet loaded when I attempt to send a message to
ClassicTheme.

Feature doesn't seem to dispatch events when it is done "requiring" a
package, so I am wondering how you would address this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20230319/03119ead/attachment-0001.htm>


More information about the Cuis-dev mailing list