On behalf of the Parrot team, I'm proud to announce Parrot 6.7.0, also known
as "Grey-headed Lovebird". Parrot (http://parrot.org/) is a virtual
machine aimed
at running all dynamic languages.
Parrot 6.7.0 is available on Parrot's FTP site
(ftp://ftp.parrot.org/pub/parrot/releases/devel/6.7.0/),
masak (>>>), coke (>):
> > > rakudo: say NaN === NaN
> > > rakudo a37640: OUTPUT«Bool::False»
> > > that one could be true, since it's asking a non-numeric
> > > question
>
> [...]
>
> Fixed in a82c407.
I just want to add, for completion, that discussion on #perl6 mentioned that
there are dif
On Sat Oct 13 20:13:45 2012, coke wrote:
> 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 c
On Fri Nov 19 14:48:40 2010, masak wrote:
> rakudo: Foo::bar(); module Foo { our $x = 42; our sub bar() {
> $x.say } }
> rakudo : OUTPUT«Null PMC access in find_method('say') in
> 'Foo::bar' [...]
> ISTR that bug is in RT somewhere.
> * masak looks
> hm. seems not.
> * masak submits rakudobug
On Tue Jul 29 16:12:12 2014, coke wrote:
> last 2 days we've started seeing thousands of failures on the daily
> rakudo.parrot run. Doing a git bisect, looks like the commit that
> started the failures is:
>
> $ git bisect good
> 9515bb7636d2352a68bf770d80964f5907526fbc is the first bad commit
> c