Issue 580 in moose-technology: DNU in EyeSee

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 580 in moose-technology: DNU in EyeSee

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 580 by [hidden email]: 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....

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 580 in moose-technology: DNU in EyeSee

moose-technology
Updates:
        Labels: Component-EyeSee Milestone-4.4

Comment #1 on issue 580 by [hidden email]: DNU in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=580

EyeSee works now in a Moose image because there is Grease loaded (the  
compatibility layer with other dialects).

But, it would be good indeed to remove those.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 580 in moose-technology: DNU in EyeSee

moose-technology

Comment #2 on issue 580 by [hidden email]: DNU in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=580

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?

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 580 in moose-technology: DNU in EyeSee

moose-technology
Updates:
        Status: Fixed

Comment #3 on issue 580 by [hidden email]: DNU in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=580

Tests are green in Pharo 1.1, 1.1.1 and 1.2.1.


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev