On Apr 11, 2011, at 11:27 PM, Tudor Girba wrote:
Hi Andre,
On 11 Apr 2011, at 23:21, Andre Hora wrote:
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.
Great!
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?
Yes, please :). Especially the colors should be preserved in some utility class. Ideally, they should make their way into Pharo.
Yes send a cs for the Color class and it will get integrated