[perl #99560] Lexical '$r' not found

2012-10-13 Thread Will Coleda via RT
On Sat Dec 10 18:55:10 2011, jimmy wrote: > On Mon Sep 19 23:53:00 2011, jimmy.z...@gmail.com wrote: > > JimmyZ> rakudo: class A { multi trait_mod:( $r, :$rwr!) { > > $r.set_rw(); }; sub b is rwr { }; }; > > p6eval> rakudo cbdd9b: OUTPUT«===SORRY!===␤Lexical '$r' not found␤» > > jnthn> JimmyZ: Th

[perl #113628] [BUG] Internal Parrot error when doing a hyper-mutate-flip on an array

2012-10-13 Thread Will Coleda via RT
On Wed Jun 13 23:13:01 2012, masak wrote: > p6: @*ARGS ».=« flip > ..rakudo 90333b: OUTPUT«===SORRY!===␤ResizablePMCArray: Can't > shift from an empty array!␤» > hey, I broke Rakudo > * masak submits sorear's ResizablePMCArray rakudobug > o/ masakbot > * masak bobs in mid-air > r: (my @) ».=«

[perl #83622] [BUG] Rakudo says NaN === NaN is False

2012-10-13 Thread Will Coleda via RT
On Mon Feb 07 17:12:00 2011, masak wrote: > rakudo: say NaN == NaN > rakudo a37640: OUTPUT«Bool::False␤» > ?(NaN == NaN) is supposed to be False. > er, False. > rakudo: say NaN === NaN > rakudo a37640: OUTPUT«Bool::False␤» > that one could be true, since it's asking a non-numeric question >

[perl #115120] [PATCH] Add minimal 'x' flag to pack()

2012-10-13 Thread Will Coleda via RT
This patch was applied by moritz++ and the OP supplied tests. Closing ticket. -- Will "Coke" Coleda

[perl #115240] Curried role compose fails in precompiled modules

2012-10-13 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #115240] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115240 > (submitting on behalf of skids, who has problems reaching rakudobug by email) Whe