Skip to content

Don't use reserved name (this) as a variable name in the example code #532

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 1 commit into from
Feb 11, 2019
Merged

Don't use reserved name (this) as a variable name in the example code #532

merged 1 commit into from
Feb 11, 2019

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Feb 6, 2019

this is a reserved name and may not be used as a variable name. Attempts to do so result in a somewhat confusing compilation error.

this is a reserved name and may not be used as a variable name. Attempts to do so result in a somewhat confusing compilation error.
@robsoncouto robsoncouto changed the title Don't use reserved name as a variable name in the example code Don't use reserved name (this) as a variable name in the example code Feb 11, 2019
@robsoncouto robsoncouto merged commit 07a3684 into arduino:master Feb 11, 2019
@robsoncouto
Copy link
Contributor

Merged. Thanks, per.

@per1234 per1234 deleted the fix-reserved-name-as-variable-name branch February 11, 2019 22:42
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