Re: testing Pugs with Perl 6 modules

2005-03-07 Thread Darren Duncan
Okay, a quick update on my situation ... 1. I completed the committer registration with the Pugs repository. 1.1 No problems per se, but the new member agreement was written in Chinese so I couldn't read it (the Google translate tool wasn't much help); so I just clicked through it. 2. Download

Re: testing Pugs with Perl 6 modules

2005-03-06 Thread Yuval Kogman
On Sun, Mar 06, 2005 at 16:40:46 -0800, Darren Duncan wrote: > I'll start showing up on IRC soon, though I have to find a good Mac > OS X client for IRC first (I'm still used to email as a primary > communication medium). I'm very happy with colloquy (http://colloquy.info). You can probably get

Re: testing Pugs with Perl 6 modules

2005-03-06 Thread Darren Duncan
Okay, I have now seen the responses to my posting from Stevan Little and Autrijus; thanks to both of you for those. I also read parts of the March 6 IRC log where concerns I raised in my 4th question was discussed. I'll start showing up on IRC soon, though I have to find a good Mac OS X clien

Re: testing Pugs with Perl 6 modules

2005-03-06 Thread Autrijus Tang
On Sat, Mar 05, 2005 at 03:25:55PM -0800, Darren Duncan wrote: > I wish to help out the development of Perl 6, initially running under > Pugs, by supplying test code of sorts, written in Perl 6, that we > would attempt to run under Pugs (and eventually Parrot) to ensure > that it works correctly

Re: testing Pugs with Perl 6 modules

2005-03-05 Thread Stevan Little
Darren, I will take a stab at your questions. On Mar 5, 2005, at 6:25 PM, Darren Duncan wrote: Question 1: So where would I find the "To Do" code collection? The TODO code which you are referring too is actually in the Pugs distro. If you grep the .t files you will find many todo_ok() and todo_is

testing Pugs with Perl 6 modules

2005-03-05 Thread Darren Duncan
Greetings, I wish to help out the development of Perl 6, initially running under Pugs, by supplying test code of sorts, written in Perl 6, that we would attempt to run under Pugs (and eventually Parrot) to ensure that it works correctly with the subset of Perl 6 that I use. Yesterday I was read