2015-08-24 18:21 GMT+02:00 stepharo <stepharo@free.fr>:This is really nice to have people like you guys around.
This is a really nice example where the sum is more than its elements
Stef
Le 24/8/15 16:44, Thierry Goubier a ��crit��:
2015-08-24 16:32 GMT+02:00 Marcus Denker <marcus.denker@inria.fr>:
>
> solves loading Sven test packages. Marcus, can you try on yours?
>
Yes! Very good!
Slice pushed to 16358. We'll see what the tests say.
Why has it started to fail? All the involved code is old.
Thierry���� �� �� �� Marcus
Great, Thierrys solution works.
But I think there is still a problem with RGMethodDefinition. We callself compiledMethodon a RGMethodDefintion, the implementation *always* returns the compiled method from the system, ifit exists (regardless whether this ring method is active or not).
I think we should either- don't call #compiledMethod on ring definitions- always return nil for not active definitions- for non active definitions: create a compiled method on demandwhat do you think?
��