[squeak-dev] The Trunk: Compiler-mt.459.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jul 21 08:51:34 UTC 2021


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

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

Name: Compiler-mt.459
Author: mt
Time: 21 July 2021, 10:51:32.236807 am
UUID: 16065aa8-3f46-4a0d-95d2-ceff9f227104
Ancestors: Compiler-nice.458

Complements System-mt.1240

=============== Diff against Compiler-nice.458 ===============

Item was changed:
  ----- Method: MethodNode>>asColorizedSmalltalk80Text (in category 'converting') -----
  asColorizedSmalltalk80Text
  	"Answer a colorized Smalltalk-80-syntax string description of the parse tree whose root is the receiver."
  
  	| printText |
  	printText := self printString asText.
+ 	^(TextStyler for: #Smalltalk)
- 	^(Smalltalk at: #SHTextStylerST80 ifAbsent: [nil])
  		ifNotNil: [:stylerClass| stylerClass new styledTextFor: printText]
  		ifNil: [printText]!



More information about the Squeak-dev mailing list