Hi,
To know how up to date the Moose Config from your image is, you now can spawn a Mondrian visualization from Tools/Moose Utilities/Moose configuration.
The visualization will show all the prerequisite packages/bundles of Moose Config.
Red means there are newer versions in Store, and blue means the local package is changed.
Cheers, Doru
-- www.tudorgirba.com www.tudorgirba.com/blog
"We cannot reach the flow of things unless we let go."
That's quite useful. Thanks, Doru
On Apr 20, 2008, at 11:15 PM, Tudor Girba wrote:
Hi,
To know how up to date the Moose Config from your image is, you now can spawn a Mondrian visualization from Tools/Moose Utilities/Moose configuration.
The visualization will show all the prerequisite packages/bundles of Moose Config.
Red means there are newer versions in Store, and blue means the local package is changed.
Cheers, Doru
-- www.tudorgirba.com www.tudorgirba.com/blog
"We cannot reach the flow of things unless we let go."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi,
I am trying to import a model from the Smalltalk image and it does not work. I tried importing several bundles/packages (MooseDevelopment, for example). This probably has to do with the new VW7.6. What I get is a:
NonBoolean receiver exception, in Refactory.Browser.RBParser
However, some of the bundles/packages work, such as the EyeSeeDevelopment bundle. The import from MSE works fine. And I also imported a couple of small namespaces, without problems
Cheers, Ricky
I noticed this problem too. There seems to be a problem with the Refactoring Browser not liking the MSE format. So, the importer chokes with the methods that have MSE arrays.
I could not figure out a solution, though.
Cheers, Doru
On Apr 21, 2008, at 2:20 PM, Richard Wettel wrote:
Hi,
I am trying to import a model from the Smalltalk image and it does not work. I tried importing several bundles/packages (MooseDevelopment, for example). This probably has to do with the new VW7.6. What I get is a:
NonBoolean receiver exception, in Refactory.Browser.RBParser
However, some of the bundles/packages work, such as the EyeSeeDevelopment bundle. The import from MSE works fine. And I also imported a couple of small namespaces, without problems
Cheers, Ricky _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Next time you see your life passing by, say 'hi' and get to know her."
we browse a bit the code with mathieu and this is really strange.
patchLiteralArrayToken (self patchLiteralArrayEmbeddedAssignmentToken or: [self patchLiteralArraySpecialToken or: [self patchLiteralArrayDottedNameToken ifFalse: [self patchLiteralArraySymbolToken ]]]) ifFalse: [^self parserError: #InvalidToken << #browser >> 'Invalid token']
each of the expression above returns true patchLiteralArraySymbolToken returns a boolean and still we get this nonBoolean problem. May be we should report that to vwnc.
Ricky do you have the time to create a test case that show that this is not a Moose problem
On Apr 21, 2008, at 2:46 PM, Tudor Girba wrote:
I noticed this problem too. There seems to be a problem with the Refactoring Browser not liking the MSE format. So, the importer chokes with the methods that have MSE arrays.
I could not figure out a solution, though.
Cheers, Doru
On Apr 21, 2008, at 2:20 PM, Richard Wettel wrote:
Hi,
I am trying to import a model from the Smalltalk image and it does not work. I tried importing several bundles/packages (MooseDevelopment, for example). This probably has to do with the new VW7.6. What I get is a:
NonBoolean receiver exception, in Refactory.Browser.RBParser
However, some of the bundles/packages work, such as the EyeSeeDevelopment bundle. The import from MSE works fine. And I also imported a couple of small namespaces, without problems
Cheers, Ricky _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Next time you see your life passing by, say 'hi' and get to know her."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev