[squeak-dev] The Trunk: Graphics-mt.453.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Dec 26 07:24:17 UTC 2021


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

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

Name: Graphics-mt.453
Author: mt
Time: 26 December 2021, 8:24:07.107619 am
UUID: fe628236-6ff5-3b40-bfec-9c4c12fc9058
Ancestors: Graphics-mt.452

Complements Kernel-mt.1437

=============== Diff against Graphics-mt.452 ===============

Item was changed:
  ----- Method: FontSet class>>acceptsLoggingOfCompilation (in category 'compiling') -----
  acceptsLoggingOfCompilation
  	"Dont log sources for my subclasses, so as not to waste time
  	and space storing printString versions of the string literals."
  
+ 	^super acceptsLoggingOfCompilation
+ 		and:
+ 			[self == FontSet]!
- 	^ self == FontSet!



More information about the Squeak-dev mailing list