Skip to content
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

LTA error: Serialization Error: missing static code ref for closure 'run' #1471

Open
zoffixznet opened this issue Feb 3, 2018 · 1 comment
Labels
LTA Less Than Awesome; typically an error message that could be better

Comments

@zoffixznet
Copy link
Contributor

$ cat Foo.pm6 
my package EXPORT::DEFAULT {}; BEGIN EXPORT::DEFAULT::{'this'} = ::('this')

$ ./perl6 -I. -MFoo -e ''
===SORRY!===
Serialization Error: missing static code ref for closure 'run' (gen/moar/stage2/NQPHLL.nqp:1829)

$ ./perl6 -v
This is Rakudo version 2018.01-95-g2339d8dd0 built on MoarVM version 2018.01-59-g6da2afe5a
implementing Perl 6.c.
@zoffixznet zoffixznet added the LTA Less Than Awesome; typically an error message that could be better label Feb 3, 2018
@ab5tract
Copy link
Collaborator

This issue persists in both base and RakuAST.

> ./rakudo-m -v
Welcome to Rakudo™ v2024.04-117-g3ce05fa0d.
Implementing the Raku® Programming Language v6.d.
Built on MoarVM version 2024.04-7-gfe2080ac3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTA Less Than Awesome; typically an error message that could be better
Projects
None yet
Development

No branches or pull requests

2 participants