Pharo 4.0 MethodContext Fuel
/Hi there, I'm still migration some stuff to Pharo 4.0 and am aware of the fact that MethodContext was deprecated and Context has to be used instead I'm migrating objects from Pharo 3 using Fuel - that works fine - except if an object is an instantion of a class containing blockclosures any advice ? thanks in advance Johannes /
Hi Johannes, MethodContext are a bit complicated as you know. However, remembering a bit the code, i THINK the class migration hook may work with it. Have you read: http://rmod.inria.fr/web/software/Fuel/Version1.9/Documentation/Migration Try the materialization with something like: FLMaterializer newDefault migrateClassNamed: #MethodContext toClass: Context. Cheers, On Tue, Jun 16, 2015 at 5:02 AM, Johannes Rasche Kreuzberg < Johannes@rasche-kreuzberg.de> wrote:
*Hi there, I'm still migration some stuff to Pharo 4.0 and am aware of the fact that MethodContext was deprecated and Context has to be used instead I'm migrating objects from Pharo 3 using Fuel - that works fine - except if an object is an instantion of a class containing blockclosures any advice ? thanks in advance Johannes *
-- Mariano http://marianopeck.wordpress.com
participants (2)
-
Johannes Rasche Kreuzberg -
Mariano Martinez Peck