[squeak-dev] scripting SqueakMap now?

Ken G. Brown kbrown at mac.com
Sun May 8 01:46:50 UTC 2011


What is the latest way to script SqueakMap functionality in Sq 4.3 alpha 11393?

For example we used to be able to do:
(Installer sm package: 'OCompletion'; versions) explore.
and
Installer sm install: 'OCompletion(head)'.

See <http://installer.pbwiki.com/Installer>

Now
Installer sm install: 'OCompletion(head)'.
fails with the following:

UndefinedObject(Object)>>doesNotUnderstand: #releases
InstallerSqueakMap>>smReleasesForPackage:
InstallerSqueakMap>>smThing
[] in InstallerSqueakMap>>basicInstall
[] in BlockClosure>>valueSupplyingAnswers:

Thx for any insight,
Ken G. Brown



More information about the Squeak-dev mailing list