[perl #123956] [BUG] multi-name argument parsing too strict

2015-02-28 Thread via RT
# 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 )

Re: Bag with explicit 0 elements?

2015-02-28 Thread Darren Duncan
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

Re: Bag with explicit 0 elements?

2015-02-28 Thread Elizabeth Mattijsen
> 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

feather.perl6.nl decommissioned

2015-02-28 Thread Juerd Waalboer
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

[perl6/specs] db834e: distinguish antipairs from antipair/invert

2015-02-28 Thread GitHub
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

[perl6/specs] 196845: Negative binary shifts are indeed tested in roast,...

2015-02-28 Thread GitHub
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

[perl #123953] Coercion type applied via role parameter fails to multi-dispatch

2015-02-28 Thread Brian S. Julin
# 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

Bag with explicit 0 elements?

2015-02-28 Thread Philip Hazelden
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(