[Pkg] The Trunk: Installer-Core-fbs.364.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Feb 11 22:32:25 UTC 2013


Frank Shearar uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-fbs.364.mcz

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

Name: Installer-Core-fbs.364
Author: fbs
Time: 11 February 2013, 10:32:07.869 pm
UUID: b31e568d-ac83-446b-b319-75fa386f0565
Ancestors: Installer-Core-TestRunner.363

InstallerSqueakMap should use Installer's user input sanitising methods.

=============== Diff against Installer-Core-TestRunner.363 ===============

Item was changed:
  ----- Method: InstallerSqueakMap>>smPackageAndVersion (in category 'squeakmap') -----
  smPackageAndVersion
+ 	^ self packageAndVersionFrom: self package.!
- 
- 	| p |
- 	p := ReadStream on: self package .
- 	^Array with: (p upTo: $() with: (p upTo: $)).!



More information about the Packages mailing list