islands/tests/stx_goodies_petitparser_islands_tests.st
changeset 460 87a3d30ab570
parent 454 a9cd5ea7cc36
parent 459 4751c407bb40
child 505 19d830b74322
equal deleted inserted replaced
458:a4da1c24d84a 460:87a3d30ab570
    61 !
    61 !
    62 
    62 
    63 referencedPreRequisites
    63 referencedPreRequisites
    64     "list packages which are a prerequisite, because they contain
    64     "list packages which are a prerequisite, because they contain
    65      classes which are referenced by my classes.
    65      classes which are referenced by my classes.
    66      We do not need these packages as a prerequisite for loading or compiling.
    66      We do not need these packages as a prerequisite for compiling or loading,
       
    67      however, a class from it may be referenced during execution and having it
       
    68      unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
       
    69      includes explicit checks for the package being present.
    67      This method is generated automatically,
    70      This method is generated automatically,
    68      by searching all classes (and their packages) which are referenced by my classes."
    71      by searching all classes (and their packages) which are referenced by my classes."
    69 
    72 
    70     ^ #(
    73     ^ #(
    71     )
    74     )