# 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.
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
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'.
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
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
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
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
# 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