[perl #131830] [BUG] [REGRESSION] postcircumfix:<[ ]> with NativeCall is ambiguous

2017-08-02 Thread via RT
# New Ticket Created by Александр Кирюхин # Please include the string: [perl #131830] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131830 > I didn't tried to golf it yet, but since recent commits IO::Socket::Async::SSL

[perl #131830] [BUG] [REGRESSION] postcircumfix:<[ ]> with NativeCall is ambiguous

2017-08-02 Thread Zoffix Znet via RT
Tests added in https://github.com/rakudo/rakudo/pull/1127

[perl #131830] [BUG] [REGRESSION] postcircumfix:<[ ]> with NativeCall is ambiguous

2017-08-02 Thread Zoffix Znet via RT
Tests added in https://github.com/rakudo/rakudo/pull/1127

[perl #131830] [BUG] [REGRESSION] postcircumfix:<[ ]> with NativeCall is ambiguous

2017-08-02 Thread Zoffix Znet via RT
On Wed, 02 Aug 2017 07:21:37 -0700, alexander.kiryu...@gmail.com wrote: > I didn't tried to golf it yet, but since recent commits > IO::Socket::Async::SSL started to fail its tests with such backtrace: > > Ambiguous call to 'postcircumfix:<[ ]>'; these signatures all match: > > :(\SELF, int $pos)

[perl #131830] [BUG] [REGRESSION] postcircumfix:<[ ]> with NativeCall is ambiguous

2017-08-02 Thread Zoffix Znet via RT
On Wed, 02 Aug 2017 07:21:37 -0700, alexander.kiryu...@gmail.com wrote: > I didn't tried to golf it yet, but since recent commits > IO::Socket::Async::SSL started to fail its tests with such backtrace: > > Ambiguous call to 'postcircumfix:<[ ]>'; these signatures all match: > > :(\SELF, int $pos)

[perl #131831] Possible precomp issue: crash with `is a directory, cannot do '.open' on a directory` pointing to a sha1 hash of a dir

2017-08-02 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131831] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131831 > The full issue and some discussion can be seen on zef's Issue

[perl #131827] [BUG] Multi-value hash doesn't consider * as a Range

2017-08-02 Thread Zoffix Znet via RT
Tests added: https://github.com/perl6/roast/commit/6da51968d3dce262d179d15fa78a27d74ca0d728

[perl #131829] Weird memory leakage of sequences and other things ( (1…∞).grep(* < 0)[^10] )

2017-08-02 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131829] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131829 > Code: say (1…∞).grep(* < 0)[^10] Given that all of the values are