[perl #50908] [CAGE] gcc -Werror=declaration-after-statement

2008-02-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #50908] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50908 > According to http://gcc.gnu.org/onlinedocs/index.html#DIR, looks like as of gcc 4.2.3 (bu

Re: [perl #50646] [TODO][C] implement Parrot_remove_parent in src/oo.c

2008-02-15 Thread Jonathan Worthington
tuxdna wrote: src/oo.c:Parrot_remove_parent() Why should anyone remove a parent of any class? I believe it will break the hierarchy. The default class system only allows you to modify the inheritance hierarchy of a class by cloning the class. That means that any new instances get the change

Re: [perl #50646] [TODO][C] implement Parrot_remove_parent in src/oo.c

2008-02-15 Thread tuxdna
On Fri, Feb 8, 2008 at 3:21 PM, via RT Klaas-Jan Stol < [EMAIL PROTECTED]> wrote: > # New Ticket Created by Klaas-Jan Stol > # Please include the string: [perl #50646] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=50646 >

[perl #50802] [BUG]: .t files lying about their type..

2008-02-15 Thread Will Coleda via RT
On Thu Feb 14 08:26:05 2008, pmichaud wrote: > On Wed, Feb 13, 2008 at 07:29:25PM -0800, Will Coleda wrote: > > compilers/nqp/t/01-literals.t, for example, has a shebang of: > > > > #!./parrot > > > > but contains a test file written in NQP, not PIR. > > > > Before we can re-enable the pir_code_

Re: Hackathon at FP

2008-02-15 Thread Jeff Horwitz
I *should* be there, though IIRC, Allison will not. On Thu, 14 Feb 2008, Andy Lester wrote: I see that Allison's going to be at Frozen Perl. Will you be hackathonning? Anyone else going to be there besides me? I'm not sure I'll be sticking around for the hackathon, especially if I don't hea

[perl #50884] [PATCH] fixed unreachable code warnings after real_exception calls

2008-02-15 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #50884] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50884 > I fixed a few compile-time warnings in src/spf_vtable.c, src/threads.c, and src/st

[perl #50886] Re: [PATCH] fixed unreachable code warnings after real_exception calls

2008-02-15 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #50886] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50886 > ..forgot the patch, again. I'll get better at this, i swear. --Andrew Whitworth

[perl #50880] [PATCH] unreachable code warning in exceptions.c

2008-02-15 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #50880] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50880 > Fixed a warning in src/exceptions.c. the dumpcore() macro already contains an exit

Re: [perl #50880] AutoReply: [PATCH] unreachable code warning in exceptions.c

2008-02-15 Thread Andrew Whitworth
Forgot the patch in the last email. --Andrew Whitworth exceptions_c.patch Description: Binary data

[perl #50882] [PATCH] fixing compile warnings in spf_render.c

2008-02-15 Thread Andrew Whitworth
# New Ticket Created by "Andrew Whitworth" # Please include the string: [perl #50882] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50882 > Fixed two compile-time warnings in spf_render.c. 1) redefinition of snprintf macr

Re: [perl #50878] [BUG] is_equal vtable function not callable in C

2008-02-15 Thread chromatic
On Thursday 14 February 2008 18:16:03 Jerry Gay wrote: > 'cotto' on #parrot came to me with a problem today. he is unable to > call VTABLE_is_equal(...) inside a .pmc file. i'll use > src/pmc/exporter.pmc as an example pmc file, because i know its > internals. here's a patch: > > Index: src/pmc/ex

[perl #50894] parrot -O Fails Tests

2008-02-15 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #50894] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50894 > Currently we can't run Parrot with certain IMCC optimizations (by setting TEST_PROG_ARGS,