Oct. 13, 2015
8:01 p.m.
On 09 Oct 2015, at 13:47, Marcus Denker <marcus.denker@inria.fr> wrote:
Hi,
The mechanism that is behind the MetaLinks is now working for Object 50378:
Object methods do: #createTwin. Object methods do: #invalidate.
This means we are very close on having that working on the whole image.
Next steps:
-> invalidate the whole kernel.
Done. in 50384: Object package methods do: [ :method | method createTwin. method invalidate]. Marcus