[squeak-dev] The Trunk: Tests-nice.255.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 24 22:52:04 UTC 2013


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.!



More information about the Squeak-dev mailing list