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
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 @) ».=«
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
>
This patch was applied by moritz++ and the OP supplied tests.
Closing ticket.
--
Will "Coke" Coleda
# 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