Re: [perl #51478] PDD17PMC : argument doesn't array

2008-03-08 Thread Will Coleda
On Thu, Mar 6, 2008 at 3:03 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Thursday 06 March 2008 11:47:41 Will Coleda wrote: > > > Sure. Take the original: > > > > $ ../../parrot tcl.pbc -e "puts [concat {expand}[lindex {a b} 1]]" > > > > and just tack a --pir on the end: I verified that savin

Re: [perl #51478] PDD17PMC : argument doesn't array

2008-03-08 Thread Will Coleda
On Sat, Mar 8, 2008 at 2:59 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Thursday 06 March 2008 06:22:21 Will Coleda wrote: > > > > in PDD17, the following program (which prints "b\n" in trunk), dies: > > > > $ ../../parrot tcl.pbc -e "puts [concat {expand}[lindex {a b} 1]]" > > argument doesn'

Re: pdd17pmc branch review

2008-03-08 Thread Bob Rogers
From: chromatic <[EMAIL PROTECTED]> Date: Sat, 8 Mar 2008 01:03:12 -0800 On Friday 07 March 2008 19:24:53 Bob Rogers wrote: > Using pdd17pmc, Kea-CL passes all tests (after s/DYNSELF/SELF/g, of > course), with no regression on either of the memory bugs reported > recently. L

Re: pdd17pmc branch review

2008-03-08 Thread Allison Randal
chromatic wrote: ... I have to ask, if we switched to METHOD instead of PCCMETHOD, why do we have PCCRETURN instead of RETURN? =-) Hysterical raisins, as far as I know. Largely because I forgot to mention PCCRETURN in that step of the migration plan. Committed fix in r26268. Allison

Re: [perl #51478] PDD17PMC : argument doesn't array

2008-03-08 Thread chromatic
On Thursday 06 March 2008 06:22:21 Will Coleda wrote: > in PDD17, the following program (which prints "b\n" in trunk), dies: > > $ ../../parrot tcl.pbc -e "puts [concat {expand}[lindex {a b} 1]]" > argument doesn't array. Ha. The problem's not Parrot (as far as I can tell) but Tcl. {a b} is a

Re: Scheduler, Timer and DOD

2008-03-08 Thread chromatic
On Saturday 08 March 2008 07:31:08 Ron Blaschke wrote: > I've been looking into a failure of F on Windows, > but I don't think the problem is limited to that platform. > > $ prove t\dynoplibs\myops.t > t\dynoplibs\myops..5/10 > t\dynoplibs\myops..6/10 # Failed test 'three alarm' > # at

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

2008-03-08 Thread James Keenan via RT
rblasch has marked this test as TODO as of r26267. So the file as a whole is passing (and, at least on Linux, make test is passing), but the underlying problem is not solved.

Re: Scheduler, Timer and DOD

2008-03-08 Thread James E Keenan
Ron Blaschke wrote: Hi, I've been looking into a failure of F on Windows, but I don't think the problem is limited to that platform. $ prove t\dynoplibs\myops.t t\dynoplibs\myops..5/10 t\dynoplibs\myops..6/10 # Failed test 'three alarm' # at t\dynoplibs\myops.t line 118. # Exited

Scheduler, Timer and DOD

2008-03-08 Thread Ron Blaschke
Hi, I've been looking into a failure of F on Windows, but I don't think the problem is limited to that platform. $ prove t\dynoplibs\myops.t t\dynoplibs\myops..5/10 t\dynoplibs\myops..6/10 # Failed test 'three alarm' # at t\dynoplibs\myops.t line 118. # Exited with error code: 255

Parrot at YAPC::NA::2008 in Chicago June 16-18

2008-03-08 Thread James E Keenan
A couple of points about YAPC: 1. It's almost two weeks earlier this year than it has been in the past three years. So if your mental clock has been set to "3 days of YAPC + 2 days of hackathon + 3-day 4th-of-July weekend" (as mine has), please reset it whenever you (or, at least, those of y

Re: pdd17pmc branch review

2008-03-08 Thread Klaas-Jan Stol
Hi, I'm on win32 xp pro, msvc express Punie, Pynie, ecmascript are passing tests. (c99 does not, but that's not different from trunk.) kjs On Wed, Mar 5, 2008 at 1:48 AM, Will Coleda <[EMAIL PROTECTED]> wrote: > I wanted to call attention to part of today's Parrot Sketch: > > - Otherwise, th

Character sets PDD ready for review

2008-03-08 Thread Simon Cozens
Hi folks, I think I've finished doing what I can with docs/pdds/draft/pdd28_character_sets.pod for the time being. Please have a look at it, and let me know if there's anything wrong, anything unclear, anything missing or anything objectionable about it. Character set and encoding support is

Re: pdd17pmc branch review

2008-03-08 Thread chromatic
On Friday 07 March 2008 19:24:53 Bob Rogers wrote: >From: "Will Coleda" <[EMAIL PROTECTED]> >Date: Tue, 4 Mar 2008 19:48:09 -0500 > >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 i