The Trunk: Tests-nice.255.mcz

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

The Trunk: Tests-nice.255.mcz

commits-2
Nicolas Cellier uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-nice.255.mcz

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

Name: Tests-nice.255
Author: nice
Time: 25 September 2013, 12:51:27.231 am
UUID: ec22dabf-1a7e-45fd-a2b3-caa4d86b4ae2
Ancestors: Tests-fbs.254

WantsChangeSetLogging wantsChangeSetLogging mustBeBoolean to correctly record the change in current ChangeSet during package load.

=============== Diff against Tests-fbs.254 ===============

Item was changed:
  ----- Method: WantsChangeSetLogging class>>wantsChangeSetLogging (in category 'compiling') -----
  wantsChangeSetLogging
+ ^ WantsChangeSetLoggingFlag ifNil: [^true]!
- ^ WantsChangeSetLoggingFlag.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Tests-nice.255.mcz

Frank Shearar-3
On 24 September 2013 23:51,  <[hidden email]> wrote:

> Nicolas Cellier uploaded a new version of Tests to project The Trunk:
> http://source.squeak.org/trunk/Tests-nice.255.mcz
>
> ==================== Summary ====================
>
> Name: Tests-nice.255
> Author: nice
> Time: 25 September 2013, 12:51:27.231 am
> UUID: ec22dabf-1a7e-45fd-a2b3-caa4d86b4ae2
> Ancestors: Tests-fbs.254
>
> WantsChangeSetLogging wantsChangeSetLogging mustBeBoolean to correctly record the change in current ChangeSet during package load.
>
> =============== Diff against Tests-fbs.254 ===============
>
> Item was changed:
>   ----- Method: WantsChangeSetLogging class>>wantsChangeSetLogging (in category 'compiling') -----
>   wantsChangeSetLogging
> +       ^ WantsChangeSetLoggingFlag ifNil: [^true]!
> -       ^ WantsChangeSetLoggingFlag.!

Gah. Thanks, Nicolas!

frank