# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #75456] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75456 >
<moritz_> rakudo: '1 ' ~~ /.*/; say +$/ <p6eval> rakudo 1727ca: OUTPUT«0» <pmichaud> rakudo++ <moritz_> is that actually correct? <moritz_> I don't believe it is <masak> waitwait. <masak> I'd expect '1' from that. <moritz_> rakudo: say +'1 ' <p6eval> rakudo 1727ca: OUTPUT«1» * masak submits rakudobug <pmichaud> wait wait <masak> moritz_++ <pmichaud> wait wait <masak> :) <pmichaud> seriously, wait * masak waits <pmichaud> your intuition doesn't match what TimToady++ told me once during a concall <pmichaud> we were going to change numification so that it had to match exactly (although trailing spaces might've been allowed) <pmichaud> rakudo: say +"1 abc" <p6eval> rakudo 1727ca: OUTPUT«1» <pmichaud> rakudo is wrong there <moritz_> pmichaud: and how would one numify while ignore trailing garbage? <pmichaud> moritz_: I don't know -- that was just what we discussed <masak> I don't know that that update has even made it into the spec. <moritz_> anyway, the current situation is incoherent in rakudo <masak> yep. deserves a rakudobug. <moritz_> +1 <pmichaud> no, the update never made it into the spec, afaik