[squeak-dev] The Inbox: Installer-Core-cmm.389.mcz

Chris Muller asqueaker at gmail.com
Fri Jan 3 20:57:27 UTC 2014


Tobias, unless you want to reverse Tim's half-ass'd removal I guess
I'll remove the other cheek by moving this to Trunk sometime soon.  :)

On Thu, Jan 2, 2014 at 11:06 AM,  <commits at source.squeak.org> wrote:
> A new version of Installer-Core was added to project The Inbox:
> http://source.squeak.org/inbox/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 ]!
>
>


More information about the Squeak-dev mailing list