[Cuis-dev] learned something interesting about installing packages

Mariano Montone marianomontone at gmail.com
Mon Aug 19 04:27:52 PDT 2024


Yes, raising an Error would be better in my opinion.


    Mariano

El 18/8/24 a las 16:31, Mark Volkmann via Cuis-dev escribió:
> If a package is installed that defines subclasses of classes that are 
> defined in packages that have not been installed yet, their superclass 
> will be changed to ProtoObject. No warning message about this will be 
> displayed.
>
> For example, suppose the UI-Entry package is not installed.
> That defines the class TextEntryMorph.
> If I install a package that defines the following class
>
> TextEntryMorph subclass: #CenteredTextEntryMorph
>
> that will be changed to
>
> ProtoObject subclass: #CenteredTextEntryMorph
>
> -- 
> R. Mark Volkmann
> Object Computing, Inc.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20240819/c5e1400b/attachment.htm>


More information about the Cuis-dev mailing list