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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Feb 21 18:42:15 UTC 2009


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

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

Name: Installer-Core-kph.296
Author: kph
Time: 21 February 2009, 6:42:11 pm
UUID: d5d79a54-5eaf-4a1f-b925-4cfbd149d3c9
Ancestors: Installer-Core-kph.295

- fixed ifNotNilDo: that is incompatible with Pharo!!!!
- thanks damien :-)

=============== Diff against Installer-Core-kph.295 ===============

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



More information about the Packages mailing list