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


<lichtkind> rakudo: my @d= 1..5; say @d.fmt( "jojo %d   %d");
<p6eval> rakudo 1eadbb: OUTPUT«Null PMC access in get_integer() [...]
<lichtkind> rakudo: my @d= 1..5; say @d.fmt( "%d", ',');
<p6eval> rakudo 1eadbb: OUTPUT«1,2,3,4,5␤»
<lichtkind> rakudo: my @d= 1..5; say @d.fmt( "%d-%s");
<p6eval> rakudo 1eadbb: OUTPUT«Null PMC access in get_string() [...]
<lichtkind> rakudo: my @d= 1..5; say @d.fmt( "-%s");
<p6eval> rakudo 1eadbb: OUTPUT«-1 -2 -3 -4 -5␤»
<lichtkind> got it :)
<jnthn> npmca ist crap, though.
* masak submits rakudobug
<masak> hello, #perl6 :)
<jnthn> masak. He submits bugs, THEN greets you.
<masak> rakudo: say sprintf("%d-%s", 42)
<p6eval> rakudo 1eadbb: OUTPUT«Null PMC access in get_string() [...]
<masak> sprintf is the real culprit.
<jnthn> ah
* moritz thought so

Reply via email to