[perl #124051] [JVM] can not increase alias after binding to native int (failures in S02-types/native.t)

2015-03-12 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #124051] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124051 > At the moment there are spectest failures with S02-types/native.t with rakudo.

Re: [perl #118865] Parameter '' requires an instance, LTA error

2015-03-12 Thread Jonathan Scott Duff
IMHO, the message is actually slightly worse. Now it's talking about an invocant when there are no classes or methods involved! -Scott On Wed, Mar 11, 2015 at 1:26 PM, Christian Bartolomaeus via RT < bugs-comm...@bugs6.perl.org> wrote: > The error message has changed slightly and now states th

[perl #123308] [BUG] dir '/' results begin with 2 slashes

2015-03-12 Thread Christian Bartolomaeus via RT
I added a test to S32-io/dir.t with commit https://github.com/perl6/roast/commit/29d41333b2. I'm closing this ticket as 'resolved'.

[perl #104794] qx{} captures stderr

2015-03-12 Thread Christian Bartolomaeus via RT
After some tweaking I managed to make my test work on Windows as well. I added the test to S29-os/system.t with commit https://github.com/perl6/roast/commit/0f4b5b6b49 The error was not fixed for Parrot, but since support for Parrot was suspended with Rakudo Star Release 2015.02, I'm closing th

[perl #116933] Glibc: double free or memory corruption crash running t/spec/S02-types/bool.t in Rakudo 2013.02.1-7-gb205e66

2015-03-12 Thread Christian Bartolomaeus via RT
As noted above the tests in S02-types/bool.t are passing for quite a while. The only remaining problem was the segmentation fault with parrot when running '(0 but Bool::True) and print qq{$_ } for 1..1000;'. I just tested with the latest Rakudo Star (2015.02) and I was unable to reproduce the s

[perl #117825] [BUG] Internals leaking out with series operator used wrongly

2015-03-12 Thread Christian Bartolomaeus via RT
This ticket was still open because the test in S03-sequence/arity-2-or-more.t didn't pass for Parrot. Since support for Parrot was suspended with Rakudo Star Release 2015.02, I'm closing this ticket as 'resolved'. I'll add the ticket to a list of closed ticket living in the mu repository: https

[perl #120638] Empty array reference in a loop leaks memory on rakudo-parrot

2015-03-12 Thread Christian Bartolomaeus via RT
I've run the script mem.p6 on with a current rakudo.moar and rakudo.jvm and with rakudo.parrot from Rakudo Star 2015.02. On neither backend there is a severe memory leak (cmp. attached files moar.txt, jvm.txt, parrot.txt). So, is this ticket closable? +2437004 = 2437004 K +0 = 2437004 K

[perl #124056] [BUG] reading from :rw file handle gives "bad file descriptor" after seek

2015-03-12 Thread via RT
# New Ticket Created by Stefan Seifert # Please include the string: [perl #124056] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124056 > perl6 -e 'my $fh = "/tmp/fhtest".IO.open(:rw); $fh.say("test"); $fh.seek(0, 0); say $f