The Trunk: SMBase-gk.107.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: SMBase-gk.107.mcz

commits-2
Göran Krampe uploaded a new version of SMBase to project The Trunk:
http://source.squeak.org/trunk/SMBase-gk.107.mcz

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

Name: SMBase-gk.107
Author: gk
Time: 11 April 2010, 9:48:59.379 pm
UUID: b3b427f2-4b9e-432e-92c9-0c23e952a2f4
Ancestors: SMBase-gk.106

Sigh, yet another revert of code critic stuff.

=============== Diff against SMBase-gk.106 ===============

Item was changed:
  ----- Method: SMPackage>>installedVersion (in category 'printing') -----
  installedVersion
  "Return the version String for the installed version.
  We ask the map. Return nil if this package is not installed."
 
+ ^self installedRelease ifNotNilDo: [:r | r smartVersion]!
- ^self installedRelease ifNotNil: [:r | r smartVersion]!