# New Ticket Created by Alexander Moquin
# Please include the string: [perl #123956]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123956 >
03:26 < Mouq> m: sub (:t(:$th)) {}
03:26 <+camelia> rakudo-moar 61c59d: ( no output )
On 2015-02-28 3:27 PM, Elizabeth Mattijsen wrote:
An interesting thought for the non-mutable cases of Set, Bag and Mix.
For the mutable cases (SetHash, BagHash, MixHash), setting the element to 0, is
effectively deleting it.
For the non-mutable case, I guess we could argue that *if* you specif
> On 28 Feb 2015, at 15:41, Philip Hazelden wrote:
>
> I'm trying to represent something of the form "I've chosen one member of this
> group, three members of that group, and nobody from the other group". A Bag
> seems right for this, except that if I want to get the list of groups, it
> doesn
Hi all,
Just a short message to let you know that the server(s) known as
"feather" will be shut down, permanently, 2015-03-31.
All data will be deleted, so if there's anything in your home dir that
you still want to have, get it now.
If you have any DNS records pointing to any of these addresses
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: db834e7325173686a3a34d6ea8a7a5fc3e288488
https://github.com/perl6/specs/commit/db834e7325173686a3a34d6ea8a7a5fc3e288488
Author: TimToady
Date: 2015-02-27 (Fri, 27 Feb 2015)
Changed paths:
M S32-setti
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 196845720533be52080aca8667ff88a101ecf0e1
https://github.com/perl6/specs/commit/196845720533be52080aca8667ff88a101ecf0e1
Author: skids
Date: 2015-02-27 (Fri, 27 Feb 2015)
Changed paths:
M S03-operator
# New Ticket Created by "Brian S. Julin"
# Please include the string: [perl #123953]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123953 >
(10:19:08 AM) skids: m: role g[::T $t] { multi method foo (T $a) { "OHAI".say
}; mul
I'm trying to represent something of the form "I've chosen one member of
this group, three members of that group, and nobody from the other group".
A Bag seems right for this, except that if I want to get the list of
groups, it doesn't seem to include the one with nobody:
> Bag.new-from-pairs(