Etoys Inbox: Sound-kfr.22.mcz

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

Etoys Inbox: Sound-kfr.22.mcz

commits-2
A new version of Sound was added to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Sound-kfr.22.mcz

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

Name: Sound-kfr.22
Author: kfr
Time: 22 February 2012, 9:47:05 pm
UUID: 4f8af511-6b9f-8f43-855d-e8effd74b6cd
Ancestors: Sound-kfr.21

Use postscript, not preamble.

=============== Diff against Sound-kfr.21 ===============

Item was changed:
  (PackageInfo named: 'Sound') preamble: '"below, add code to be run before the loading of this package"
 
+ '!
- SoundPlayer initialize'!

Item was added:
+ (PackageInfo named: 'Sound') postscript: '"below, add code to be run after the loading of this package"
+
+ SoundPlayer initialize'!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys Inbox: Sound-kfr.22.mcz

Bert Freudenberg

On 22.02.2012, at 20:47, [hidden email] wrote:

> A new version of Sound was added to project Etoys Inbox:
> http://source.squeak.org/etoysinbox/Sound-kfr.22.mcz
>
> ==================== Summary ====================
>
> Name: Sound-kfr.22
> Author: kfr
> Time: 22 February 2012, 9:47:05 pm
> UUID: 4f8af511-6b9f-8f43-855d-e8effd74b6cd
> Ancestors: Sound-kfr.21
>
> Use postscript, not preamble.
>
> =============== Diff against Sound-kfr.21 ===============
>
> Item was changed:
>  (PackageInfo named: 'Sound') preamble: '"below, add code to be run before the loading of this package"
>
> + '!
> - SoundPlayer initialize'!
>
> Item was added:
> + (PackageInfo named: 'Sound') postscript: '"below, add code to be run after the loading of this package"
> +
> + SoundPlayer initialize'!


Changed class initialize methods are executed automatically on loading. No need to put them in a postscript.

- Bert -


_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys Inbox: Sound-kfr.22.mcz

Karl Ramberg
On Thu, Feb 23, 2012 at 1:37 PM, Bert Freudenberg <[hidden email]> wrote:

>
> On 22.02.2012, at 20:47, [hidden email] wrote:
>
>> A new version of Sound was added to project Etoys Inbox:
>> http://source.squeak.org/etoysinbox/Sound-kfr.22.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Sound-kfr.22
>> Author: kfr
>> Time: 22 February 2012, 9:47:05 pm
>> UUID: 4f8af511-6b9f-8f43-855d-e8effd74b6cd
>> Ancestors: Sound-kfr.21
>>
>> Use postscript, not preamble.
>>
>> =============== Diff against Sound-kfr.21 ===============
>>
>> Item was changed:
>>  (PackageInfo named: 'Sound') preamble: '"below, add code to be run before the loading of this package"
>>
>> + '!
>> - SoundPlayer initialize'!
>>
>> Item was added:
>> + (PackageInfo named: 'Sound') postscript: '"below, add code to be run after the loading of this package"
>> +
>> + SoundPlayer initialize'!
>
>
> Changed class initialize methods are executed automatically on loading. No need to put them in a postscript.
>
> - Bert -

Ok
I did not know that

Karl
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev