Nov. 9, 2015
7:13 p.m.
On 13 Oct 2015, at 17:01, Marcus Denker <marcus.denker@inria.fr> wrote:
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].
As of 50#429, this is now working for the complete system⦠(silly bug in the end, like alwaysâ¦). Marcus