Probably the best way to coordinate is actually the #perl6 irc
channel, where most people lurk and communication is instant.
> Is there any central database of tests which need to be written?
Well, not really... We're working on that (I think)...
> Where do I get started?
You can go through the synopses listed on http://dev.perl.org/perl6,
and look for interesting features, or you can go through perl 5's
test suite, to get some ideas, and look through pugs' test suite, to
see if it's missing.
If you don't find a test, just create one, and if you do find a
test, look inside it to see if it can be expanded.
Should you encounter a grey area in the design specs, mail
perl6-language or discuss on IRC.
Don't forget to ask Autrijus or Jesse (obra on IRC) for comitter
access, so that you can easily submit your work.
Ciao!
--
() Yuval Kogman <nothi...@woobling.org> 0xEBD27418 perl hacker &
/\ kung foo master: /me groks YAML like the grasshopper: neeyah!!!!!!
Welcome aboard.
On Mar 17, 2005, at 3:47 PM, Yuval Kogman wrote:
> On Thu, Mar 17, 2005 at 11:49:59 -0800, Anthony Kilna wrote:
>> Is there any central database of tests which need to be written?
>
> Well, not really... We're working on that (I think)...
Actually if you want to work on this part, it needs some help.
In the svn repository you will fine a util/ folder, in it are two files:
catalog_tests.pl
split_test_catalog.pl
This was the first run at an automated test cataloger. It is in perl5
since perl6/Pugs currently does not have the needed features. You are
welcome to start hacking away on this, and see if you can't make it
work nicely.
- Stevan