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

Cannot handle attribute's handles keyword #19

Open
CIAvash opened this issue Jun 7, 2020 · 1 comment
Open

Cannot handle attribute's handles keyword #19

CIAvash opened this issue Jun 7, 2020 · 1 comment
Assignees
Labels

Comments

@CIAvash
Copy link

CIAvash commented Jun 7, 2020

Given a code like:

#| Description
has A $.a handles<something>;

Its markdown output is:

class Attribute+{<anon|2>}.new(handles => "something")
------------------------------------------------------

Description
@softmoth softmoth self-assigned this Jun 7, 2020
@softmoth softmoth added the bug label Jun 7, 2020
@softmoth
Copy link
Owner

softmoth commented Jun 7, 2020

Thanks for reporting this!

Pod::To::Text and Pod::To::HTML have the same bug. It may not be possible to fix with the current Rakudo Pod implementation, but I'll see. I'm open to suggestions if anyone knows another class that does it correctly or has a fix handy.

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

2 participants