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

HOW.say returns "Null PMC access" #2907

Closed
p6rt opened this issue Oct 1, 2012 · 4 comments
Closed

HOW.say returns "Null PMC access" #2907

p6rt opened this issue Oct 1, 2012 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Oct 1, 2012

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

Searchable as RT115090$

@p6rt
Copy link
Author

p6rt commented Oct 1, 2012

From @bbkr

Rakudo 2012.09 Star

$ perl6 -e 'Int.HOW.say'
Null PMC access in get_bool()
  in attributes at src/stage2/gen/nqp-mo.pm​:1151
  in method perl at src/gen/CORE.setting​:791
  in method gist at src/gen/CORE.setting​:786
  in sub say at src/gen/CORE.setting​:7230
  in method say at src/gen/CORE.setting​:781
  in block at -e​:1

$ perl6 -e 'Int.HOW.gist'
Null PMC access in get_bool()
  in attributes at src/stage2/gen/nqp-mo.pm​:1151
  in method perl at src/gen/CORE.setting​:791
  in method gist at src/gen/CORE.setting​:786
  in block at -e​:1

@p6rt
Copy link
Author

p6rt commented Oct 16, 2012

From @jnthn

On Mon Oct 01 03​:54​:28 2012, pawel.pabian@​implix.com wrote​:

Rakudo 2012.09 Star

$ perl6 -e 'Int.HOW.say'
Null PMC access in get_bool()
in attributes at src/stage2/gen/nqp-mo.pm​:1151
in method perl at src/gen/CORE.setting​:791
in method gist at src/gen/CORE.setting​:786
in sub say at src/gen/CORE.setting​:7230
in method say at src/gen/CORE.setting​:781
in block at -e​:1

$ perl6 -e 'Int.HOW.gist'
Null PMC access in get_bool()
in attributes at src/stage2/gen/nqp-mo.pm​:1151
in method perl at src/gen/CORE.setting​:791
in method gist at src/gen/CORE.setting​:786
in block at -e​:1

Fixed​:

Int.HOW.say
Perl6​::Metamodel​::ClassHOW.new()
Int.HOW.gist
Perl6​::Metamodel​::ClassHOW.new()

This is a issue dupe of 115280, which has already been marked
testneeded, so just closing this one.

Thanks,

/jnthn

@p6rt
Copy link
Author

p6rt commented Oct 16, 2012

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

@p6rt
Copy link
Author

p6rt commented Oct 16, 2012

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

@p6rt p6rt closed this as completed Oct 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant