[squeak-dev] Monticello: loading multiple packages only mentions first package's name

Frank Shearar frank.shearar at gmail.com
Mon Dec 26 20:44:46 UTC 2011


I have a small Installer script called logic.st:

Installer cache
    install: 'AlgebraicDataType';
    install: 'Unification';
    install: 'Zippers'

and I pass that in as the startup script when I start up my Squeak
(whether a pre-4.3 or a 4.3 (yay!)), I see the usual progress bar. It
says "Compiling AlgebraicDataType-fbs.nn" and then "Installing
AlgebraicDataType-fbs.nn", as expected. And then it says the same
thing again, talking about installing and compiling AlgebraicDataType
instead of Unification, and then again when loading Zippers.

The packages all load correctly: it's just the progress morph giving a
misleading status message. Has anyone else seen this?

frank



More information about the Squeak-dev mailing list