Hi, all,
something that is a major inconvenience: with todays default configuration of moose, a bunch of glamour basic examples hang Pharo. I submitted a bugreport: http://code.google.com/p/moose-technology/issues/detail?id=258 that uses one case but there are many more. Select something in a list and the image hangs.
A bit of a shame, I wanted to play around with Glamour to implement the control panel for AspectMaps, but now I cannot do anything at all :-(
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Hi Johan,
That's strange because it works for me. I executed GLMBasicExamples new treeWithMenu openOn: #(($a $b $c $d) ($e $f) ($g $h $i $j $l)) and I am able to unfold items.
How did you load Glamour? With "ConfigurationOfGlamour loadDefault" ?
Alexandre
On 10 Dec 2009, at 20:35, Johan Fabry wrote:
Hi, all,
something that is a major inconvenience: with todays default configuration of moose, a bunch of glamour basic examples hang Pharo. I submitted a bugreport: http://code.google.com/p/moose-technology/issues/detail?id=258 that uses one case but there are many more. Select something in a list and the image hangs.
A bit of a shame, I wanted to play around with Glamour to implement the control panel for AspectMaps, but now I cannot do anything at all :-(
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Heh, that's funny ...
it's broken with a ConfigurationOfMoose updateDefault its fixed if then I do a ConfigurationOfGlamour loadDefault
So the problem then is that ConfigurationOfMoose updateDefault leaves Glamour in a broken state.
On 10 Dec 2009, at 20:51, Alexandre Bergel wrote:
Hi Johan,
That's strange because it works for me. I executed GLMBasicExamples new treeWithMenu openOn: #(($a $b $c $d) ($e $f) ($g $h $i $j $l)) and I am able to unfold items.
How did you load Glamour? With "ConfigurationOfGlamour loadDefault" ?
Alexandre
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Strange...
Alexandre
On 10 Dec 2009, at 21:01, Johan Fabry wrote:
Heh, that's funny ...
it's broken with a ConfigurationOfMoose updateDefault its fixed if then I do a ConfigurationOfGlamour loadDefault
So the problem then is that ConfigurationOfMoose updateDefault leaves Glamour in a broken state.
On 10 Dec 2009, at 20:51, Alexandre Bergel wrote:
Hi Johan,
That's strange because it works for me. I executed GLMBasicExamples new treeWithMenu openOn: #(($a $b $c $d) ($e $f) ($g $h $i $j $l)) and I am able to unfold items.
How did you load Glamour? With "ConfigurationOfGlamour loadDefault" ?
Alexandre
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi,
Would it be possible to give more information about the problem?
Did you do a ConfigurationOfGlamour loadDefault in a fresh image or was it in the same image that was broken after you did ConfigurationOfMoose updateDefault?
Cheers, Doru
On 11 Dec 2009, at 01:07, Alexandre Bergel wrote:
Strange...
Alexandre
On 10 Dec 2009, at 21:01, Johan Fabry wrote:
Heh, that's funny ...
it's broken with a ConfigurationOfMoose updateDefault its fixed if then I do a ConfigurationOfGlamour loadDefault
So the problem then is that ConfigurationOfMoose updateDefault leaves Glamour in a broken state.
On 10 Dec 2009, at 20:51, Alexandre Bergel wrote:
Hi Johan,
That's strange because it works for me. I executed GLMBasicExamples new treeWithMenu openOn: #(($a $b $c $d) ($e $f) ($g $h $i $j $l)) and I am able to unfold items.
How did you load Glamour? With "ConfigurationOfGlamour loadDefault" ?
Alexandre
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Hi,
By looking at the issue 257, I believe the problem was that when doing ConfigurationOfMoose updateDefault, the Morphic-MorphTreeMorph package did not update.
Could you reproduce the problem? This would be important because we thought we solved the issue in Metacello.
Cheers, Doru
On 11 Dec 2009, at 08:34, Tudor Girba wrote:
Hi,
Would it be possible to give more information about the problem?
Did you do a ConfigurationOfGlamour loadDefault in a fresh image or was it in the same image that was broken after you did ConfigurationOfMoose updateDefault?
Cheers, Doru
On 11 Dec 2009, at 01:07, Alexandre Bergel wrote:
Strange...
Alexandre
On 10 Dec 2009, at 21:01, Johan Fabry wrote:
Heh, that's funny ...
it's broken with a ConfigurationOfMoose updateDefault its fixed if then I do a ConfigurationOfGlamour loadDefault
So the problem then is that ConfigurationOfMoose updateDefault leaves Glamour in a broken state.
On 10 Dec 2009, at 20:51, Alexandre Bergel wrote:
Hi Johan,
That's strange because it works for me. I executed GLMBasicExamples new treeWithMenu openOn: #(($a $b $c $d) ($e $f) ($g $h $i $j $l)) and I am able to unfold items.
How did you load Glamour? With "ConfigurationOfGlamour loadDefault" ?
Alexandre
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
-- www.tudorgirba.com
"Value is always contextual."
Hi,
I did a ConfigurationOfGlamour loadDefault in the broken image and then it worked.
I have been trying to reconstruct an image that is broken in the same way for a while now, but I'm not succeeding. So I'm sorry to say that I cant get a reproducible test case for you. :-( Maybe that's good news, it means that there is a low chance that this will happen again ...
On 11 Dec 2009, at 04:34, Tudor Girba wrote:
Hi,
Would it be possible to give more information about the problem?
Did you do a ConfigurationOfGlamour loadDefault in a fresh image or was it in the same image that was broken after you did ConfigurationOfMoose updateDefault?
Cheers, Doru
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Thanks Johan,
What I believe happened was that you had an older version of Glamour and Morphic-MorphTreeWidget. When you updated from the ConfigurationOfMoose, Glamour updated, but Morphic-MorphTreeWidget did not update and hence your problems.
I believe this is related to the issue I just posted to the metacello mailing list.
Cheers, Doru
On 11 Dec 2009, at 13:43, Johan Fabry wrote:
Hi,
I did a ConfigurationOfGlamour loadDefault in the broken image and then it worked.
I have been trying to reconstruct an image that is broken in the same way for a while now, but I'm not succeeding. So I'm sorry to say that I cant get a reproducible test case for you. :-( Maybe that's good news, it means that there is a low chance that this will happen again ...
On 11 Dec 2009, at 04:34, Tudor Girba wrote:
Hi,
Would it be possible to give more information about the problem?
Did you do a ConfigurationOfGlamour loadDefault in a fresh image or was it in the same image that was broken after you did ConfigurationOfMoose updateDefault?
Cheers, Doru
-- Johan Fabry jfabry@dcc.uchile.cl - http://dcc.uchile.cl/~jfabry PLEIAD Lab - Computer Science Department (DCC) - University of Chile
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"We are all great at making mistakes."