[squeak-dev] The Trunk: Monticello-mt.765.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jan 11 11:40:01 UTC 2022


Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-mt.765.mcz

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

Name: Monticello-mt.765
Author: mt
Time: 11 January 2022, 12:40:00.591851 pm
UUID: dedd0906-7429-44ea-810b-1c4e08847650
Ancestors: Monticello-ct.764

When installing existing method additions from an .mcz archive, honor #acceptsLoggingOfCompilation.

Note that this also covers the creation of new instances of MethodAddition. Maybe we could move the check for SystemChangeNotifier from #asMethodAddition to here, too.

=============== Diff against Monticello-ct.764 ===============

Item was changed:
  ----- Method: MethodAddition>>writeSourceToLog (in category 'compiling') -----
  writeSourceToLog
+ 	(logSource and: [myClass acceptsLoggingOfCompilation]) ifTrue: [
- 	logSource ifTrue: [
  		myClass logMethodSource: text forMethodWithNode: methodAndNode 
  			inCategory: category withStamp: changeStamp notifying: requestor.
  	].
  !



More information about the Squeak-dev mailing list