Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 774 by santiago...(a)gmail.com: MNU error after selecting data
using GLMStacker
http://code.google.com/p/moose-technology/issues/detail?id=774
Running the script:
| browser browserB|
browser := GLMTabulator new.
browser
row: [ :r | r column: #columnA; column: #columnB ].
browser transmit to: #columnA; andShow: [ :a |
a list display: #('Value 1' 'Value 2' 'Value 3' 'Value 1').
].
browserB:=GLMStacker new.
browserB aPane: #data; aPane: #AdditionalInformation1; aPane:
#AdditionalInformation2.
browserB transmit to:#data; andShow: [ :a |
a titleIcon: GLMUIThemeExtraIcons glamorousBrowse ;title:'Data'.
a list display:#('data A' 'data B' 'data C').
].
browserB transmit from:#data; to:#AdditionalInformation1; andShow: [ :a |
a titleIcon: GLMUIThemeExtraIcons glamorousAccept ;title:'Additional
Information 1'.
a text display:'something'.
].
browser transmit from: #columnA; to: #columnB; andShow: [ :a |
a custom: browserB.
].
browser openOn: MooseModel root allModels anyOne.
I received the following error after selecting "data A" "data B" or "data
C": MessageNotUnderstood; receiver of "fullBounds" is nil.
Updates:
Summary: Menssana does not understand set reference value...
Comment #2 on issue 760 by usman.bh...(a)gmail.com: Menssana does not
understand set reference value...
http://code.google.com/p/moose-technology/issues/detail?id=760
UndefinedObject(Object)>>doesNotUnderstand: #attributeKeyFrom:
Hi,
I added a first try for Kiviat diagrams in EyeSee. So, just a first try and
still many things to do.
You can check the examples in ESExamples>>kiviat*
Below you can see some images.
regards,
--
Andre Hora
50 failed tests.
Since I am familiar with Mondrian, I checked some of the failed tests of it.
Most of the error happens because of some collection comparison. Is it due to the last change of the collection hierarchy? Camillo?
The sunit integration in Nautilus really need some work. The images easily hangs. Apparently the tests are run in the background or something. Nor sure whether this is necessary. If you have 10 failed tests, then you end up with 10 opened debuggers.
Cheers,
Alexandre
On 17 Mar 2012, at 17:52, admin(a)moosetechnology.org wrote:
> See <http://hudson.moosetechnology.org/job/moose-latest-dev/891/>
>
>
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
I managed to get Nautilus to load properly (the problems were mostly resolved by updating Pharo). So, now we have Nautilus back in the Moose image with refactoring support.
Cheers,
Doru
--
www.tudorgirba.com
"One cannot do more than one can do."
Hi!
Moose is able to process code written in Smalltak, a dynamically typed languages. Is there other platform that would work with python, ruby or groovy?
I did some googling, but nothing apparent emerged.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I updated Pharo to the latest version.
It looks like multiple tests fail because something changed in the computation of allRecursiveTypes.
Cheers,
Doru
On 15 Mar 2012, at 22:48, Alexandre Bergel wrote:
> How comes there are so many failed tests ?
>
> Alexandre
>
>
> On 15 Mar 2012, at 16:46, admin(a)moosetechnology.org wrote:
>
>> See <http://hudson.moosetechnology.org/job/moose-latest-dev/886/>
>>
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
Hi,
I used it for various forms of dates. What is the question?
Cheers,
Doru
On 14 Mar 2012, at 16:24, Friedrich Dominicus wrote:
> I wonder if anyone has used PetitParser to parse dates in diverse
> formats.
> e.g
> 01/01/2012
> 07/31/2012
>
> And with failures on things like
> 2012-07-32 or
> 2012-13-01 or
> 2012-02-30 or
> 2011-02-29
>
> Regards
> Friedrich
>
>
>
>
>
> --
> Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim
> Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus
>
--
www.tudorgirba.com
"One cannot do more than one can do."
Thanks a lot. I just needed to set the author before compiling and it worked! Now we have 3 tests that fail. I
I guess this is a pharo issue. Could you report it?
Cheers,
Doru
Sent from my iPhone
On Mar 14, 2012, at 17:21, Alexandre Bergel <abergel(a)dcc.uchile.cl> wrote:
> Apparently, this will also fix the Fame failing tests :-)
> Today is a good day :-)
>
> Alexandre
>
>
> On 14 Mar 2012, at 10:07, Alexandre Bergel wrote:
>
>> I lunched a headless image and checked what happened. Apparently instances of InputEventSensor are not properly initialized in a headless mode. This seems to solve the Glamour failing tests.
>>
>> Can you try something? In the script you use to lunch the tests, can you add before running the tests?
>> -=-=-=-=-=-=-=-=-=-=-=-=
>> InputEventSensor compile: 'initialize
>> super initialize.
>> eventQueue := WaitfreeQueue new.
>> mouseButtons := 0.
>> mousePosition := 0 @ 0.
>> modifiers := 0 '.
>> InputEventSensor allInstances do: #initialize.
>> -=-=-=-=-=-=-=-=-=-=-=-=
>>
>> I suspect this will help. No idea whether this will solve the Fame problem or not.
>>
>> Cheers,
>> Alexandre
>>
>>
>>
>> On 14 Mar 2012, at 07:55, Tudor Girba wrote:
>>
>>> Hi,
>>>
>>> This is the only test that is like this. The other failures I cannot
>>> reproduce locally.
>>>
>>> It would be great if you could take a look and see if you can reproduce them.
>>>
>>> Cheers,
>>> Doru
>>>
>>> On Wed, Mar 14, 2012 at 1:42 PM, Alexandre Bergel
>>> <alexandre.bergel(a)me.com> wrote:
>>>> We have those 12 failing test since a long time already.
>>>> I checked some of the tests, and apparently they are due to the underlying Morph. For example:
>>>> | browser |
>>>> browser := GLMExpander new.
>>>> browser show: [ :a | a text ].
>>>> window := browser openOn: #(#a #b #c).
>>>>
>>>> testCreation expect to have "window submorphs last class == MorphTreeMorph", however it gets GeneralScrollPane. Shouldn't the test be simply updated?
>>>>
>>>> Is there anything I could do to help?
>>>>
>>>> Cheers,
>>>> Alexandre
>>>>
>>>> On 14 Mar 2012, at 06:15, admin(a)moosetechnology.org wrote:
>>>>
>>>>> See <http://hudson.moosetechnology.org/job/moose-latest-dev/881/>
>>>>>
>>>>>
>>>>
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> www.tudorgirba.com
>>>
>>> "Every thing has its own flow"
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>