> 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};
# 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
# 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
> 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
# 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
# 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
# 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 ) {