Hi!
Apparently, there is something not okay in the way isPublic and
isPrivate are computed.
The screenshot says everything.
Do I use the wrong method or something?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
A problem with IdentityDictionary.
Some references are not available.
I don't know why...
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
A problem with IdentityDictionary.
Some references are not available.
I don't know why...
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Let's say I have three panes with three collection of data: A, B, and C
I want each pane to always display its full list of data.
But, data are also interconnected: data in A points to some data in B,
which points to data in C.
So that when I select some data in a pane (say A), I dont want the
other panes to filter their data, I just want them to update their
selection.
is that currently possible in Glamour?
Some ascii art to the rescue :)
When I select a1, I want b1 and b3 selected in B, and as a consequence
c2, c4, and c5 are also selected in C
A | B | C
a1* | b1* | c1
a2 | b2 | c2*
a3 | b3* | c3
| b4 | c4*
| | c5*
--
Simon
Begin forwarded message:
> From: Lukas Renggli <renggli(a)me.com>
> Date: September 30, 2009 9:10:32 PM GMT+02:00
> To: Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> Cc: Simon Denier <simon.denier(a)inria.fr>
> Subject: Re: [Moose-dev] Re: MooseLoader load does not load Fame ?
>
> Please try again. There was something messed up dependencies. I
> think it should be fixed with the latest Gofer.
>
> It certainly is not an issue with Monticello itself. I am using
> Gofer also with some older projects on Squeak 3.9.1
>
> Lukas
>
>
> On Sep 30, 2009, at 21:08 , Stéphane Ducasse wrote:
>
>> I'm not sure that this is related to that.
>>
>> Stef
>>
>> Begin forwarded message:
>>
>>> From: Simon Denier <Simon.Denier(a)inria.fr>
>>> Date: September 30, 2009 4:36:40 PM GMT+02:00
>>> To: Simon Denier <Simon.Denier(a)inria.fr>
>>> Cc: Related to the development of Moose and other related tools <moose-dev(a)iam.unibe.ch
>>> >, Lukas Renggli <renggli(a)iam.unibe.ch>
>>> Subject: [Moose-dev] Re: MooseLoader load does not load Fame ?
>>> Reply-To: Related to the development of Moose and other related
>>> tools <moose-dev(a)iam.unibe.ch>
>>>
>>>
>>> On 30 sept. 2009, at 16:13, Simon Denier wrote:
>>>
>>>>
>>>> it could be related to last changes in gofer
>>>
>>> confirmed: works with gofer 48, not anymore with gofer 49 (fast
>>> multi package). Now there is a MC fix in the PharoInbox related to
>>> this so I guess that latest versions of gofer do not work without
>>> this fix.
>>>
>>>>
>>>>
>>>> On 30 sept. 2009, at 16:02, Alexandre Bergel wrote:
>>>>
>>>>> Squeaksource is up again. I tried, and I have the same problem
>>>>> than Jannik. I used a the last pharo-dev image available on the
>>>>> net. I used a 4.2.1 VM.
>>>>>
>>>>> Cheers,
>>>>> Alexandre
>>>>>
>>>>> On 30 Sep 2009, at 08:57, Tudor Girba wrote:
>>>>>
>>>>>> Hmm,
>>>>>>
>>>>>> I am using the 4.2.1 VM. I will try with the 4.2.2 later this
>>>>>> evening.
>>>>>>
>>>>>> Can anyone else reproduce the problem in the meantime?
>>>>>>
>>>>>> Cheers,
>>>>>> Doru
>>>>>>
>>>>>>
>>>>>> On 30 Sep 2009, at 14:53, Laval Jannik wrote:
>>>>>>
>>>>>>> I use a clean pharoCore 462 and a clean pharoDev 451.
>>>>>>> With the last VM (4.2.2)
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Sep 30, 2009, at 14:38 , Tudor Girba wrote:
>>>>>>>
>>>>>>>> Hi Jannik,
>>>>>>>>
>>>>>>>> I again cannot reproduce this problem :). I just loaded
>>>>>>>> without a problem in pharo1.0-10451-BETAdev09.09.3.
>>>>>>>>
>>>>>>>> In which Pharo version did you try to load MooseLoader?
>>>>>>>>
>>>>>>>> Doru
>>>>>>>>
>>>>>>>>
>>>>>>>> On 30 Sep 2009, at 14:13, Laval Jannik wrote:
>>>>>>>>
>>>>>>>>> "MooseLoader load" does not work.
>>>>>>>>> It makes a warning:
>>>>>>>>> "
>>>>>>>>> This package depends on the following classes:
>>>>>>>>> FMImporter
>>>>>>>>> FMPragmaProcessor
>>>>>>>>> FM3PropertyDescription
>>>>>>>>> FM3MetaDescription
>>>>>>>>> FMDomainCodeGenerator
>>>>>>>>> MOViewRenderer
>>>>>>>>> You must resolve these dependencies before you will be able
>>>>>>>>> to load these definitions:
>>>>>>>>> FM3MetaDescription>>allComplexAttributes
>>>>>>>>> FM3MetaDescription>>allPrimitiveAttributes
>>>>>>>>> FM3MetaDescription>>complexAttributes
>>>>>>>>> FM3MetaDescription>>primitiveAttributes
>>>>>>>>> FM3PropertyDescription>>compiledMethod
>>>>>>>>> FameGetterGenerator
>>>>>>>>> FameGetterGenerator>>instvarNameFor:
>>>>>>>>> FameGetterGenerator>>methodNameFor:
>>>>>>>>> FameGetterGenerator>>oppositeNameFor:
>>>>>>>>> FameGetterGenerator>>visitClass:
>>>>>>>>> FameGetterGenerator>>visitDictionaryProperty:
>>>>>>>>> FameGetterGenerator>>visitManyProperty:
>>>>>>>>> FameGetterGenerator>>visitOneProperty:
>>>>>>>>> FameGetterGenerator>>visitOppositeDictionaryProperty:
>>>>>>>>> FameGetterGenerator>>visitOppositeManyProperty:
>>>>>>>>> FameGetterGenerator>>visitOppositeOneProperty:
>>>>>>>>> MOViewRenderer>>edgesDsm:from:to:
>>>>>>>>> MSEImporter
>>>>>>>>> MSEImporter>>endDocument
>>>>>>>>> MSEPragmaProcessor
>>>>>>>>> MSEPragmaProcessor>>processClass:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Select Proceed to continue, or close this window to cancel
>>>>>>>>> the operation.
>>>>>>>>> "
>>>>>>>>>
>>>>>>>>> So Fame is not loaded.
>>>>>>>>>
>>>>>>>>> Is there a bug in Flair/Gofer ?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ---
>>>>>>>>> Jannik Laval
>>>>>>>>> PhD Student - Rmod Team - INRIA
>>>>>>>>> Certified Project Management Associate (IPMA)
>>>>>>>>> http://www.jannik-laval.eu
>>>>>>>>> http://rmod.lille.inria.fr
>>>>>>>>> ---
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Moose-dev mailing list
>>>>>>>>> Moose-dev(a)iam.unibe.ch
>>>>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>>>>>
>>>>>>>> --
>>>>>>>> www.tudorgirba.com
>>>>>>>>
>>>>>>>> "Beauty is where we see it."
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Moose-dev mailing list
>>>>>>>> Moose-dev(a)iam.unibe.ch
>>>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>>>>
>>>>>>> ---
>>>>>>> Jannik Laval
>>>>>>> PhD Student - Rmod Team - INRIA
>>>>>>> Certified Project Management Associate (IPMA)
>>>>>>> http://www.jannik-laval.eu
>>>>>>> http://rmod.lille.inria.fr
>>>>>>> ---
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Moose-dev mailing list
>>>>>>> Moose-dev(a)iam.unibe.ch
>>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>>>
>>>>>> --
>>>>>> www.tudorgirba.com
>>>>>>
>>>>>> "Not knowing how to do something is not an argument for how it
>>>>>> cannot be done."
>>>>>>
>>>>>> _______________________________________________
>>>>>> Moose-dev mailing list
>>>>>> Moose-dev(a)iam.unibe.ch
>>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>>
>>>>> --
>>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>>> Alexandre Bergel http://www.bergel.eu
>>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Moose-dev mailing list
>>>>> Moose-dev(a)iam.unibe.ch
>>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>>
>>>> --
>>>> Simon
>>>>
>>>>
>>>>
>>>
>>> --
>>> Simon
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> Moose-dev(a)iam.unibe.ch
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>