[perl #124016] Rakudo inappropriately uses .gist for caching "is cached" sub arguments; needs proper solution

2015-03-08 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #124016] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124016 > In current Rakudo, the 'is cached' trait for routines compares incoming argument lists by thei

[perl #124018] Differing behavior of multi grammar rules with and without "multi"

2015-03-08 Thread Brian S. Julin
# New Ticket Created by "Brian S. Julin" # Please include the string: [perl #124018] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124018 > In a grammar that uses a proto+parameterized multi, the "multi" is optional accordin

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

2015-03-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #124017] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124017 > m: class Foo:D {}; say Foo.new rakudo-moar 459c63: OUTPUT«Foo.new()␤» * masak submits r