[squeak-dev] The Inbox: Monticello-jr.707.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Dec 29 17:42:21 UTC 2019


A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-jr.707.mcz

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

Name: Monticello-jr.707
Author: jr
Time: 29 December 2019, 6:42:29.985327 pm
UUID: 5f498b54-b255-a140-bd55-c5f01b5b03ca
Ancestors: Monticello-ct.706

Don't log source if system changes are suppressed.

To be able to make some tests less noisy in the changes file.

=============== Diff against Monticello-ct.706 ===============

Item was changed:
  ----- Method: MCMethodDefinition>>asMethodAddition (in category 'converting') -----
  asMethodAddition
  	^MethodAddition new
  		compile: source
  		classified: category
  		withStamp: timeStamp
  		notifying: nil
+ 		logSource: SystemChangeNotifier uniqueInstance isBroadcasting
- 		logSource: true
  		inClass: self actualClass.!



More information about the Squeak-dev mailing list