[Pkg] Installer: Installer-Launcher-klc.8.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Aug 13 23:21:50 UTC 2008


Ken Causey uploaded a new version of Installer-Launcher to project Installer:
http://www.squeaksource.com/Installer/Installer-Launcher-klc.8.mcz

==================== Summary ====================

Name: Installer-Launcher-klc.8
Author: klc
Time: 13 August 2008, 6:21:40 pm
UUID: f7182b27-2cba-4635-80e3-edf305cf47fe
Ancestors: Installer-Launcher-mtf.7

Replaces send to #with: (single value) to #withAll: (multiple values)

=============== Diff against Installer-Launcher-mtf.7 ===============

Item was changed:
  ----- Method: Launcher class>>launchWith: (in category 'as yet unclassified') -----
  launchWith: params
  
  	params at: 'H' ifPresent: [:v | params at: 'HELP' put: v ].
  	params at: 'S' ifPresent: [ :v | params at: 'SCRIPTS' put: v ].
  	params at: 'HELP' ifPresent: [ :v | Script new writeHelp ].
  	params at: 'SCRIPTS' ifPresent: [:v |
+ 		CodeLoader new loadSourceFiles: (Array withAll: (v findTokens: ' '))].
- 		CodeLoader new loadSourceFiles: (Array with: (v findTokens: ' '))].
  	^true!



More information about the Packages mailing list