[perl #54062] [CAGE] unused variable redeclaration in src/oo.c

2008-05-13 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #54062] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54062 > MSVC-x86 outputs a warning for src/oo.c: src\oo.c(513) : warning C4189: '_class' :

[perl #51944] Cygwin Readme

2008-05-13 Thread Andrew Whitworth via RT
is this ticket (#51944) resolved? I don't see any outstanding todo items here that need to be considered further, and the submitted patch has already been applied. Can we close this, or is this a placeholder for us to further improve cygwin documentation? --Andrew Whitworth

Re: [perl #54062] [CAGE] unused variable redeclaration in src/oo.c

2008-05-13 Thread NotFound
On Tue, May 13, 2008 at 1:50 AM, via RT Andrew Whitworth <[EMAIL PROTECTED]> wrote: > src\oo.c(513) : warning C4189: '_class' : local variable is > initialized but not referenced > > The function in question, Parrot_find_vtable_meth, declares the > variable "_class" twice: once at the beginnin

Re: [perl #54062] [CAGE] unused variable redeclaration in src/oo.c

2008-05-13 Thread NotFound
No wonder that all test pass, this function is dead code. It's only used by the static function in the same file create_deleg_pmc_vtable, wich is never used. -- Salu2

Re: [perl #45503] one test in 't/op/string.t' is failling for jit runcore

2008-05-13 Thread NotFound
On Mon, May 12, 2008 at 7:40 PM, chromatic <[EMAIL PROTECTED]> wrote: > I fixed a few similar problems with the optimized build. Is r27069 any > guidance? r23771 looks like it might affect this function as well. string_bool signature was modified in 23771, but was marked as not null anyway.

Re: [perl #51944] Cygwin Readme

2008-05-13 Thread Reini Urban
2008/5/13 Andrew Whitworth via RT <[EMAIL PROTECTED]>: > is this ticket (#51944) resolved? I don't see any outstanding todo items > here that need to be considered further, and the submitted patch has > already been applied. Can we close this, or is this a placeholder for us > to further improve

[perl #54110] [BUG] segfault in infix/n_infix with string arguments

2008-05-13 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #54110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54110 > The infix and n_infix opcodes cause segfaults when invoked with string arguments.

Re: [perl #54110] [BUG] segfault in infix/n_infix with string arguments

2008-05-13 Thread Will Coleda
On Tue, May 13, 2008 at 9:48 AM, via RT Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Patrick R. Michaud > # Please include the string: [perl #54110] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?

Re: [perl #54062] [CAGE] unused variable redeclaration in src/oo.c

2008-05-13 Thread NotFound
Here is a patch to remove these functions. -- Salu2 Index: src/oo.c === --- src/oo.c (revisión: 27471) +++ src/oo.c (copia de trabajo) @@ -37,12 +37,6 @@ __attribute__nonnull__(1) __attribute__nonnull__(2); -stat

Re: [perl #45503] [BUG] one test in 't/op/string.t' is failling for jit runcore

2008-05-13 Thread NotFound
My text editor mangled a unicode mark at the start of the CREDITS file. Here is a corrected version of the patch. -- Salu2 Index: src/ops/core.ops === --- src/ops/core.ops (revisión: 27474) +++ src/ops/core.ops (copia de trabajo) @@

[perl #54116] rakudo segfaults on t/00-parrot/05-var.t (garbage collector)

2008-05-13 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #54116] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54116 > Parrot + rakudo as of revision 27472 segfaults on t/00-parrot/05-var.t (in the languages/

Re: [perl #54116] rakudo segfaults on t/00-parrot/05-var.t (garbage collector)

2008-05-13 Thread chromatic
On Tuesday 13 May 2008 08:58:57 Moritz Lenz wrote: > Parrot + rakudo as of revision 27472 segfaults on t/00-parrot/05-var.t > (in the languages/perl6 dir) on Debian GNU/Linux 4.0 "Etch" (SMP, 32 > bit). (and after a 'make realclean', I might add) > > This segfault is reproducible for me, but disap

Re: [perl #50894] parrot -O Fails Tests

2008-05-13 Thread NotFound
The attached patch is a hack that uses the 0200 flag in --imcc-debug to mean 'create debug segment regardless optimization level' $ ./parrot -O --imcc-debug=0200 t/compilers/imcc/syn/const_24.pir Null PMC access in get_string() current instr.: 'main' pc 5 (t/compilers/imcc/syn/const_24.pir:11) --

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

2008-05-13 Thread James E Keenan
James E Keenan wrote: On the basis of doing two of these buildfests in the past month, I would say that TAs are what we *most* need. Except for the first 5 and last 10 minutes of the session, all the Parrot team members present will be moving around the room coaching people on how to confi

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

2008-05-13 Thread Will Coleda
On Tue, May 13, 2008 at 10:22 PM, James E Keenan <[EMAIL PROTECTED]> wrote: > James E Keenan wrote: > > > > > > On the basis of doing two of these buildfests in the past month, I would > say that TAs are what we *most* need. > > > > Except for the first 5 and last 10 minutes of the session, all the