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 using an accessor after creating an object with .CREATE #829

Closed
p6rt opened this issue Mar 23, 2009 · 5 comments
Closed

Comments

@p6rt
Copy link

p6rt commented Mar 23, 2009

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

Searchable as RT64116$

@p6rt
Copy link
Author

p6rt commented Mar 23, 2009

From @masak

<masak> rakudo​: class A { has %.env is rw }; my $a = A.CREATE; $a.env
= { foo => 'bar' }; say $a.env<foo>
<p6eval> rakudo 1c263b​: OUTPUT«Null PMC access in getprop() [...]
<masak> wohoo!
* masak submits rakudobug
<masak> that assignment should work, right?

@p6rt
Copy link
Author

p6rt commented Jul 17, 2009

From @kyleha

This is an automatically generated mail to inform you that tests are now available in b/t/spec/S12-construction/construction.t

@p6rt
Copy link
Author

p6rt commented Jul 17, 2009

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

@p6rt
Copy link
Author

p6rt commented Jul 26, 2009

From @kyleha

There's a test for this which passes, and the original code works with
Rakudo 4c31fb77fbf5fb6f034b1f9612f1f53dd7ed6f00. I'm marking this
resolved.

@p6rt
Copy link
Author

p6rt commented Jul 26, 2009

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

@p6rt p6rt closed this as completed Jul 26, 2009
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