Re: [perl #42615] [PATCH] C89 doesn't allow non-constant initializers

2007-04-19 Thread chromatic
On Thursday 19 April 2007 11:24, Andy Dougherty wrote: > This patch works around the following error message: > > "src/inter_call.c", line 1350: non-constant initializer: op "U&" > "src/inter_call.c", line 1350: non-constant initializer: op "U&" > "src/inter_call.c", line 1351: non-constant initia

Re: [perl #42615] [PATCH] C89 doesn't allow non-constant initializers

2007-04-19 Thread Steve Peters
On Thu, Apr 19, 2007 at 11:24:43AM -0700, Andy Dougherty wrote: > # New Ticket Created by Andy Dougherty > # Please include the string: [perl #42615] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=42615 > > > > This pat

Re: [perl #42620] PGE 'Out of memory' panics.

2007-04-19 Thread Patrick R. Michaud
On Thu, Apr 19, 2007 at 11:47:55AM -0700, Andy Dougherty wrote: > # New Ticket Created by Andy Dougherty > # Please include the string: [perl #42620] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=42620 > > > Both t/comp

Re: [perl #42619] t/stm/llqueue_2.pir sometimes hangs

2007-04-19 Thread chromatic
On Thursday 19 April 2007 11:35, Andy Dougherty wrote: > While trying to run 'make test' today, t/stm/llqueue_2.pir hung and had > to be killed manually. Trying it again, I got an out-of-memory error > The hanging behavior appears to be intermittent. I haven't been able > to identify conditions

[perl #42620] PGE 'Out of memory' panics.

2007-04-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #42620] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42620 > Both t/compilers/pge/p5regex/p5rx.t and t/compilers/pge/p6regex/01-regex.t are f

[perl #42618] t/configure/01-options finds incorrect directory

2007-04-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #42618] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42618 > t/configure/01-options fails if there is a directory with the substring 'parrot' locat

[perl #42619] t/stm/llqueue_2.pir sometimes hangs

2007-04-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #42619] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42619 > While trying to run 'make test' today, t/stm/llqueue_2.pir hung and had to be killed m

[perl #42617] t/pmc/threads_7.pir hangs indefinitely

2007-04-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #42617] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42617 > While trying to run 'make test' today, t/pmc/threads_7.pir hung, gobbling up 100% of

Re: [perl #42616] Parrot won't build with perl-5.6.

2007-04-19 Thread chromatic
On Thursday 19 April 2007 11:24, Andy Dougherty wrote: > But if you actually try it with perl-5.6.2, the build proceeds for a > while and then dies with > > perl5.6 tools/build/pmc2c.pl --vtable > "longmess" is not exported by the Carp module at > /home/doughera/src/parrot/parrot-andy/tool

[perl #42615] [PATCH] C89 doesn't allow non-constant initializers

2007-04-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #42615] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42615 > This patch works around the following error message: "src/inter_call.c", line 1350: n

[perl #42616] Parrot won't build with perl-5.6.

2007-04-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #42616] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42616 > What version of perl is supposed to be required to build parrot? According to README

Re: [perl #38957] hash test failures (core dump)

2007-04-19 Thread Andy Dougherty
The test t/src/hash_6.c is still dumping core for me. I haven't tried debugging in detail beyond the information already in the RT ticket. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #42430] [PATCH] make :vtable imply :method

2007-04-19 Thread Joshua Isom
On Apr 18, 2007, at 3:48 PM, chromatic wrote: On Wednesday 18 April 2007 13:34, Alek Storm wrote: Vtable methods defined in C are visible from C. Of course, otherwise nothing would be able to call them. Therefore, it makes sense that vtable methods defined in PIR are visible from PIR, at