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

Don't count self-reference when setting isReferenced #17495

Merged
3 commits merged into from
Aug 8, 2017
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jul 28, 2017

Fixes #16078
@aozgaa may be interested in poking holes in this.

In resolveNameHelper, we climb up looking for a name, and we keep track of both the current location and the last location. If we got a symbol from the locals of the current location, and it's lastLocation, that means that we are inside lastLocation looking up a name, and getting that node itself -- meaning it is a self-reference and should not be counted when considering --noUnusedLocals.

@ghost ghost requested a review from sheetalkamat July 28, 2017 21:40
@aozgaa
Copy link
Contributor

aozgaa commented Aug 4, 2017

LGTM

@sheetalkamat
Copy link
Member

@andy-ms looks good. Nit: can you please update the comment at the change location to what you have in the description of this PR. that comment there is not that clear to understand.

@ghost ghost merged commit 94518e8 into master Aug 8, 2017
@ghost ghost deleted the dontReferenceMe branch August 8, 2017 18:18
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

noUnusedLocals: Don't count self-call in recursive function
3 participants