# HG changeset patch # User Claus Gittinger # Date 1579707855 -3600 # Node ID 94971720b6bf8c664dbf81f70487f392311d4c1e # Parent b44f17507e82b2e143f63c57c8899a3f9e2fe3ed #OTHER by cg x diff -r b44f17507e82 -r 94971720b6bf stx_libtool2.st --- a/stx_libtool2.st Wed Jan 22 16:44:11 2020 +0100 +++ b/stx_libtool2.st Wed Jan 22 16:44:15 2020 +0100 @@ -74,6 +74,9 @@ This are packages containing superclasses of my classes and classes which are extended by myself. They are mandatory, because we need these packages as a prerequisite for loading and compiling. + When loading whole packages, + mandatoryPreRequisites will be automatically loaded + BEFORE this packet has been loaded. This method is generated automatically, by searching along the inheritance chain of all of my classes. Please take a look at the #referencedPreRequisites method as well." @@ -94,6 +97,9 @@ however, a class from it may be referenced during execution and having it unloaded then may lead to a runtime doesNotUnderstand error, unless the caller includes explicit checks for the package being present. + When loading whole packages, + referencedPreRequisites will be automatically loaded + AFTER this packet has been loaded. This method is generated automatically, by searching all classes (and their packages) which are referenced by my classes. Please also take a look at the #mandatoryPreRequisites method" @@ -103,7 +109,7 @@ #'stx:libbasic2' "ActorStream - referenced by Tools::ProjectBuilder>>buildWithColorizedOutputTo:" #'stx:libbasic3' "AbstractSourceCodeManager - referenced by Tools::ProjectBuilderAssistantApplication>>checkSourceCodeManagerType" #'stx:libcomp' "ObjectFileLoader - referenced by Tools::ObjectModuleInformation>>postBuildWith:" - #'stx:libhtml' "HTMLDocumentView - referenced by MethodFinderWindow>>openHTMLDocumentation" + #'stx:libhtml' "HTMLDocumentView - referenced by FileVersionDiffBrowser>>openDocumentation" #'stx:libtool' "AbstractLauncherApplication - referenced by Tools::ObjectModuleInformation>>loadPackage" #'stx:libui' "DataSetColumnSpec - referenced by DataSetBuilder>>columns:" )