Re: [Pharo-project] Pharo Kernel break...
On Mar 4, 2012, at 10:32 AM, Pavel Krivanek wrote:
Hi,
I shortly looked at it. To reproduce the key problem without need to start shrinking process we may use this expression.
Behavior removeCategory: '*Deprecated14'
Strange... a workaroung would do to just unload it with Monticello instead. We should merge the shrinking of #cleanUpForProduction with the one of the Kernel... Marcus -- Marcus Denker -- http://marcusdenker.de
On Sun, Mar 4, 2012 at 11:27 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Mar 4, 2012, at 10:32 AM, Pavel Krivanek wrote:
Hi,
I shortly looked at it. To reproduce the key problem without need to start shrinking process we may use this expression.
Behavior removeCategory: '*Deprecated14'
Strange... a workaroung would do to just unload it with Monticello instead.
This should remove everything including Monticello so the extra step would be necessary. However the problem lies in the fact that this category is placed in the trait TPureBehavior. I will look at it. -- Pavel
We should merge the shrinking of #cleanUpForProduction with the one of the Kernel...
    Marcus
-- Marcus Denker -- http://marcusdenker.de
I created a fix http://code.google.com/p/pharo/issues/detail?id=5438 -- Pavel On Sun, Mar 4, 2012 at 12:42 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
On Sun, Mar 4, 2012 at 11:27 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Mar 4, 2012, at 10:32 AM, Pavel Krivanek wrote:
Hi,
I shortly looked at it. To reproduce the key problem without need to start shrinking process we may use this expression.
Behavior removeCategory: '*Deprecated14'
Strange... a workaroung would do to just unload it with Monticello instead.
This should remove everything including Monticello so the extra step would be necessary. However the problem lies in the fact that this category is placed in the trait TPureBehavior. I will look at it.
-- Pavel
We should merge the shrinking of #cleanUpForProduction with the one of the Kernel...
    Marcus
-- Marcus Denker -- http://marcusdenker.de
participants (2)
-
Marcus Denker -
Pavel Krivanek