Re: [perl6/specs] 89cc32: Spec Bag.kxxv

2014-04-13 Thread Damian Conway
> Spec Bag.kxxv It's a clever name...but maybe too clever? I find it unfortunate that a method that only returns keys has a 'v' in its name. Up to now, we've had a more predictable pattern to naming these accessors. How about one of: .weighted-keys .distribution instead??? And wha

[perl #77784] [BUG] Rakudo fails to give "Null regex not allowed" for a number of operators

2014-04-13 Thread Alexander Moquin via RT
This has been fixed and the tests pass. Marking as resolved.

[perl #109874] BUG: should match: grammar A { rule TOP { ^ } }; say A.parse(' ')

2014-04-13 Thread Alexander Moquin via RT
On Sun Jul 28 10:05:00 2013, masak wrote: > r: grammar G { token TOP { ^$ }; rule foo { foo } }; say ? > G.parse(" foo") > rakudo 96776b: OUTPUT«True␤» > r: grammar G { token TOP { ^$ }; rule foo {foo } }; say ? > G.parse(" foo") > rakudo 96776b: OUTPUT«False␤» > I thought rules ignored initia

[perl6/specs] 89cc32: Spec Bag.kxxv

2014-04-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 89cc32d82d4f8cd49040ee56d54e04dbc04b65bc https://github.com/perl6/specs/commit/89cc32d82d4f8cd49040ee56d54e04dbc04b65bc Author: Elizabeth Mattijsen Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths:

[perl6/specs] 9213b1: Spec .min/.max on Bags

2014-04-13 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 9213b1382078fee890ab9d74223f3c7e95942837 https://github.com/perl6/specs/commit/9213b1382078fee890ab9d74223f3c7e95942837 Author: Elizabeth Mattijsen Date: 2014-04-13 (Sun, 13 Apr 2014) Changed paths:

[perl #121647] let-localized variable doesn't restore value when block exited by exception (JVM only)

2014-04-13 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #121647] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=121647 > rakudo-jvm fails the second test in this block: { my $a = 42; try { is((let $a =