Hi,
I have a browser with some kind of "buffer" where I can hold a value
selected from one of several list in the browser.
The buffer itself is implemented as a pane containing a list with only
one element in it, it is populated when I strongSelect (double click) in
one of the source list:
(browser transmit) to: #buffer; from: #PackagePane port:
#strongSelection; andShow: [:a |
a list
display: [:anEntity | {anEntity} ]
].
(browser transmit) to: #buffer; from: #ClassPane port:
#strongSelection; andShow: [:a |
a list
display: [:anEntity | {anEntity} ]
].
I also transmit from one list to the other with simple selection (click)
(browser transmit) to: #ClassPane; from: #PackagePane; andShow: [:b
| | gmlList |
gmlList := b list.
gmlList
display: [:anEntity | anEntity classes]];
It works "thusly" : if I click on a package in the PackagePane, its
class appear in the ClassPane.
If I double click on a package or a class, then it also appears in the
"buffer"
However, if I double click on a class, it goes correctly in the buffer,
but if after I single click on a package, the "buffer" is wiped.
This is not the intended behavior ...
Bug or feature?
and if it is a feature, how to get the feature I want?
nicolas
--
Nicolas Anquetil -- RMod research team (Inria)
There is a warning in Moose 4.8 regarding the absence of pharo sources. I
had added these sources in the build (the artifacts produced by the build).
Did someone modify the job to remove the sources from the latest Moose
build?
usman
[image: Inline image 2]
Moose 4.8 image does not have a moose logo and glamour-related theme.
Do we want to continue the settings from 1.4 (a custom moose logo and
glamour-theme) or should we just use the logo and the look/theme that comes
with Pharo?
usman
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 919 by hayatouo...(a)gmail.com: Moose Panel does not open in on
Moose-latest-dev-4.8 image
http://code.google.com/p/moose-technology/issues/detail?id=919
When I try World--->Moose--->Moose Panel.
I get this message :
MessageNotUnderstood: MoosePanel>>#openOn:
Attachments:
screenshot.png 36.9 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Hi,
I configured Jenkins to trigger at every commit in the Moose repository. However, it will not trigger when committing to something like Glamour.
What we should do now is to create jobs for each of the sub-projects and have those listen to their respective repositories. Afterwards, we make the moose-latest-dev build to be triggered by these sub-jobs.
Like that we ensure two things:
- every sub-project can be loaded independently
- every commit will be checked as soon as possible
Of course, ideally, we should also have the builds ran faster, but that is another story :)
Cheers,
Doru
--
www.tudorgirba.com
"Quality cannot be an afterthought."
Hi,
I was writing a report in Arki. The result of the report is a dictionary.
An entry of the dictionary has as key a FAMIXMethod and as value an ordered
collection with inside one or more ordered collections.
What I want to do is to have a browser with two rows, in the top row I want
a MooseFinder opening on the keys of the dictionary, on the bottom row I
want to see the content of the dictionary at the selected key.
The problem is that I'm not able to make the MooseFinder opening on the
keys of the element.
Here a script that reproduce this scenario:
| dic myBrowser |
dic := Dictionary new.
dic at: FAMIXMethod new put: (OrderedCollection with: (OrderedCollection
with: 1 with: 2 with: 3)).
dic at: FAMIXMethod new put: (OrderedCollection with: (OrderedCollection
with: 4 with: 5 with: 6)).
dic at: FAMIXMethod new put: (OrderedCollection with: (OrderedCollection
with: 7 with: 8 with: 9)).
myBrowser := GLMTabulator new.
myBrowser
row: #methods;
row: #info.
myBrowser transmit to: #methods; andShow: [:a |
a custom: (MooseFinder new first startOn: dic keys asMooseGroup) ].
myBrowser transmit to: #info; from: #methods; andShow: [:a |
a list
title: 'Columns to map';
display: [:method | (self result at: method) ]].
myBrowser openOn: dic.
Any suggestion will be more than welcome. Thanks.
Cheers,
Fabrizio
Hi,
Test MooseSmalltalkImporterRoelTyperTest>>testASTCore is falling because at
some point it is using class TypeCollector, which is no longer in the
system.
So what should we do:
- Remove this importer?
- Bring back TypeCollector?
========
SmalltalkImporter>>createAttribute: name for: aClass
...
ifTrue: [
possibleTypes := (TypeCollector typeInstvar: name asSymbol
ofClassWithLookup: aClass ) types.
possibleTypes size = 1
ifTrue: [attribute declaredType: (self ensureClass: possibleTypes first
theNonMetaClass) ].
].
^ attribute
=========
--
Andre Hora
It would be good to have a parallel job, but the problem is that you will
get a message saying that the VM is too old for the Pharo 2.0 image.
Cheers,
Doru
On Tue, Mar 12, 2013 at 9:05 AM, Usman Bhatti <usman.bhatti(a)gmail.com>wrote:
> Doru,
>
> In the meantime, can we revert to CogVM because currently we cannot see
> the status of fixes and we cannot go any further with Moose 4.8 or may be
> create parallel jobs on Cog and Pharo vms ?
>
>
>
> On Mon, Mar 11, 2013 at 9:53 PM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
>
>> Hi,
>>
>> Where should I report Pharo VM crashes with Pharo 2.0?
>>
>> In particular, I wanted to report the problem related to running Moose
>> tests from the command line:
>>
>> ---
>> You can reproduce it on Mac, quite consistently: just run the attached
>> script (you need to have wget installed), or do it manually:
>>
>> 1. download and unzip the latest Moose 4.8:
>>
>> https://ci.inria.fr/moose/job/Moose-latest-dev-4.8/lastSuccessfulBuild/arti…
>> 2. download and unzip the latest Pharo VM:
>> http://pharo.gforge.inria.fr/ci/vm/pharo/mac/pharo-mac-latest.zip
>> 3. execute:
>> ./Pharo.app/Contents/MacOS/Pharo ./Moose-latest-dev-4.8.image moosetest
>>
>> The VM crashes, but there is no trace of the error.
>> ---
>>
>>
>> Cheers,
>> Doru
>>
>>
>> --
>> www.tudorgirba.com
>>
>> "It's not what we do that matters most, it's how we do it."
>>
>>
>
> _______________________________________________
> Moose-dev mailing list
> Moose-dev(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
--
www.tudorgirba.com
"Every thing has its own flow"