Vanessa Freudenberg uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-codefrau.1374.mcz==================== Summary ====================
Name: Kernel-codefrau.1374
Author: codefrau
Time: 18 February 2021, 2:44:41.361952 pm
UUID: 69ebed8c-9b16-43ab-9610-2aaef6f932b5
Ancestors: Kernel-eem.1373
Move bytecodeSetName to BytecodeEncoder
=============== Diff against Kernel-eem.1373 ===============
Item was changed:
----- Method: CompiledCode>>bytecodeSetName (in category 'accessing') -----
bytecodeSetName
+ ^self encoderClass bytecodeSetName!
- ^self encoderClass name copyReplaceAll: 'EncoderFor' with: ''!