[Pharo-project] slices does not work anymore in Pharo1.4
Hi guys. Someting really weird is happening in Pharo. I have 3 dirty packages: Kernel, KernelTests and ScriptLoader14. I have created an issue and select those 3 packages. But when the slice is created, it the MonticelloBrowser, it shows only one dependency: ScriptLoader14. So..it misses Kernel and KernelTests. What is worst, is that if I then commit such slice and I see the commits details, it says: "Dependencies: Kernel-MarianoMartinezPeck.940, ScriptLoader14-MarianoMartinezPeck.175" WTF? now it shows 2 instead of 3 ? Can someone reprouce this problem? I think it may be related to the selection focus in the UI. Cheers -- Mariano http://marianopeck.wordpress.com
strange. BTW normally scriptLoader should not be added to slice since this a private and strange package. Stef On Sep 18, 2011, at 8:17 PM, Mariano Martinez Peck wrote:
Hi guys. Someting really weird is happening in Pharo. I have 3 dirty packages: Kernel, KernelTests and ScriptLoader14. I have created an issue and select those 3 packages. But when the slice is created, it the MonticelloBrowser, it shows only one dependency: ScriptLoader14. So..it misses Kernel and KernelTests. What is worst, is that if I then commit such slice and I see the commits details, it says: "Dependencies: Kernel-MarianoMartinezPeck.940, ScriptLoader14-MarianoMartinezPeck.175" WTF? now it shows 2 instead of 3 ?
Can someone reprouce this problem? I think it may be related to the selection focus in the UI.
Cheers
-- Mariano http://marianopeck.wordpress.com
On Sun, Sep 18, 2011 at 10:00 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
strange. BTW normally scriptLoader should not be added to slice since this a private and strange package.
Yes, but #cleanUpForProduction was there, and I needed to fix that. So....in fact, we should move that method and it friends to a new class.
Stef
On Sep 18, 2011, at 8:17 PM, Mariano Martinez Peck wrote:
Hi guys. Someting really weird is happening in Pharo. I have 3 dirty packages: Kernel, KernelTests and ScriptLoader14. I have created an issue and select those 3 packages. But when the slice is created, it the MonticelloBrowser, it shows only one dependency: ScriptLoader14. So..it misses Kernel and KernelTests. What is worst, is that if I then commit such slice and I see the commits details, it says: "Dependencies: Kernel-MarianoMartinezPeck.940, ScriptLoader14-MarianoMartinezPeck.175" WTF? now it shows 2 instead of 3 ?
Can someone reprouce this problem? I think it may be related to the selection focus in the UI.
Cheers
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
participants (2)
-
Mariano Martinez Peck -
Stéphane Ducasse