Moritz Lenz wrote: > Patrick R. Michaud wrote: >> On Tue, Sep 23, 2008 at 07:28:14AM -0700, [EMAIL PROTECTED] wrote: >>> Log: >>> [rakudo] implement chr() and ord(), and add tests to spectest_regression >>> Patch courtesy by Carl Mäsak <cmasak at gmail dot com>, masak++ >>> >>> >>> +.namespace [] >>> +.sub 'chr' :multi() >>> + .param pmc grid >> >> ... shouldn't this be a method on Any? >> >> Pm > > Aye, it should be method of Any and exported as a sub as well. > We clearly need more tests to catch that.
... and fixed in r31365, while masak++ contributed some tests. Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/ _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
