Hi Stéphane --

Merged. Thanks!!

Best,
Marcel

Am 28.01.2023 00:03:19 schrieb Stéphane Rollandin <lecteur@zogotounga.net>:

Hello all,

While checking if my code works in 6.0, I noticed that a serialization
failed because a CompiledBlock is not filed out with its correct type ID
(as in DataStream>>#typeIDFor:).

Adding the entry in the TypeMap dictionary fixed the problem
(CompiledMethod was present with ID 21, but not CompiledBlock).

See the attached method.

Stef