So SmalltalkHub went red for about a week ago https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/. The issue is related to grease stuff, because while configuration is loading, you get "MessageNotUnderstood: GRPackage>>includesSelector:ofClassName:". Any quick ideas how this can be solved, or I should investigate it from 0. Cheers. Uko
I'd say something related to RPackage instead of packageInfo. Esteban can give you a clue. 2013/10/9 Yuriy Tymchuk <yuriy.tymchuk@me.com>
So SmalltalkHub went red for about a week ago https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/. The issue is related to grease stuff, because while configuration is loading, you get "MessageNotUnderstood: GRPackage>>includesSelector:ofClassName:". Any quick ideas how this can be solved, or I should investigate it from 0.
Cheers. Uko
the problem is that grease redefined the message packages on classes. So what can we do? packages is not a message that should be changed like class. Stef On Oct 9, 2013, at 1:40 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
So SmalltalkHub went red for about a week ago https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/. The issue is related to grease stuff, because while configuration is loading, you get "MessageNotUnderstood: GRPackage>>includesSelector:ofClassName:". Any quick ideas how this can be solved, or I should investigate it from 0.
Cheers. Uko
Do you know who is working with grease? It doesn't sound too hard to solve this. Uko On Oct 9, 2013, at 2:47 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
the problem is that grease redefined the message packages on classes. So what can we do? packages is not a message that should be changed like class.
Stef
On Oct 9, 2013, at 1:40 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
So SmalltalkHub went red for about a week ago https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/. The issue is related to grease stuff, because while configuration is loading, you get "MessageNotUnderstood: GRPackage>>includesSelector:ofClassName:". Any quick ideas how this can be solved, or I should investigate it from 0.
Cheers. Uko
On Wed, Oct 9, 2013 at 4:47 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Do you know who is working with grease? It doesn't sound too hard to solve this.
Grease is maintained by the Seaside team. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On Wed, Oct 9, 2013 at 4:47 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Do you know who is working with grease? It doesn't sound too hard to solve this.
and Grease seems to be ok: https://ci.inria.fr/pharo-contribution/job/Grease/ -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Yes, I should ask them for help. Thank you On Oct 9, 2013, at 5:48 PM, Damien Cassou <damien.cassou@gmail.com> wrote:
On Wed, Oct 9, 2013 at 4:47 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Do you know who is working with grease? It doesn't sound too hard to solve this.
and Grease seems to be ok: https://ci.inria.fr/pharo-contribution/job/Grease/
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
so is seaside: https://ci.inria.fr/pharo-contribution/job/Seaside/ On 2013-10-09, at 17:48, Damien Cassou <damien.cassou@gmail.com> wrote:
On Wed, Oct 9, 2013 at 4:47 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Do you know who is working with grease? It doesn't sound too hard to solve this.
and Grease seems to be ok: https://ci.inria.fr/pharo-contribution/job/Grease/
Yes, running the Grease/Seaside tests works fine. But, you will only see the "packages" problems when you do something with packages. So you will have to trigger RPackage tests to notice the issue. After all, you spotted the issue by running the Pharo regression tests after loading Moose/Grease/Seaside. Doru On Wed, Oct 9, 2013 at 9:28 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
so is seaside: https://ci.inria.fr/pharo-contribution/job/Seaside/
On 2013-10-09, at 17:48, Damien Cassou <damien.cassou@gmail.com> wrote:
On Wed, Oct 9, 2013 at 4:47 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Do you know who is working with grease? It doesn't sound too hard to solve this.
and Grease seems to be ok: https://ci.inria.fr/pharo-contribution/job/Grease/
-- www.tudorgirba.com "Every thing has its own flow"
Hi everyone, are there any news on this issue? I tried to load SmalltalkHub into a new Pharo 2.0 image yesterday and was hit by this. Best, Manfred On Wed, Oct 9, 2013 at 9:33 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
Yes, running the Grease/Seaside tests works fine. But, you will only see the "packages" problems when you do something with packages. So you will have to trigger RPackage tests to notice the issue.
After all, you spotted the issue by running the Pharo regression tests after loading Moose/Grease/Seaside.
Doru
On Wed, Oct 9, 2013 at 9:28 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
so is seaside: https://ci.inria.fr/pharo-contribution/job/Seaside/
On 2013-10-09, at 17:48, Damien Cassou <damien.cassou@gmail.com> wrote:
On Wed, Oct 9, 2013 at 4:47 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Do you know who is working with grease? It doesn't sound too hard to solve this.
and Grease seems to be ok: https://ci.inria.fr/pharo-contribution/job/Grease/
-- www.tudorgirba.com
"Every thing has its own flow"
Yes, we need to look at this issue. I'll do that when I'll be back from Argentina in a week or so. Nico Manfred Kröhnert writes:
Hi everyone,
are there any news on this issue? I tried to load SmalltalkHub into a new Pharo 2.0 image yesterday and was hit by this.
Best, Manfred
On Wed, Oct 9, 2013 at 9:33 PM, Tudor Girba <tudor@tudorgirba.com> wrote:
Yes, running the Grease/Seaside tests works fine. But, you will only see the "packages" problems when you do something with packages. So you will have to trigger RPackage tests to notice the issue.
After all, you spotted the issue by running the Pharo regression tests after loading Moose/Grease/Seaside.
Doru
On Wed, Oct 9, 2013 at 9:28 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
so is seaside: https://ci.inria.fr/pharo-contribution/job/Seaside/
On 2013-10-09, at 17:48, Damien Cassou <damien.cassou@gmail.com> wrote:
On Wed, Oct 9, 2013 at 4:47 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Do you know who is working with grease? It doesn't sound too hard to solve this.
and Grease seems to be ok: https://ci.inria.fr/pharo-contribution/job/Grease/
-- www.tudorgirba.com
"Every thing has its own flow"
-- Nicolas Petton http://nicolas-petton.fr
participants (8)
-
Camillo Bruni -
Clément Bera -
Damien Cassou -
Manfred Kröhnert -
Nicolas Petton -
Stéphane Ducasse -
Tudor Girba -
Yuriy Tymchuk