# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #78252]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78252 >


<masak> rakudo: say $foo; { my $foo = 42 }
<p6eval> rakudo 2ee5db: OUTPUT«===SORRY!===␤too few positional
arguments: 2 passed, 3 (or more) expected␤»
<masak> wtf?
<masak> rakudo: say $foo;
<p6eval> rakudo 2ee5db: OUTPUT«===SORRY!===␤too few positional
arguments: 2 passed, 3 (or more) expected␤»
* masak submits rakudobug
<masak> *sigh*
<masak> taking a guess, that seems to be an error that occurs during
parsing while trying to print the real error.
<masak> taking another guess, it has to do with the Parrot
String/Rakudo Str conversion not always being perfect. probably a
.trans call or something.
<TimToady> rakudo: exit; say $foo;
<p6eval> rakudo 2ee5db: OUTPUT«===SORRY!===␤too few positional
arguments: 2 passed, 3 (or more) expected␤»
<masak> would be nice if someone would do a bisect on this one.

Reply via email to