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

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

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

commits-2
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 ]!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Installer-Core-cmm.389.mcz

Chris Muller-3
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,  <[hidden email]> 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 ]!
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Installer-Core-cmm.389.mcz

Tobias Pape

On 03.01.2014, at 21:57, Chris Muller <[hidden email]> wrote:

> 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.  :)

Just proceed. It was working but probably unused :)

Best
        -Tobias

PS: We really should make our mind up about what installer should actually be…



signature.asc (1K) Download Attachment