RE: Perl 6 Test Organization

2002-11-22 Thread Dan Sugalski
At 3:38 PM -0600 11/15/02, Garrett Goebel wrote: While I'm here... Will there be a distinction between lists and arrays as their implemented in Parrot? Yes. -- Dan --"it's like this"--- Dan Sugalski

RE: Perl 6 Test Organization

2002-11-20 Thread David Whipp
Joseph F. Ryan [mailto:[EMAIL PROTECTED]] wrote: > Well, thats not exactly true. I've been following along the > discussion > on P6-doc, and I've been updating the tests to match the > current status. > > Although I'm not sure of their accuracy (My posts to p6-doc about them > have been pretty

Re: Perl 6 Test Organization

2002-11-20 Thread Joseph F. Ryan
Dave Whipp wrote: "Nicholas Clark" <[EMAIL PROTECTED]> wrote On Thu, Nov 14, 2002 at 08:53:02PM -0800, chromatic wrote: Brent Dax had a nice suggestion for Perl 6 test organization. I like it tremendously. I repost it here to solicit comments -- to make this work, I'll need to ch

Re: Perl 6 Test Organization

2002-11-20 Thread Dave Whipp
"Nicholas Clark" <[EMAIL PROTECTED]> wrote > On Thu, Nov 14, 2002 at 08:53:02PM -0800, chromatic wrote: > > Brent Dax had a nice suggestion for Perl 6 test organization. I like it > > tremendously. > > > > I repost it here to solicit comments -- to make this work, I'll need to change > > Did anyon

Re: Perl 6 Test Organization

2002-11-20 Thread Nicholas Clark
On Thu, Nov 14, 2002 at 08:53:02PM -0800, chromatic wrote: > Brent Dax had a nice suggestion for Perl 6 test organization. I like it > tremendously. > > I repost it here to solicit comments -- to make this work, I'll need to change Did anyone comment on it? It seems a sane to me, and I certainly

RE: Perl 6 Test Organization

2002-11-15 Thread Garrett Goebel
From: Leopold Toetsch [mailto:lt@;toetsch.at] > Garrett Goebel wrote: > > From: chromatic [mailto:chromatic@;wgz.org] > > > >>Brent Dax had a nice suggestion for Perl 6 test organization. > >>I like it tremendously. > > > > isn't it missing: t/var/list/...? > > *All* (parrot as well as perl6) t

Re: Perl 6 Test Organization

2002-11-15 Thread Leopold Toetsch
Garrett Goebel wrote: From: chromatic [mailto:chromatic@;wgz.org] Brent Dax had a nice suggestion for Perl 6 test organization. I like it tremendously. isn't it missing: t/var/list/...? *All* (parrot as well as perl6) tests are currently a grown unorganized mess - though working. If this

RE: Perl 6 Test Organization

2002-11-15 Thread Garrett Goebel
From: chromatic [mailto:chromatic@;wgz.org] > > Brent Dax had a nice suggestion for Perl 6 test organization. > I like it tremendously. isn't it missing: t/var/list/...? Per Apocalpyse 2, RFC 175: > > [1,2,3] > > is syntactic sugar for something like: > > scalar(list(1,2,3)); > > Depe