Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 580 by alexandr...@gmail.com: DNU in EyeSee http://code.google.com/p/moose-technology/issues/detail?id=580
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....