[perl #126684] [BUG] Reverse on a Range returns a List, not a Range

2015-11-19 Thread via RT
# New Ticket Created by Benjamin Goldberg # Please include the string: [perl #126684] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126684 > perl6 –e ‘(^5).reverse.WHAT.say’ Produces ‘(List)’, when I would have expected it to

[perl #124017] [BUG] Shouldn't be allowed to declare a class called `Foo:D` in Rakudo

2015-11-19 Thread jn...@jnthn.net via RT
On Sat Aug 29 03:41:10 2015, coke wrote: > On Sun Mar 08 07:10:57 2015, masak wrote: > > m: class Foo:D {}; say Foo.new > > rakudo-moar 459c63: OUTPUT«Foo.new()␤» > > * masak submits rakudobug > > (the bug being that that `:D` is allowed on a class declaration) > > More data: > > 06:40 < [Coke

[perl #123347] $*OUT.t fails

2015-11-19 Thread jn...@jnthn.net via RT
On Wed Dec 03 06:50:20 2014, coke wrote: > On Tue Dec 02 07:03:30 2014, sml...@gmail.com wrote: > > It works on Parrot, but on Moar it dies: > > > > m: say $*OUT.t > > rakudo-moar 91d899: OUTPUT«Cannot find method 'isatty': no > > method cache and no .^find_method␤ in method t at src/gen/m- > >

[perl #119193] [BUG] $obj.*method() doesn't care about multi methods in Rakudo

2015-11-19 Thread jn...@jnthn.net via RT
On Wed Aug 07 08:51:34 2013, masak wrote: > I've never put it down into words, but I'm disappointed at > where we ended up with things like $obj.*method() > it turns out that there are two axes along which there can be > "several methods": the mro axis and the multi axis. > the .* syntax picked