[Pkg] Installer: Installer-Core-mtf.335.mcz

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


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

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

Name: Installer-Core-mtf.335
Author: mtf
Time: 4 February 2010, 10:20:36 am
UUID: 2093361a-e14b-40b4-9f45-2c1b070e1535
Ancestors: Installer-Core-mtf.334, Installer-Core-nice.93

merged Installer-Core-nice.93 from trunk. This completes the merge of trunk Installer and mainstream Installer. Please put this version into squeak trunk rather than the ancient version you have now. Merging is rather difficult as there has been a severe refactoring since this 2-year-old version was current. See http://www.squeaksource.com/Installer for a complete history

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-mtf.334 ===============

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 removeChangeSet: newCS ]!



More information about the Packages mailing list