Hi,
Thanks for the report.
Can you try running it with the one of the following two variables set:

MVM_SPESH_DISABLE=1
MVM_SPESH_INLINE_DISABLE=1
MVM_SPESH_OSR_DISABLE=1
MVM_JIT_DISABLE=1

Last weeks we've seen lots of development in the dynamic optimizer, so
there are undoubtedly a few bugs to shake out.

Regards,
Bart

2017-08-12 14:46 GMT+02:00 Evan Miller <perl6-bugs-follo...@perl.org>:

> # New Ticket Created by  Evan Miller
> # Please include the string:  [perl #131888]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org/Ticket/Display.html?id=131888 >
>
>
> I'm using the Rakudo nom and MoarVM master. A call to "await" on an array
> of Promises is failing with the error:
>
>         No such method 'cache' for invocant of type 'NQPMu'
>           in any  at
> /Users/emiller/Code/rakudo/install/share/perl6/runtime/
> CORE.d.setting.moarvm
> line 1
>
> The full error can be seen here:
>
>   https://github.com/scmorrison/uzu/issues/10#issuecomment-321975611
>
> The failing call to "await" is here:
>
>
> https://github.com/scmorrison/uzu/blob/8d619bb682992baaf07c84262898b2
> 9f4e6c3fe6/lib/Uzu/Render.pm6#L401
>
> I'm running a version of that source file with "use v6.d.PREVIEW". Here's
> the output from perl6 --version:
>
>   This is Rakudo version 2017.07-148-g5fcce6732 built on MoarVM version
> 2017.07-382-g348b4262
>   implementing Perl 6.c.
>

Reply via email to