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(a)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(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev