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

accessors appear as 'accessor_helper_{ro,rw}' in introspection #1768

Closed
p6rt opened this issue May 19, 2010 · 3 comments
Closed

accessors appear as 'accessor_helper_{ro,rw}' in introspection #1768

p6rt opened this issue May 19, 2010 · 3 comments

Comments

@p6rt
Copy link

p6rt commented May 19, 2010

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

Searchable as RT75180$

@p6rt
Copy link
Author

p6rt commented May 19, 2010

From @moritz

13​:22 <@​moritz_> rakudo​: class A { has $.foo }; say A.^methods(​:local)».name
13​:22 <+p6eval> rakudo 5ec28d​: OUTPUT«accessor_helper_ro␤»

Should be 'foo', not 'accessor_helper_ro'.

Cheers,
Moritz

@p6rt
Copy link
Author

p6rt commented May 19, 2010

From @moritz

fixed in 603c64c, and tested in r30709 in
t/spec/integration/advent2009-day11.t

@p6rt
Copy link
Author

p6rt commented May 19, 2010

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

@p6rt p6rt closed this as completed May 19, 2010
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