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


* moritz_ found a very weird bug
<moritz_> rakudo: printf 'foobar'
<p6eval> rakudo 6783b5: OUTPUT«foobar»
<moritz_> rakudo: printf '%- 8%s', 'XXX', 'bla'
<p6eval> rakudo 6783b5:  ( no output )
<moritz_> rakudo: printf '%- 8%s' ~ "\n", 'XXX', 'bla'
<p6eval> rakudo 6783b5:  ( no output )
<masak> what's weird is that it doesn't print anything.
<moritz_> right
<moritz_> it doesn't like the format string
<moritz_> with good reason, I might add
<moritz_> but then it should please die() or fail() or interpret it literally
* masak submits rakudobug
<masak> I've experienced &say do the same lately, I think. but only on
the evalbot.
<masak> this, however, occurs locally too.

Reply via email to