Re: perl6 Testing

2009-01-23 Thread Carl Mäsak
fREW (>), Moritz (>>), fREW (>>>): >> > And should I >> > just mail patches to rakudo...@perl.org? >> >> In general if you find a bug: yes. >> In this case not, because it's a known limitation. > > Where do I mail the patches for the tests? The Pugs repository (containing the Perl 6 test suite) h

Re: perl6 Testing

2009-01-23 Thread fREW Schmidt
> > And should I > > just mail patches to rakudo...@perl.org? > > In general if you find a bug: yes. > In this case not, because it's a known limitation. Where do I mail the patches for the tests? -- -fREW

Re: perl6 Testing

2009-01-22 Thread Moritz Lenz
fREW Schmidt wrote: > I'd like to get started adding these: > > is capitalize(:string($a)), "Pugs Is Cool!", "capitalize works with named > arg" > > rakudo and pugs both fail this test. Should I add it anyway? Yes. We have a mechanism for skipping tests that the implementations fail. Just write

perl6 Testing

2009-01-22 Thread fREW Schmidt
Hi! I'd like to get started adding these: is capitalize(:string($a)), "Pugs Is Cool!", "capitalize works with named arg" rakudo and pugs both fail this test. Should I add it anyway? And should I just mail patches to rakudo...@perl.org? Or should this technically be pugs? -- -fREW