[perl6/specs] 065a71: clarify that range->seq translation implies *.succ

2013-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 065a718ced9c58704d2e5a21555794fa9e4be0d7 https://github.com/perl6/specs/commit/065a718ced9c58704d2e5a21555794fa9e4be0d7 Author: Larry Wall Date: 2013-10-29 (Tue, 29 Oct 2013) Changed paths: M S03-ope

[perl6/specs] 521e00: no cycles on rangechars that Unicode might add to

2013-10-29 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 521e009c8275b3f1bb40f1e2a0a111e8fc138b34 https://github.com/perl6/specs/commit/521e009c8275b3f1bb40f1e2a0a111e8fc138b34 Author: Larry Wall Date: 2013-10-29 (Tue, 29 Oct 2013) Changed paths: M S03-ope

[perl #120413] [JVM] Any.exists("a"); fails.

2013-10-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #120413] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120413 > 20:04 <[Coke]> j: Any.exists("a"); 20:04 rakudo-jvm 882e33: OUTPUT«No such method 'packa

Announce: Rakudo Star 2013.10 Released!

2013-10-29 Thread Matthew
## A useful, usable, "early adopter" distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm happy to announce the October 2013 release of "Rakudo Star", a useful and usable distribution of Perl 6. The tarball for the October 2013 release is available from

[perl #120407] [JVM] BagHash.grab doesn't properly update .elems

2013-10-29 Thread Will Coleda via RT
On Tue Oct 29 07:01:58 2013, elizabeth wrote: > On 29 Oct 2013, at 13:34, Will Coleda (via RT) follo...@perl.org> wrote: > > # New Ticket Created by Will Coleda > > # Please include the string: [perl #120407] > > # in the subject line of all future correspondence about this issue. > > # https://

Re: [perl #120407] [JVM] BaghHash.grab doesn't properly update .elems

2013-10-29 Thread Elizabeth Mattijsen
On 29 Oct 2013, at 13:34, Will Coleda (via RT) wrote: > # New Ticket Created by Will Coleda > # Please include the string: [perl #120407] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=120407 > > > > S02-types/baghash.t

[perl #120407] [JVM] BaghHash.grab doesn't properly update .elems

2013-10-29 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #120407] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120407 > S02-types/baghash.t has a test that creates a BagHash, .grab's some items from it. The f