Re: [Pharo-project] [update 2.0] #20578

2013-03-05 Thread Pavel Krivanek
Hi, the problem is that you have added the new dependency on RPackage to the Kernel, namely to ClassDescriptionaddAndClassifySelector:withMethod:inProtocol:notifying:. I solved it with a next little hack in the loading script but we should rethink the role in RPackage in the kernel. And I think

Re: [Pharo-project] [update 2.0] #20578

2013-03-05 Thread Stéphane Ducasse
On Mar 5, 2013, at 9:53 AM, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi, the problem is that you have added the new dependency on RPackage to the Kernel, namely to ClassDescriptionaddAndClassifySelector:withMethod:inProtocol:notifying:. I think that RPackage should be in the core

Re: [Pharo-project] [update 2.0] #20578

2013-03-05 Thread Esteban Lorenzano
the dependence was introduced because it is needed to inform the system about certain system changes (concretely, method moved and method repackaged). of course, we can refactor it (in 3.0) On Mar 5, 2013, at 8:18 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Mar 5, 2013, at 9:53

Re: [Pharo-project] [update 2.0] #20578

2013-03-02 Thread Pavel Krivanek
This update broke some Pharo Kernel jobs. I will look at it later. -- Pavel On Fri, Mar 1, 2013 at 3:16 PM, Esteban Lorenzano esteba...@gmail.com wrote: 20578 - Issue 7617: make NBExternalEnumeration a subclass of SharedPool again

[Pharo-project] [update 2.0] #20578

2013-03-01 Thread Esteban Lorenzano
20578 - Issue 7617: make NBExternalEnumeration a subclass of SharedPool again https://code.google.com/p/pharo/issues/detail?id=7617 Issue 7605: moving a method into an extension does not notify the monticello package