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

(PDOC-283) Use AST to determine dyna_symbols #206

Merged
merged 1 commit into from Jul 2, 2019

Conversation

glennsarti
Copy link
Contributor

Previously the base handler used a naive method to determine the name of a
dyna_symbol. This commit updates the handler to instead use the actual ruby
AST to determine the string content. This was tested on ruby 0.9.20 and
0.9.19. No tests were changed as there is no change in behaviour.

Previously the base handler used a naive method to determine the name of a
dyna_symbol.  This commit updates the handler to instead use the actual ruby
AST to determine the string content.  This was tested on ruby 0.9.20 and
0.9.19.  No tests were changed as there is no change in behaviour.
@glennsarti glennsarti requested a review from binford2k July 2, 2019 02:23
Copy link
Member

@binford2k binford2k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@binford2k binford2k merged commit 05a519e into puppetlabs:master Jul 2, 2019
@glennsarti glennsarti deleted the pdoc-283-fix-symbols-again branch July 17, 2019 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants