Hello,

I just removed the dependence to Grease and changed others small things described by Alex. Now we have 12 tests green in Pharo 1.2 and 1.2.1.
The test not green is ESExamplesTest>>testSmoke that run all the examples. We still have a dependence to Moose. More specifically:
Color>>lightColors
Color>>strongColors
MalArrayMatrix

To become independent of Moose and all the things work in Pharo we need just provide this classe and methods in EyeSee. Should I do that?

On Mon, Apr 11, 2011 at 6:41 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi!

I just tried it in a Pharo 1.2 and got 11 errors and 1 failure among the 13 tests.
Apparently #displayString is used a bit everywhere. This method does not exist in Pharo.

After having added #displayString on Object, I got other problem with the examples: #any is not understood by a collection, it is invoked in Collection>>minValue.

After changing #any by #anyOne, I was able to get some nice graphics. There are other bugs from here, but I will report them after....

http://code.google.com/p/moose-technology/issues/detail?id=580

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
Andre Hora