I see now that they were moved to an external package in Squeaksource. And it is not loaded by default in PharoCore1.1.
Thanks! Fernando On May 18, 2010, at 10:51 AM, Henrik Johansen wrote: > http://code.google.com/p/pharo/issues/detail?id=332 > > PS. How about the Collection -> Math functions protocol? > > Cheers, > Henry > > On May 18, 2010, at 10:41 53AM, Fernando olivero wrote: > >> Sorry, i meant >> >>> In PharoCore 1.1 >>> Collection organization listAtCategoryNamed: 'arithmethic' #() >> >>> In Pharo1.0 >>> Collection organization listAtCategoryNamed: 'arithmetic' #(#* #+ #- >>> #/ #'//' #'\\' #raisedTo:) >> >> >> >> >> On May 18, 2010, at 10:32 AM, Fernando olivero wrote: >> >>> In Pharo1.0 >>> Collection organization listAtCategoryNamed: 'arithmethic' #() >>> >>> In PharoCore1.1 >>> Collection organization listAtCategoryNamed: 'arithmetic' #(#* #+ #- >>> #/ #'//' #'\\' #raisedTo:) >>> >>> And the arithmethic is not an extension of any Package. >>> >>> Why are all the methods in that category no present in PharoCore? >>> How and when are they added into Pharo ? >>> >>> Fernando >>> _______________________________________________ >>> Pharo-project mailing list >>> [email protected] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
