[perl #74608] [BUG] &time doesn't complain about getting arguments in Rakudo

2010-04-25 Thread jn...@jnthn.net via RT
On Fri Apr 23 07:56:49 2010, masak wrote: > question is, why doesn't &time complain when it gets >0 arguments? > masak: bug, I'd say > * masak submits rakudobug > after it's fixed, at least JimmyZ and the likes of him will > get a runtime error. Moved &time to the setting, which uses the Perl 6

[perl #74608] [BUG] &time doesn't complain about getting arguments in Rakudo

2010-04-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #74608] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=74608 > rakudo: my $a = time; (time - $a).say; my $b = time; ($b-$a).say; # masak: Is it right?