[perl #50996] [BUG] gc bug with perl6grammar in pdd17pmc branch

2008-03-04 Thread Allison Randal via RT
I can't duplicate the bug on any other platform, and can't pinpoint the bug with the info I've got. I have access to a windows box for the next few weeks. What compiler you were using?

pdd17pmc branch review

2008-03-04 Thread Will Coleda
I wanted to call attention to part of today's Parrot Sketch: - Otherwise, the PMC branch is ready for language testing, will plan to merge it back into trunk next weekend. So, language developers (and others); please grab a copy of https://svn.perl.org/parrot/branches/pdd17pmc and check out the

[perl #50920] [BUG]: t/compilers/imcc/syn/macro.t failing

2008-03-04 Thread James Keenan via RT
Over the last week this test is the only one that has been consistently failing on both Linux and Darwin. Here's some output from 'make test' on Linux at r26216: t/compilers/imcc/syn/macro. # Failed test 'invalid label syntax (RT\#47978, RT\#51104)' # at t/compilers/imcc/s

Re: pdd17pmc branch review

2008-03-04 Thread James E Keenan
Will Coleda wrote: I wanted to call attention to part of today's Parrot Sketch: - Otherwise, the PMC branch is ready for language testing, will plan to merge it back into trunk next weekend. As I would have expected, the branch passed all the tests run via 'perl Configure.pl --test'.

Re: pdd17pmc branch review

2008-03-04 Thread chromatic
On Tuesday 04 March 2008 16:48:09 Will Coleda wrote: > I wanted to call attention to part of today's Parrot Sketch: > > - Otherwise, the PMC branch is ready for language testing, > will plan to merge it back into trunk next weekend. > > So, language developers (and others); please grab a copy of

Re: pdd17pmc branch review

2008-03-04 Thread James E Keenan
James E Keenan wrote: As I would have expected, the branch passed all the tests run via 'perl Configure.pl --test'. But having said that, it failed 'make' on the same box (a box where trunk consistently passes 'make'). src/scheduler.c seems to have a problem. See attached. kid51 Compil

Re: pdd17pmc branch review

2008-03-04 Thread Will Coleda
On Tue, Mar 4, 2008 at 9:39 PM, chromatic <[EMAIL PROTECTED]> wrote: > Tcl: doesn't run > > unable to assign self to this type > # current instr.: '__list' pc 25773 > (languages/tcl/runtime/conversions.pir:27) > # called from Sub '&proc' pc 22110 > (languages/tcl/runtime/builtin/proc.pir:106

Re: pdd17pmc branch review

2008-03-04 Thread chromatic
On Tuesday 04 March 2008 19:09:48 Will Coleda wrote: > On Tue, Mar 4, 2008 at 9:39 PM, chromatic <[EMAIL PROTECTED]> wrote: > > Tcl: doesn't run > > > > unable to assign self to this type > > # current instr.: '__list' pc 25773 > > (languages/tcl/runtime/conversions.pir:27) # called from Sub '

Re: pdd17pmc branch review

2008-03-04 Thread Will Coleda
On Tue, Mar 4, 2008 at 10:14 PM, chromatic <[EMAIL PROTECTED]> wrote: > > On Tuesday 04 March 2008 19:09:48 Will Coleda wrote: > > > On Tue, Mar 4, 2008 at 9:39 PM, chromatic <[EMAIL PROTECTED]> wrote: > > > > Tcl: doesn't run > > > > > > unable to assign self to this type > > > # current i

Re: pdd17pmc branch review

2008-03-04 Thread Will Coleda
On Tue, Mar 4, 2008 at 10:30 PM, Will Coleda <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 4, 2008 at 10:14 PM, chromatic <[EMAIL PROTECTED]> wrote: > > > > On Tuesday 04 March 2008 19:09:48 Will Coleda wrote: > > > > > On Tue, Mar 4, 2008 at 9:39 PM, chromatic <[EMAIL PROTECTED]> wrote: > > >

Re: [perl #50920] [BUG]: t/compilers/imcc/syn/macro.t failing

2008-03-04 Thread Andy Lester
Nope, no clue, we're still segfaulting, and valgrind finds it, but I don't know enough about internals to fix. uniqua:~/parrot $ valgrind ./parrot t/compilers/imcc/syn/macro_32.pir ==1234== Memcheck, a memory error detector. ==1234== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et a