# New Ticket Created by Patrick R. Michaud
# Please include the string: [perl #56616]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56616 >
PDD21 documents the 'make_namespace', 'make_hll_namespace',
and 'make_root_namespa
Better, in a sense:
$ TEST_PROG_ARGS="-j" prove -v t/stm/runtime.t
t/stm/runtime..
1..5
ok 1 - choice (one thread)
ok 2 # SKIP Intermittently failing everywhere
ok 3 # SKIP Intermittently failing everywhere
not ok 4 - queue adapted for the library
# Failed test 'queue adapted for the librar
# New Ticket Created by Vasily Chekalkin
# Please include the string: [perl #56612]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56612 >
Hello.
Simple test case for closures shows accessing wrong lexpad.
sub times($a,$b
# New Ticket Created by Bernhard Schmalhofer
# Please include the string: [perl #56614]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56614 >
In runtime/parrot/library/config.pir I encountered the comment.
XXX hash sho
Thanks to *considerable* testing assistance from Jason Cole in several
rounds of off-list correspondence, I have been able to identify the
problem that Jason reported and to trace it to a subtle, long-standing
bug in config/auto/icu.pm.
To diagnose this problem I created a new 'reautoicu' branch i
# New Ticket Created by Patrick R. Michaud
# Please include the string: [perl #56622]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56622 >
This one takes a bit of lengthy explanation, but the bottom
line is that the 'isa'
# New Ticket Created by Jeff Horwitz
# Please include the string: [perl #56618]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56618 >
In r29081, the following code segfaults:
module Foo::Bar;
sub foo() { say "bar";
On Saturday 05 July 2008 09:42:33 Jeff Horwitz wrote:
> In r29081, the following code segfaults:
>
>module Foo::Bar;
>sub foo() { say "bar"; }
>foo(); # segfaults here
>
> The script works if the modules declaration is omitted. I also tried
> running with -G, and it still segfaults at
Here's some more patches to improve things. It adds the following:
+ require TAP::Harness::Archive 0.10 so we can add extra_properties to our TAP
archives.
+ Collect Architecture, Compiler, DEVEL, Optimize, Perl Version, Platform, SVN
Revision and Version data into our TAP archives as