Parrot 6.7.0 "Grey-headed" Released

2014-08-19 Thread Reini Urban
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/),

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

2014-08-19 Thread Carl Mäsak via RT
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

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

2014-08-19 Thread Will Coleda via RT
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

[perl #79464] [BUG] Null PMC access when accessing module variable from within sub called from outside the module in Rakudo

2014-08-19 Thread Will Coleda via RT
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

[perl #122436] 9515bb7636d2352a68bf770d80964f5907526fbc broke rakudo.parrot

2014-08-19 Thread Will Coleda via RT
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