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

Missing serialize REPR function for REPR MVMContext #5061

Open
p6rt opened this issue Jan 18, 2016 · 4 comments
Open

Missing serialize REPR function for REPR MVMContext #5061

p6rt opened this issue Jan 18, 2016 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jan 18, 2016

Migrated from rt.perl.org#127302 (status was 'new')

Searchable as RT127302$

@p6rt
Copy link
Author

p6rt commented Jan 18, 2016

From @LLFourn

# Foo.pm
use Test;
BEGIN { my $whatever = $*REPO }
===SORRY!===
Missing serialize REPR function for REPR MVMContext

Pretty odd one. If you don't 'use Test' (or any other module it will be
fine).

@p6rt
Copy link
Author

p6rt commented Jan 18, 2016

From @LLFourn

Or even​:
# Foo.pm
BEGIN
$*REPO.need(CompUnit​::DependencySpecification.new(​:short-name('Test')));

perl6 -Ilib -e 'use Foo';
===SORRY!===
Missing serialize REPR function for REPR MVMContext

On Mon, Jan 18, 2016 at 1​:44 PM perl6 via RT <perl6-bugs-followup@​perl.org>
wrote​:

Greetings,

This message has been automatically generated in response to the
creation of a trouble ticket regarding​:
"[precomp] Missing serialize REPR function for REPR MVMContext",
a summary of which appears below.

There is no need to reply to this message right now. Your ticket has been
assigned an ID of [perl #​127302].

Please include the string​:

     \[perl #&#8203;127302\]

in the subject line of all future correspondence about this issue. To do
so,
you may reply to this message.

                    Thank you,
                    perl6\-bugs\-followup@&#8203;perl\.org

-------------------------------------------------------------------------
# Foo.pm
use Test;
BEGIN { my $whatever = $*REPO }
===SORRY!===
Missing serialize REPR function for REPR MVMContext

Pretty odd one. If you don't 'use Test' (or any other module it will be
fine).

@p6rt
Copy link
Author

p6rt commented Jan 18, 2016

From @LLFourn

Perhaps relevant irc​:

http://irclog.perlgeek.de/moarvm/2015-12-04

On Mon, Jan 18, 2016 at 1​:56 PM Lloyd Fournier <lloyd.fourn@​gmail.com>
wrote​:

Or even​:
# Foo.pm
BEGIN
$*REPO.need(CompUnit​::DependencySpecification.new(​:short-name('Test')));

perl6 -Ilib -e 'use Foo';
===SORRY!===
Missing serialize REPR function for REPR MVMContext

On Mon, Jan 18, 2016 at 1​:44 PM perl6 via RT <perl6-bugs-followup@​perl.org>
wrote​:

Greetings,

This message has been automatically generated in response to the
creation of a trouble ticket regarding​:
"[precomp] Missing serialize REPR function for REPR MVMContext",
a summary of which appears below.

There is no need to reply to this message right now. Your ticket has been
assigned an ID of [perl #​127302].

Please include the string​:

     \[perl #&#8203;127302\]

in the subject line of all future correspondence about this issue. To do
so,
you may reply to this message.

                    Thank you,
                    perl6\-bugs\-followup@&#8203;perl\.org

-------------------------------------------------------------------------
# Foo.pm
use Test;
BEGIN { my $whatever = $*REPO }
===SORRY!===
Missing serialize REPR function for REPR MVMContext

Pretty odd one. If you don't 'use Test' (or any other module it will be
fine).

@p6rt
Copy link
Author

p6rt commented Aug 6, 2016

From @zoffixznet

Still present in Rakudo version 2016.07.1-88-g15ee3c3 built on MoarVM version 2016.07-11-g11e02fe

@p6rt p6rt added the precomp label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant