[Pharo-project] Pharo 1.1: String-> arithmetic
Hi Stef, In Pharo 1.1 the class String has not the protocol arithmetic and its methods... why? Got errors when running some tests. Could I add them with a new version of Torch? Vero
because 'abc' * 2 does not make sense. and because this was limited anyway. better use plain collect:...
Hi Stef,
In Pharo 1.1 the class String has not the protocol arithmetic and its methods... why? Got errors when running some tests. Could I add them with a new version of Torch?
I would prefer not.
Vero _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 19 May 2010, at 10:35, Stéphane Ducasse wrote:
because
'abc' * 2 does not make sense. and because this was limited anyway.
better use plain collect:...
I am not using them... it is in one of my prerequisites...
Hi Stef,
In Pharo 1.1 the class String has not the protocol arithmetic and its methods... why? Got errors when running some tests. Could I add them with a new version of Torch?
I would prefer not.
ok!!
Vero _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hola Vero, check out the Collection arithmethic method category emails of the previous days. (http://code.google.com/p/pharo/issues/detail?id=332) Saludos, Fernando On May 19, 2010, at 10:26 AM, Veronica Isabel Uquillas Gomez wrote:
Hi Stef,
In Pharo 1.1 the class String has not the protocol arithmetic and its methods... why? Got errors when running some tests. Could I add them with a new version of Torch?
Vero _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
gracias Fernando... it is clear now!! Vero On 19 May 2010, at 10:49, Fernando olivero wrote:
Hola Vero, check out the Collection arithmethic method category emails of the previous days. (http://code.google.com/p/pharo/issues/detail?id=332) Saludos, Fernando
On May 19, 2010, at 10:26 AM, Veronica Isabel Uquillas Gomez wrote:
Hi Stef,
In Pharo 1.1 the class String has not the protocol arithmetic and its methods... why? Got errors when running some tests. Could I add them with a new version of Torch?
Vero _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Fernando olivero -
Stéphane Ducasse -
Veronica Isabel Uquillas Gomez