Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ct.1255.mcz==================== Summary ====================
Name: Kernel-ct.1255
Author: ct
Time: 9 August 2019, 10:08:18.927412 pm
UUID: 2355c96f-9cc4-2f45-aebe-385f6465737e
Ancestors: Kernel-mt.1254
Propose convenience method for pragma analysis
=============== Diff against Kernel-mt.1254 ===============
Item was added:
+ ----- Method: CompiledMethod>>hasPragma: (in category 'accessing-pragmas & properties') -----
+ hasPragma: aSymbol
+
+ ^ (self pragmaAt: aSymbol) notNil!