[squeak-dev] The Trunk: Morphic-mt.1830.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Dec 26 07:25:14 UTC 2021


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

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

Name: Morphic-mt.1830
Author: mt
Time: 26 December 2021, 8:25:05.570619 am
UUID: d40f88d0-3806-0b46-9db9-dcddec9e5339
Ancestors: Morphic-mt.1829

Complements Kernel-mt.1437

=============== Diff against Morphic-mt.1829 ===============

Item was changed:
  ----- Method: MorphicModel class>>acceptsLoggingOfCompilation (in category 'compiling') -----
  acceptsLoggingOfCompilation
  	"Dont log sources for my automatically-generated subclasses.  Can easily switch this back when it comes to deal with Versions, etc."
  
+ 	^super acceptsLoggingOfCompilation
+ 		and:
+ 			[self == MorphicModel
+ 				or: 
+ 					[(name last isDigit) not]]!
- 	^ self == MorphicModel or: [(name last isDigit) not]!



More information about the Squeak-dev mailing list