# 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' :
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
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
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
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.
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
# 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.
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?
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
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)
@@
# 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/
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
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)
--
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
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
15 matches
Mail list logo