[Pharo-project] [update 2.0] #20262
20262 ----- Issue 6585: Fuel has ref to non-existing FLPackageLoader http://code.google.com/p/pharo/issues/detail?id=6585 Issue 6582: ComposableModel >> #instantiateModels: is broken http://code.google.com/p/pharo/issues/detail?id=6582 -- Marcus Denker -- http://marcusdenker.de
The image is broken, it cannot add new methods :( it requires to add MethodAdded>>newMethod or similar hack -- Pavel On Tue, Aug 21, 2012 at 12:58 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
20262 -----
Issue 6585: Fuel has ref to non-existing FLPackageLoader http://code.google.com/p/pharo/issues/detail?id=6585
Issue 6582: ComposableModel >> #instantiateModels: is broken http://code.google.com/p/pharo/issues/detail?id=6582
-- Marcus Denker -- http://marcusdenker.de
On Aug 21, 2012, at 2:52 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
The image is broken, it cannot add new methods :( it requires to add MethodAdded>>newMethod or similar hack
The strange thing is that it worked. What I did was: -> DL the image (after tests where run on Mac and linux, so it works) -> Ran "ScriptLoader new cleanUpForRelease" -> put that image on gforge -> used it as the seed for jenkins The resulting image now has problems, I have no idea why.
-- Pavel
On Tue, Aug 21, 2012 at 12:58 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
20262 -----
Issue 6585: Fuel has ref to non-existing FLPackageLoader http://code.google.com/p/pharo/issues/detail?id=6585
Issue 6582: ComposableModel >> #instantiateModels: is broken http://code.google.com/p/pharo/issues/detail?id=6582
-- Marcus Denker -- http://marcusdenker.de
-- Marcus Denker -- http://marcusdenker.de
I only guess. Maybe the RecentMessageList was not working well before so the error was not visible. -- Pavel On Tue, Aug 21, 2012 at 2:56 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Aug 21, 2012, at 2:52 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
The image is broken, it cannot add new methods :( it requires to add MethodAdded>>newMethod or similar hack
The strange thing is that it worked.
What I did was:
-> DL the image (after tests where run on Mac and linux, so it works) -> Ran "ScriptLoader new cleanUpForRelease" -> put that image on gforge -> used it as the seed for jenkins
The resulting image now has problems, I have no idea why.
-- Pavel
On Tue, Aug 21, 2012 at 12:58 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
20262 -----
Issue 6585: Fuel has ref to non-existing FLPackageLoader http://code.google.com/p/pharo/issues/detail?id=6585
Issue 6582: ComposableModel >> #instantiateModels: is broken http://code.google.com/p/pharo/issues/detail?id=6582
-- Marcus Denker -- http://marcusdenker.de
-- Marcus Denker -- http://marcusdenker.de
On Aug 21, 2012, at 3:01 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
I only guess. Maybe the RecentMessageList was not working well before so the error was not visible.
Ok, I think the easiest is to go back the the image where the bug is hidden, update that and then it should work even with an image saved and cleaned... I will do that now.
-- Pavel
On Tue, Aug 21, 2012 at 2:56 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Aug 21, 2012, at 2:52 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
The image is broken, it cannot add new methods :( it requires to add MethodAdded>>newMethod or similar hack
The strange thing is that it worked.
What I did was:
-> DL the image (after tests where run on Mac and linux, so it works) -> Ran "ScriptLoader new cleanUpForRelease" -> put that image on gforge -> used it as the seed for jenkins
The resulting image now has problems, I have no idea why.
-- Pavel
On Tue, Aug 21, 2012 at 12:58 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
20262 -----
Issue 6585: Fuel has ref to non-existing FLPackageLoader http://code.google.com/p/pharo/issues/detail?id=6585
Issue 6582: ComposableModel >> #instantiateModels: is broken http://code.google.com/p/pharo/issues/detail?id=6582
-- Marcus Denker -- http://marcusdenker.de
-- Marcus Denker -- http://marcusdenker.de
-- Marcus Denker -- http://marcusdenker.de
On Aug 22, 2012, at 10:26 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Aug 21, 2012, at 3:01 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
I only guess. Maybe the RecentMessageList was not working well before so the error was not visible.
Ok, I think the easiest is to go back the the image where the bug is hidden, update that and then it should work even with an image saved and cleaned...
I will do that now.
Gitorous is down. So I have to wait. Marcus -- Marcus Denker -- http://marcusdenker.de
On Wed, Aug 22, 2012 at 11:15 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Aug 22, 2012, at 10:26 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Aug 21, 2012, at 3:01 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
I only guess. Maybe the RecentMessageList was not working well before so the error was not visible.
Ok, I think the easiest is to go back the the image where the bug is hidden, update that and then it should work even with an image saved and cleaned...
I will do that now.
Gitorous is down. So I have to wait.
Marcus
BTW, it seems that Recent Message List is really not working well. It doesn't log new message changes since 20236 - the switch to Announcements. -- Pavel
-- Marcus Denker -- http://marcusdenker.de
On Aug 22, 2012, at 11:15 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Aug 22, 2012, at 10:26 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Aug 21, 2012, at 3:01 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
I only guess. Maybe the RecentMessageList was not working well before so the error was not visible.
Ok, I think the easiest is to go back the the image where the bug is hidden, update that and then it should work even with an image saved and cleaned...
I will do that now.
Gitorous is down. So I have to wait.
Ok, so 2.0 looks good again. Just 3 tests failing (tests are run on Mac and Linux, just not win). Marcus -- Marcus Denker -- http://marcusdenker.de
participants (3)
-
Marcus Denker -
Pavel Krivanek -
Sven Van Caekenberghe