Re: Literal tests [was: Help with setting up Perl6]

2002-12-16 Thread chromatic
On Fri, 13 Dec 2002 12:37:47 +, Jared Rhine wrote: > Thanks for the warning. I was aware. I picture a lot of SKIP tests. > I'm hoping that some particular missing case will be simple enough > that it'll be a motivator for me to dive into perl6 implementation, > but if all I get through is tr

Literal tests [was: Help with setting up Perl6]

2002-12-16 Thread Jared Rhine
[Sean == [EMAIL PROTECTED] on Fri, 13 Dec 2002 11:48:55 -0800 (PST)] Jared> On to some tests, although I'm curious to see how tests of Jared> literals turn out. Probably a lot of comparisons between Jared> different representations of the same thing. Sean> Warning: most of the tests won't work n

Re: Literal tests [was: Help with setting up Perl6]

2002-12-13 Thread Joseph Ryan
Sean O'Rourke <[EMAIL PROTECTED]> wrote: On Thu, 12 Dec 2002, Jared Rhine wrote: > On to some tests, although I'm curious to see how tests of literals > turn out. Probably a lot of comparisons between different > representations of the same thing. Warning: most of the tests won't work now becau

Re: Literal tests [was: Help with setting up Perl6]

2002-12-13 Thread Sean O'Rourke
On Thu, 12 Dec 2002, Jared Rhine wrote: > On to some tests, although I'm curious to see how tests of literals > turn out. Probably a lot of comparisons between different > representations of the same thing. Warning: most of the tests won't work now because the languages/perl6 is woefully incomple

Re: Literal tests [was: Help with setting up Perl6]

2002-12-13 Thread Michael Lazzaro
On Thursday, December 12, 2002, at 01:39 PM, Jared Rhine wrote: Are we archiving our docs like the latest Literals doc somewhere official, or should I just pick it out of the list archives? Just grab it from the archives. We'll archive the approved sections somewhere, but probably not the dr

Literal tests [was: Help with setting up Perl6]

2002-12-13 Thread Jared Rhine
Jared> In languages/perl6/t/compiler/1_1.err, I get: Jared> Jared> Can't find loader Parrot_DynOp_core_0_0_7: ../imcc/imcc: Jared> undefined symbol: Parrot_DynOp_core_0_0_7 Jared> Jared> which is suspicious for the 0_0_7 when I actually checked out Jared> 0_0_8. Sean> You're right on the mark here

Re: Help with setting up Perl6

2002-12-12 Thread Sean O'Rourke
On Wed, 11 Dec 2002, Jared Rhine wrote: > In languages/perl6/t/compiler/1_1.err, I get: > > Can't find loader Parrot_DynOp_core_0_0_7: ../imcc/imcc: undefined > symbol: Parrot_DynOp_core_0_0_7 > > which is suspicious for the 0_0_7 when I actually checked out 0_0_8. You're right on the mark her

Help with setting up Perl6

2002-12-12 Thread Jared Rhine
I'd like to help write some test cases for Perl6 to deliver on that part of this group's charter. I'm having problems getting Perl 6 working, and I'd like help. This may be off-charter for this group, but there's hardly a better place, and the info is probably generally useful to others also seek