On 28-11-17 11:01, Andreas Brodbeck wrote:
So, basically Fuel can not materialize the instances because the bytecode hash of all methods have changed, comparing 1.4 to 6.1. My feeling says that this could be a major problem for my plans to migrate from Pharo 1.4 to 6.1.
If you export the bytecode hash of the 1.4 methods, you might be able to use those to materialize again in 6.1. Or at least get a step further, as there will be more things new & renamed & missing.
Stephan