Re: [perl #111356] [TODO] Conversion from Instant to Date in Rakudo

2014-08-11 Thread Carl Mäsak
Yeah, I'm not sure either. // Carl On Sun, Aug 10, 2014 at 7:27 AM, Jonathan Scott Duff via RT wrote: > On Sun Feb 26 09:00:11 2012, masak wrote: >> there are a few things missing in Temporal, though >> like Date.new(now); >> you have to do Date.new(DateTime.now) >> how about Date.today? >>

[perl #122504] [BUG] 'return' outside of a routine should be a compile-time error, and most definitely shouldn't work like 'exit' at runtime in Rakudo

2014-08-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122504] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122504 > m: -> $f, $s { return $f + $s }(23, 42) rakudo-moar 11afe1: ( no output ) m: say -> $f