The Trunk: Installer-Core-cmm.389.mcz

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

The Trunk: Installer-Core-cmm.389.mcz

commits-2
Chris Muller uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-cmm.389.mcz

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

Name: Installer-Core-cmm.389
Author: cmm
Time: 2 January 2014, 11:06:37.4 am
UUID: 1bf23881-299e-4af3-a520-01997ffa1344
Ancestors: Installer-Core-tpr.388

Remove the rest of the #remembered infrastructure since Tim removed #rememberAs:.

=============== Diff against Installer-Core-tpr.388 ===============

Item was changed:
  Object subclass: #Installer
  instanceVariableNames: 'answers packages messagesToSuppress useFileIn noiseLevel currentRepository'
+ classVariableNames: 'InstallerBindings IsSetToTrapErrors Repositories SkipLoadingTests ValidationBlock'
- classVariableNames: 'InstallerBindings IsSetToTrapErrors Remembered Repositories SkipLoadingTests ValidationBlock'
  poolDictionaries: ''
  category: 'Installer-Core'!
 
  !Installer commentStamp: 'kph 3/30/2009 01:29' prior: 0!
  Documentation now available at http://installer.pbwiki.com/Installer
   
  useFileIn - flag to load source.st rather than using Monticello!

Item was removed:
- ----- Method: Installer class>>doesNotUnderstand: (in category 'custom names') -----
- doesNotUnderstand: aMessage
- ^ self remembered at: aMessage selector ifAbsent: [ super doesNotUnderstand: aMessage ]!

Item was removed:
- ----- Method: Installer class>>remembered (in category 'custom names') -----
- remembered
- self isThisEverCalled: 'clean the var too.'.
- ^ Remembered ifNil: [ Remembered := IdentityDictionary new ]!