Skip to content

Handle "#{}" as dynamic string #469

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

Merged
merged 2 commits into from
Aug 8, 2017

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Jul 24, 2017

Before this Pull Request, RDoc detects dynamic string with only # inside string literal. So # is handled as dynamic string. This Pull Request fixes the behavior. When #{ is contained in a string, it is handled as dynamic string.

aycabta added 2 commits July 25, 2017 06:26
Before this commit, RDoc detects dynamic string
with only "#" inside string literal.
So "#" is handled as dynamic string.
This commit fixes the behavior.
When "#{" is contained in a string,
it is handled as dynamic string.
This was referenced Aug 2, 2017
@hsbt hsbt self-assigned this Aug 5, 2017
@aycabta
Copy link
Member Author

aycabta commented Aug 7, 2017

@hsbt Now, I have many commits for new Pull Requests, but I can't publish because those depend on some other Pull Requests what are already made. So let's handle all Pull Requests in existence at next chance.

@hsbt
Copy link
Member

hsbt commented Aug 8, 2017

I got an explanation for this changes from @aycabta . I understood this.

@hsbt hsbt merged commit 2772846 into ruby:master Aug 8, 2017
@aycabta aycabta deleted the fix-dynamic-string-detection branch August 8, 2017 11:57
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

Successfully merging this pull request may close these issues.

2 participants