> On 02 Jan 2016, at 20:46, Dan Kogai (via RT)
> wrote:
>
> # New Ticket Created by Dan Kogai
> # Please include the string: [perl #127125]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=127125 >
>
>
> I am glad perl6 s
> On 02 Jan 2016, at 20:54, Dan Kogai (via RT)
> wrote:
>
> # New Ticket Created by Dan Kogai
> # Please include the string: [perl #127126]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=127126 >
>
>
> Oops, the previou
# New Ticket Created by Dan Kogai
# Please include the string: [perl #127126]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127126 >
Oops, the previous message does not contain the patch so I am submitting again.
Use the pa
# New Ticket Created by Dan Kogai
# Please include the string: [perl #127125]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127125 >
I am glad perl6 supports complex numbers natively. What I am not glad is that
its definitio
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 71d0c0c1fa672054f0da3409b742653b5bd92b3a
https://github.com/perl6/specs/commit/71d0c0c1fa672054f0da3409b742653b5bd92b3a
Author: Bruce Gray
Date: 2016-01-02 (Sat, 02 Jan 2016)
Changed paths:
M S32-set
# New Ticket Created by Christopher Matlak
# Please include the string: [perl #127127]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127127 >
(Please let me know if there's a better place to send this to)
I was looking into
# New Ticket Created by Jules Field
# Please include the string: [perl #127121]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127121 >
flat has no effect on arrays, but works fine on lists:
> ((1,2),3).flat.perl
(1, 2, 3).Se
# New Ticket Created by David Warring
# Please include the string: [perl #127129]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127129 >
$ cat > tst.pl
role R1 {
multi method foo(42) {}
multi method foo(69) {}
}
rol
> On 31 Dec 2015, at 13:47, Faye (via RT) wrote:
>
> # New Ticket Created by Faye
> # Please include the string: [perl #127107]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=127107 >
>
>
> $ cat Foo.pm6
> use Grammar::T
> On 30 Dec 2015, at 19:41, Leandro Hermida (via RT)
> wrote:
>
> # New Ticket Created by Leandro Hermida
> # Please include the string: [perl #127093]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=127093 >
>
>
>> my @
Hey Liz,
Sorry this was a case of me golfing something down then not explaining the
.WHY of what I was originally doing. This is what I was trying to achieve.
multi trait_mod:(Routine:D $meth,:$baz!) {
$meth.wrap( -> \SELF,$subj {});
};
role Foo {
method foo is baz { };
}
Obviously tra
> On 01 Jan 2016, at 17:49, Lloyd Fournier (via RT)
> wrote:
>
> # New Ticket Created by Lloyd Fournier
> # Please include the string: [perl #127112]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=127112 >
>
>
> role F
I golfed this down to:
p6 -e 'role {sub foo {}; BEGIN &foo.clone() }'
===SORRY!=== Error while compiling -e
An exception occurred while evaluating a BEGIN
at -e:1
Exception details:
===SORRY!=== Error while compiling
Cannot invoke this object
at :
For reasons I don't quite understand it's
Hi
Linenoise is included in Task::Star.
https://github.com/tadzik/Task-Star/commit/8ff101ae15
So it's strange I had to install it after I installed rakudo, panda, and
Task::Star.
I guess things aren't really streamlined to perfection yet.
/kaare
14 matches
Mail list logo