I was checkin the fix⦠as it fixes the original issue that made us turn off this feature, I think it is good to add to Pharo4, too. I will add an issue for Pharo5 and itegrate there first for testing. (And later we can use this as an example for the new reflective features of Pharo5⦠Right now this is implemented with a simple compiled method wrapper, which we can replace with a meta-link on the method later). Marcus
On 28 Apr 2015, at 08:11, Marcus Denker <marcus.denker@inria.fr> wrote:
Another thing is that Pharo4 is now stable⦠we try to only fix real show stoppers.
And in all cases, we do it first in the current development version (Pharo5 now).
On 28 Apr 2015, at 02:57, Sergio Fedi <sergio.fedi@gmail.com> wrote:
Uploaded and marked as solved.
âLet's see how it goes.