Re: [perl #125614] [BUG] Can't store whole 1&2 junctions in Mu-keyed hash in Rakudo

2015-07-14 Thread Elizabeth Mattijsen
> On 14 Jul 2015, at 12:29, Carl Mäsak (via RT) > wrote: > > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #125614] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=125614 > > > > my %h{Mu};

[perl #125615] LTA error message when trying to use NYI textual macros

2015-07-14 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125615] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125615 > Code: macro FOO { 'say 1' }; FOO; Result: ===SORRY!=== Too few positionals passed; exp

[perl #125614] [BUG] Can't store whole 1&2 junctions in Mu-keyed hash in Rakudo

2015-07-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #125614] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125614 > my %h{Mu}; # now you can store objects as keys m: my %xy{Mu}; rakudo-moar dd3bcc: ( no

Re: [perl #125611] [BUG] Set/Bag/KeySet/KeyBag no longer extendable

2015-07-14 Thread Elizabeth Mattijsen
> On 14 Jul 2015, at 03:24, 刘刊 (via RT) wrote: > > # New Ticket Created by 刘刊 > # Please include the string: [perl #125611] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=125611 > > > > 17:58 < kanl> is Set no longer ex

[perl #125612] Random Freezes of panda install Task::Star on OS X with current rakudobrew

2015-07-14 Thread via RT
# New Ticket Created by steve mynott # Please include the string: [perl #125612] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125612 > Hard to reproduce but typically panda install Task::Star "freezes". Seems to affect some

[perl #125606] Allow Roles to require private methods

2015-07-14 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #125606] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125606 > Since Roles compose their private methods into a Class (and thus Roles can see each

[perl #125611] [BUG] Set/Bag/KeySet/KeyBag no longer extendable

2015-07-14 Thread via RT
# New Ticket Created by 刘刊 # Please include the string: [perl #125611] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125611 > 17:58 < kanl> is Set no longer extendable? 17:58 < kanl> m: class Foo is Set { method foo( $foo ) {