[Cuis-dev] learned something interesting about installing packages
Juan Vuletich
juan at cuis.st
Mon Aug 19 12:11:23 PDT 2024
On 8/18/2024 4:31 PM, Mark Volkmann via Cuis-dev wrote:
> 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.
Just keep the Transcript open. You are warned about these kinds of
issues there.
HTH,
--
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20240819/54eb5e1b/attachment.htm>
More information about the Cuis-dev
mailing list