[Pkg] Packages: Sake-Packages-kph.19.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Feb 13 02:53:10 UTC 2009


A new version of Sake-Packages was added to project Packages:
http://www.squeaksource.com/Packages/Sake-Packages-kph.19.mcz

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

Name: Sake-Packages-kph.19
Author: kph
Time: 13 February 2009, 2:53:09 am
UUID: 7c769bd4-c68a-4f4a-8b9f-653b716de8f4
Ancestors: Sake-Packages-kph.18

fixed beta

=============== Diff against Sake-Packages-kph.18 ===============

Item was added:
+ ----- Method: Packages class>>isBeta (in category 'testing') -----
+ isBeta
+ 	^ self name endsWith: 'Beta' !

Item was changed:
  ----- Method: Packages>>isAlreadyProvided (in category 'comparing') -----
  isAlreadyProvided
  
+ 	(self class isBeta or: [ self version last = $+ ]) ifTrue: [ ^ false ]. "means the package is being loaded without specifying any fixed version"
- 	(self version includes: '+') ifTrue: [ ^ false ]. "means the package is being loaded without specifying any fixed version"
  
  	^ (self class provided at: self name ifAbsent: [ ^ false ]) version = self version
  
  !



More information about the Packages mailing list