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

Null PMC access when doing eval(:lang) in Rakudo #2716

Closed
p6rt opened this issue Apr 16, 2012 · 5 comments
Closed

Null PMC access when doing eval(:lang) in Rakudo #2716

p6rt opened this issue Apr 16, 2012 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Apr 16, 2012

Migrated from rt.perl.org#112472 (status was 'resolved')

Searchable as RT112472$

@p6rt
Copy link
Author

p6rt commented Apr 16, 2012

From @masak

<jaffa4> r​: eval(​:lang<perl5>,'1');
<p6eval> rakudo 442db9​: OUTPUT«Null PMC access in
find_method('compile')␤ in sub eval at src/gen/CORE.setting​:450 [...]
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Apr 21, 2012

From @jnthn

On Mon Apr 16 05​:58​:45 2012, masak wrote​:

<jaffa4> r​: eval(​:lang<perl5>,'1');
<p6eval> rakudo 442db9​: OUTPUT«Null PMC access in
find_method('compile')␤ in sub eval at src/gen/CORE.setting​:450 [...]
* masak submits rakudobug

Now gives the much more informative​:

eval(​:lang<perl5>,'1');
No compiler available for language 'perl5'

Tagging testneeded (though probably best to choose a junk language name
for the test, since we should one day have perl5 as a valid option there).

/jnthn

@p6rt
Copy link
Author

p6rt commented Apr 21, 2012

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented May 14, 2012

From @kyleha

I put a test for this in S29-context/eval.t

@p6rt
Copy link
Author

p6rt commented May 14, 2012

@kyleha - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant