The Trunk: Monticello-ar.354.mcz

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

The Trunk: Monticello-ar.354.mcz

commits-2
Andreas Raab uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ar.354.mcz

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

Name: Monticello-ar.354
Author: ar
Time: 4 January 2010, 5:32:49 am
UUID: 2d2eb3ae-f90c-ea43-9a81-9dfb37587611
Ancestors: Monticello-ar.353

Honor cached file names when being asked to cache file names.

=============== Diff against Monticello-ar.353 ===============

Item was changed:
  ----- Method: MCFileBasedRepository>>cacheAllFileNamesDuring: (in category 'as yet unclassified') -----
  cacheAllFileNamesDuring: aBlock
+ allFileNames ifNotNil:[^aBlock value].
  allFileNames := self allFileNames.
  ^ aBlock ensure: [allFileNames := nil]!