On Fri, 12 May 2017 20:15:41 -0700, c...@zoffix.com wrote:
> Doesn't affect Perl 6-level code, but perhaps a SEGV is too bad and
> should be fixed?
>
> perl6 -Mnqp -e 'nqp::closedir(my $fh := nqp::opendir("."));
> nqp::nextfiledir($fh)'
> Segmentation fault
Thank you for the report. This is now f
On Fri, 12 May 2017 20:15:41 -0700, c...@zoffix.com wrote:
> Doesn't affect Perl 6-level code, but perhaps a SEGV is too bad and
> should be fixed?
>
> perl6 -Mnqp -e 'nqp::closedir(my $fh := nqp::opendir("."));
> nqp::nextfiledir($fh)'
> Segmentation fault
Thank you for the report. This is now f
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131330]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131330 >
Detective work points to 5401a1a[^1] as the culprit. See chat log:
https://irclog.perlgee
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131331]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131331 >
m: ^2 .grep: {try 1 after 0}
rakudo-moar a7c23a: OUTPUT: «WARNINGS for :Useless use of
On Sat, 13 May 2017 07:26:05 -0700, c...@zoffix.com wrote:
> Before ef29bb9f41aa5d[^1], the +> op special cased large shifts and
> large numbers. Now that special-casing was removed,
> it works fine in the first few runs, but then starts giving incorrect
> results (setting MVM_SPESH_DISABLE fixes t
On 05/17/2017 10:52 PM, ToddAndMargo wrote:
Hi All,
Fedora Code 25
# rpm -qa rak\*
rakudo-0.2017.04.2-2.fc25.x86_64
# perl6 --version
This is Rakudo version 2017.04.2 built on MoarVM version 2017.04
implementing Perl 6.c.
One of my programs suddenly stop working with the following
error mess