[perl #127653] [BUG] Could not find symbol ''

2017-08-20 Thread Brian S. Julin via RT
On Sun, 10 Jul 2016 16:19:34 -0700, c...@zoffix.com wrote: > Not sure if it's a bug, but it's still present in Rakudo version > 2016.06-154-g55c359e built on MoarVM version 2016.06-9-g8fc21d5 > > I tried using $module instead of module and this was the result: > >

[perl #131936] [REGRESSION] [REGEX] Match.made leaks a `NQPMu`

2017-08-20 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #131936] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131936 > It happens when `.made` is called on a Match on which `.make` was never called: say

[perl #131935] Spesh issue with errata tests: complex.t, unpolar.t, rat.t, fatrat.t

2017-08-20 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131935] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131935 > See IRC log:

[perl #131934] Errata test fail S17-promise/allof.t

2017-08-20 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Nevermind, the test was wrong. https://github.com/perl6/roast/commit/66792f989db6eb0832b134b2b327135f785e7974 On 2017-08-20 05:12:56, alex.jakime...@gmail.com wrote: > This test is failing: > https://github.com/perl6/roast/blob/b0044b0751fc13f97abca1ac4f76ccc5bb109112/S17- >

[perl #131934] Errata test fail S17-promise/allof.t

2017-08-20 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131934] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131934 > This test is failing:

[perl #131888] No such method 'cache' for invocant of type 'NQPMu'

2017-08-20 Thread Sam M via RT
Here is a script that demonstrates this issue relatively consistently. https://gist.github.com/scmorrison/d7506b69e5778381c8374163435ae651 Sometimes it works fine, but mostly not. I have tried several variations of this and any that use the >>.map, hyper, or promises fail. Sam