[squeak-dev] The Trunk: Exceptions-cmm.34.mcz

Frank Shearar frank.shearar at gmail.com
Wed Jun 15 18:53:21 UTC 2011


On 15 June 2011 17:13,  <commits at source.squeak.org> wrote:
> Chris Muller uploaded a new version of Exceptions to project The Trunk:
> http://source.squeak.org/trunk/Exceptions-cmm.34.mcz
>
> ==================== Summary ====================
>
> Name: Exceptions-cmm.34
> Author: cmm
> Time: 15 June 2011, 11:13:51.392 am
> UUID: f0144460-f227-7b43-bee2-019786f35a4e
> Ancestors: Exceptions-nice.33
>
> First step toward preferredProgressBarPosition preference.
>
> =============== Diff against Exceptions-nice.33 ===============
>
> Item was changed:
>  Exception subclass: #ProgressInitiationException
>        instanceVariableNames: 'workBlock maxVal minVal aPoint progressTitle'
> +       classVariableNames: 'PreferredProgressBarPosition'
> -       classVariableNames: ''
>        poolDictionaries: ''
>        category: 'Exceptions-Kernel'!

Perhaps this should rather subclass Notification? (Which might be a
separate commit, seeing as ProgressInitiationException's been around a
good while as an Exception.)

frank



More information about the Squeak-dev mailing list