[perl #131301] [SEGV] segfault when nqp::nextfiledir'ing a closed dir handle

2017-05-19 Thread Zoffix Znet via RT
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

[perl #131301] [SEGV] segfault when nqp::nextfiledir'ing a closed dir handle

2017-05-19 Thread Zoffix Znet via RT
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

[perl #131330] [PERF] for ^N { } got about 2.5x slower in 5401a1a

2017-05-19 Thread via RT
# 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

[perl #131331] [BUG] Wrong useless use warning in grep + try + after

2017-05-19 Thread via RT
# 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

[perl #131306] [SPESH] Incorrect results with `uint32` types after +> was made to handle large ints

2017-05-19 Thread Zoffix Znet via RT
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

Re: net::smtp went missing

2017-05-19 Thread ToddAndMargo
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