-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such method 'cache' for invocant of type 'NQPMu' #6443
Comments
From emmiller@gmail.comI'm using the Rakudo nom and MoarVM master. A call to "await" on an array No such method 'cache' for invocant of type 'NQPMu' The full error can be seen here: The failing call to "await" is here: I'm running a version of that source file with "use v6.d.PREVIEW". Here's This is Rakudo version 2017.07-148-g5fcce6732 built on MoarVM version |
From @bdwHi, MVM_SPESH_DISABLE=1 Last weeks we've seen lots of development in the dynamic optimizer, so Regards, 2017-08-12 14:46 GMT+02:00 Evan Miller <perl6-bugs-followup@perl.org>:
|
The RT System itself - Status changed from 'new' to 'open' |
From emmiller@gmail.comNone of the provided environmental variables reliably fixed the issue. MVM_SPESH_INLINE_DISABLE=1 seemed to provide slightly better results overall, but that may have been due to random chance, and the original error still sometimes appeared. |
From @AlexDanielI think things would go faster with this one if it was golfed down. Given the previous warnings saying “Use of uninitialized value $key of type Any in string context.”, the issue is quite possibly in Uzu itself (or maybe even Mustache). The ticket is of course valid because the error should not complain about NQPMu's, and maybe there's some deeper issue with this. On 2017-08-13 05:13:40, emmiller@gmail.com wrote:
|
From emmiller@gmail.com
I will try to golf it when I have time. In the meantime, I have occasionally seen the same error in place of the memory errors described in #131889. If that one is resolved then this one may go away too. |
From sam@linux.comHere 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 |
Migrated from rt.perl.org#131888 (status was 'open')
Searchable as RT131888$
The text was updated successfully, but these errors were encountered: