[Pkg] Installer: Installer-Core-nice.93.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Feb 4 04:20:41 UTC 2010


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

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

Name: Installer-Core-nice.93
Author: nice
Time: 18 January 2010, 3:27:55 am
UUID: 099486b1-f102-c748-bba5-cb794f54a1fe
Ancestors: Installer-Core-nice.92

remove an outer temp assignment: #withCurrentChangeSetNamed:do: does return the change set, so it is not necessary to assign temp inside the block

=============== Diff against Installer-Core-nice.92 ===============

Item was changed:
  ----- Method: Installer>>installSAR:from: (in category 'mantis') -----
  installSAR: aFileName from: stream 
  
+ 	| newCS |
+ 	newCS := self classSARInstaller withCurrentChangeSetNamed: aFileName
+ 		do: [:cs | self classSARInstaller new fileInFrom: stream].
-  | newCS |
- 
- 	self classSARInstaller withCurrentChangeSetNamed: aFileName
- 		do: [:cs | newCS := cs. self classSARInstaller new fileInFrom: stream].
  	newCS isEmpty ifTrue: [ self classChangeSet removeChangeSet: newCS ]!



More information about the Packages mailing list