[Pkg] Monticello Public: Monticello.impl-kph.637.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Feb 23 06:57:34 UTC 2009


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-kph.637.mcz

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

Name: Monticello.impl-kph.637
Author: kph
Time: 23 February 2009, 6:56:54 am
UUID: 27e7d068-0177-11de-8efb-000a95edb42a
Ancestors: Monticello.impl-kph.636

+ experiment setting the modified flag for new packages failed (breaking LPF)
+ needsSaving replies yes to empty pacakges withut an ancestry (experimental)

=============== Diff against Monticello.impl-kph.636 ===============

Item was changed:
  ----- Method: MCWorkingCopy>>needsSaving (in category 'accessing') -----
  needsSaving
+ 	^ ((self ancestry size = 0) or: [ self modified ]) or: [self requiredPackages anySatisfy: [:ea | ea workingCopy needsSaving]]!
- 	^ self modified or: [self requiredPackages anySatisfy: [:ea | ea workingCopy needsSaving]]!

Item was changed:
  ----- Method: MCPackageManager>>initializeWithPackage: (in category 'initialize-release') -----
  initializeWithPackage: aPackage
  	package := aPackage.
  	self initialize.
+ !
- 	modified := true.!



More information about the Packages mailing list