The Trunk: Monticello-ar.351.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.351.mcz

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

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

Name: Monticello-ar.351
Author: ar
Time: 3 January 2010, 2:25:31 am
UUID: fc78c370-3ebd-9741-9f82-9a7577569a40
Ancestors: Monticello-ar.350

Remove an unnecessary Squeakmap dependency.

=============== Diff against Monticello-ar.350 ===============

Item was changed:
  ----- Method: MCSMCacheRepository>>initialize (in category 'initialize-release') -----
  initialize
  super initialize.
+ Smalltalk at: #SMSqueakMap ifPresent:[:aClass|
+ smCache := aClass default cache.
+ ].!
- smCache := SMSqueakMap default cache.!