[perl #77382] %() causes Out of mem error

2010-08-23 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77382] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77382 > Pisa build $ perl6 -e '%()' Failed allocation of 3976 bytes Parrot VM: PANIC: Out of me

[perl #77378] inverted ranges in regexp ** op matches maximum times instead of 0 times

2010-08-23 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77378] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77378 > # regular ranges works as expected: $ perl6 -e 'say "many" ~~ /m ** 0..3/' mmm

[perl #77380] error message for negative range quantifier endpoint not precise enough

2010-08-23 Thread via RT
# New Ticket Created by Paweł Pabian # Please include the string: [perl #77380] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77380 > This code: "" ~~ /m ** 1..-1 / Gives following message: "Only integers or '*' allowed a

[perl #77394] Rakudo ignores sigil-implied types for binding

2010-08-23 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77394] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77394 > fine: 22:21 < moritz_> rakudo: my Str $a := 1 22:21 <+p6eval> rakudo 689bb7: OUTPUT«You

[perl #77390] Rakudo allows null patterns in alternations

2010-08-23 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77390] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77390 > 21:13 < moritz_> rakudo: / | /; say "alive" 21:13 <+p6eval> rakudo 689bb7: OUTPUT«alive␤»

[perl #77386] unrecognized meta character in regexes produces LTA error message

2010-08-23 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #77386] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77386 > 20:26 <+p6eval> std 32088: OUTPUT«===SORRY!===␤Unrecognized regex metacharacter (must be

[perl #75502] tests available

2010-08-23 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/context-forcers.t commit bcf95590569868d70c6181cc5ebceb0f911234dd Author: moritz Date: Mon Aug 23 18:06:52 2010 + [t/spec] tests for %() hash context forcer; also tests RT #75502

Re: [perl #64124] Segmentation fault in embedding Parrot into Perl 5

2010-08-23 Thread Gabor Szabo
On Wed, Aug 18, 2010 at 8:13 AM, Will Coleda via RT wrote: > On Mon Mar 23 13:09:56 2009, szab...@gmail.com wrote: >> I am not sure if this is a Parrot or Rakudo bug >> or just a plain invalid usage on my side. >> >> The following code runs, prints the prompt but when I >> enter a response I get a