[Pkg] Installer: Installer-Core-kph.295.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Feb 21 00:30:25 UTC 2009


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-kph.295.mcz

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

Name: Installer-Core-kph.295
Author: kph
Time: 21 February 2009, 12:30:19 am
UUID: 6159dc56-723a-41a8-a267-b366ee965376
Ancestors: Installer-Core-damiencassou.294

- fixed use of ifNotNil with a monadic block - not supported in squeak

=============== Diff against Installer-Core-damiencassou.294 ===============

Item was changed:
+ ----- Method: InstallerMonticello>>printConfigurationOn: (in category 'Installer-Core') -----
- ----- Method: InstallerMonticello>>printConfigurationOn: (in category 'as yet unclassified') -----
  printConfigurationOn: stream
  	self project
+ 		ifNotNilDo: [:projectName | stream
- 		ifNotNil: [:projectName | stream
  							nextPutAll: ' project:''';
  							nextPutAll: projectName;
  							nextPut: $']!



More information about the Packages mailing list