Hi,
I lost track of what happened with RPackage. Cyrille, Stef, could you summarize the status?
I see that the tests are working on 1.2 (except for the expected failing ones). Is it good enough to rely on it for the release? If yes, we release tomorrow.
Cheers,
Doru
--
www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."
Status: New
Owner: ----
CC: cy.delau...(a)gmail.com, stephane...(a)gmail.com
Labels: Type-Defect Priority-Critical Component-SmalltalkImporter
Milestone-4.4
New issue 617 by tudor.gi...(a)gmail.com: RPackage has a self halt
http://code.google.com/p/moose-technology/issues/detail?id=617
there is a self halt in CompiledMethod>>packageFromOrganizer:
According to the flag, this self halt should not be reached. However, try
loading the following code after RPackage is loaded and you will see that
the self halt is reached.
Gofer new
squeaksource: 'bifrost';
package: 'ConfigurationOfBifrost';
load.
(Smalltalk at: #ConfigurationOfBifrost)
perform: #loadDefault.
You can try to execute the above code in the latest moose-dev which already
has the latest 3.0:
http://hudson.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/…
Hi!
I tried to load moose in a fresh 1.2 image: ConfigurationOfMoose loadDefault
I just can't. The following is printed in the transcript:
-=-=-=-=-=-=-=-=-=
Loading Moose configuration ...
--------
Loading default of ConfigurationOfMoose...
...RETRY->ConfigurationOfPetitParser
...RETRY->ConfigurationOfPetitParser
gofer repository error: 'GoferRepositoryError: Cannot connect to 77.57.193.217:80'...ignoring
...FAILED->ConfigurationOfPetitParser
-=-=-=-=-=-=-=-=-=
Am I the only one? How comes that Jenkins does not bump into the same problem.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi Doru,
When I use #sendTo:from:with: the panel update is not refreshing the selected item in a list.
My scenario:
A GLMStacker with two panes working as an inner browser.
- when I send a external value to this inner browser the value is assigned but the item does not appear as selected.
- when I select a value in one of its panes I send nil to the selected value in the other pane... The same: the value changes to nil but if it was a selected item it remains selected.
The panes allowDeselection.
Regards,
Veronica
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 586 by cy.delau...(a)gmail.com: Compute invocation candidates with
different strategies seems to be broken
http://code.google.com/p/moose-technology/issues/detail?id=586
When you try to import a smalltalk model and select a another strategy than
the default one, you get some errors
I created myself a parser that has quite some rules. Now I discovered that in the format there are comments possible. The type of comments is quite common. One format for single line comment and one for multiline comments.
The comments are not described as part of the format. So now I'm trying to get a solution how to parse the comments. Basically the can appear anywhere in the text. I could do it by first removing the comments and then parsinf the format. But hopefully there is something more smart.
thanks,
Norbert
Hi,
I created a mse file of Pharo1.1Core.
I removed the Implicit Variable to fit with moose 4.4.
The mse file is here (20 Mb):
http://dl.dropbox.com/u/7739334/mse/pharo1.1.zip
Cheers,
---
Jannik Laval
Hi,
I would like to export a model without the implicit variables.
This is a generated model with an old version of FAMIX and the implicit variable are attached to a class, whereas now it is attached to a method.
Is there an easy way to export without implicit variable ?
Cheers,
Jannik