[squeak-dev] Re: Installer>>install: packageNameCollectionOrDetectBlock

Sean P. DeNigris sean at clipperadams.com
Mon Sep 6 20:17:23 UTC 2010


After reading some of the documentation at , I started this method comment:
install: packageNameCollectionOrDetectBlock
	"The parameter specifies the package to be installed in one of the
following ways:
		- By Name e.g. install: 'Kernel'
		- Acceptable Versions e.g. install: #('Comet-lr' 'Comet-pmm') i.e. either
of these
		- Specific version e.g. install: 'Scriptaculous-lr.148'
		- By Predicate e.g. install: [ :packageName | packageName beginsWith:
'Dynamic' ]"

Does this look correct?

Issue: http://bugs.squeak.org/view.php?id=7561
Fix in Inbox: Installer-Core-spd.340

Sean
-- 
View this message in context: http://forum.world.st/Installer-install-packageNameCollectionOrDetectBlock-tp2528810p2528844.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.



More information about the Squeak-dev mailing list