[perl #118031] Cannot .new / .clone TypedHash without losing typing

2013-05-17 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #118031] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118031 > [12:36:12] r: my %h{Any}; my %i=%h.new; say %h.WHAT; say %i.WHAT #

[perl #118037] .exists returns false on a %h{Any} in a TypedHash

2013-05-17 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #118037] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118037 > [23:54:47] r: my %h{Any}; %h{Any}=1; say (%h{Any}:p).perl; my @a=An

[perl6/specs] 14e9ce: define INIT/END order across modules

2013-05-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 14e9ce6c8a7cb5f9f7c69d7c18b8a405031c4b33 https://github.com/perl6/specs/commit/14e9ce6c8a7cb5f9f7c69d7c18b8a405031c4b33 Author: Larry Wall Date: 2013-05-15 (Wed, 15 May 2013) Changed paths: M S04-con

[perl6/specs] a7444d: distinguish FINAL phase from CHECK phase

2013-05-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: a7444d895a3641df8ee44311f3613c1612c4de33 https://github.com/perl6/specs/commit/a7444d895a3641df8ee44311f3613c1612c4de33 Author: Larry Wall Date: 2013-05-15 (Wed, 15 May 2013) Changed paths: M S02-bit

[perl #118029] Stash.new creates Hash, not a Stash

2013-05-17 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #118029] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=118029 > 11:27:12]rn: my $s=Stash.new; say $s.WHAT [11:27:15] <+camelia>

[perl6/specs] 8fca4e: "first time" tweak from PerlJam++

2013-05-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 8fca4e78d40d2e98b74765199c63e6c2a1d20793 https://github.com/perl6/specs/commit/8fca4e78d40d2e98b74765199c63e6c2a1d20793 Author: Larry Wall Date: 2013-05-15 (Wed, 15 May 2013) Changed paths: M S04-con

[perl6/specs] 1bc6fe: Added some periods

2013-05-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 1bc6fed1bf54409676b4709d7555aeaa0cfdbef9 https://github.com/perl6/specs/commit/1bc6fed1bf54409676b4709d7555aeaa0cfdbef9 Author: Elizabeth Mattijsen Date: 2013-05-15 (Wed, 15 May 2013) Changed paths:

fun with memory with origin/jvm-support

2013-05-17 Thread Nicholas Clark
So I can build Rakudo for the JVM no problem on a rather beefy server. When I tried it on a desktop with 2GB it fails: $ java -Xbootclasspath/a:.:/home/nick/Perl/rakudo/nqp/install/nqp-runtime.jar:/home/nick/Perl/rakudo/nqp/install/asm-4.1.jar:/home/nick/Perl/rakudo/nqp/install/jline-1.0.jar:raku