Hi,
There was a missing version from Lukas' repository that got lost during the migration. I thought I copied it afterwards to STHub, but perhaps something went wrong because I did not find it anymore in the repository.
I copied it now and merged it with your latest version.
It solved most of the problems, but there are still 7 failures and 6 errors. I do not quite figure out where the issues come from because these tests work fine in Pharo 1.4. Could you take a look now?
Cheers, Doru
On Mar 12, 2013, at 2:01 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi.
In Pharo 2.0 PetitSmalltalk tests are failing.
Firs of all there are real problems with parsing as some test fail because parser finishes to parse before the end of the stream. Right now I don't know what's causing the problem and how to solve it.
Then there is a ton of deprecation warnings as PPToken>>#value became deprecated and it's recommended to use #inputValue. It's now hard to fix that, but there are two problems.
- At places where #value message is sent, not only PPToken is used as a
receiver, but sometimes RBToken is used instead. And RBToken does not understand the #inputValue message. This can be hacked by adding a protocol-extension that will return "self value" then, but it's not very nice.
- Some #value messages are sent from methods in AST-Core package, and I
don't know how we should deal with that.
Any ideas for solutions? Uko
-- View this message in context: http://moose-dev.97923.n3.nabble.com/Failing-PetitSmalltalk-tests-tp4026442.... Sent from the moose-dev mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."