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 referring to a lexical defined in the RHS of an attribute assignment in Rakudo #1583

Closed
p6rt opened this issue Mar 6, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 6, 2010

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

Searchable as RT73368$

@p6rt
Copy link
Author

p6rt commented Mar 6, 2010

From @masak

<masak> rakudo​: class A { has $.b = my $foo = 42; method x { say $foo
} } A.new.x
[23​:17]
<p6eval> rakudo 14a83e​: OUTPUT«Null PMC access in getprop() [...]
* masak submits rakudobug
<masak> rakudo​: class A { my $foo = 42; method x { say $foo } }; A.new.x
<p6eval> rakudo 14a83e​: OUTPUT«42␤»

@p6rt
Copy link
Author

p6rt commented Jul 19, 2010

From @moritz

I just unfudged a passing test for that in RT #​73368, I guess jnthn++ is
to blame for this :-)

@p6rt
Copy link
Author

p6rt commented Jul 19, 2010

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

@p6rt
Copy link
Author

p6rt commented Jul 19, 2010

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

@p6rt p6rt closed this as completed Jul 19, 2010
@p6rt p6rt added the Bug 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