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.
1) 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.
2) 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.