develooper Front page | perl.perl6.compiler | Postings from March 2012

[perl #111956] [BUG] LTA error message when quantifier follows nothing in Rakudo

Thread Previous
From:
Carl Mäsak
Date:
March 24, 2012 10:40
Subject:
[perl #111956] [BUG] LTA error message when quantifier follows nothing in Rakudo
Message ID:
rt-3.6.HEAD-4610-1332610794-1661.111956-82-0@perl.org
# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #111956]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111956 >


< masak> r: my $foo = '*'; say "q*" ~~ / q <$foo> /
<p6eval> rakudo a4c78f: OUTPUT«===SORRY!===␤Method 'rxtype' not found
for invocant of class 'Integer'␤»
<masak> innerestin'.
<sorear> n: my $foo = '*'; say "q*" ~~ / q <$foo> /
<p6eval> niecza v15-5-g1252cdb: OUTPUT«Unhandled exception: Quantifier
quantifies nothing [...]
<masak> I prefer Niecza's error to Rakudo's.
<masak> r: say '' ~~ / * /
<p6eval> rakudo a4c78f: OUTPUT«===SORRY!===␤Method 'rxtype' not found
for invocant of class 'Integer'␤»
<masak> ah, there we go.
* masak submits LTA rakudobug

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About