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

Fix associated object key shadowing #65

Merged
merged 2 commits into from
Nov 22, 2015
Merged

Fix associated object key shadowing #65

merged 2 commits into from
Nov 22, 2015

Conversation

neilpa
Copy link
Member

@neilpa neilpa commented Nov 22, 2015

Resolves #64

Markus Chmelar and others added 2 commits November 17, 2015 14:24
Previously these were taking the address of fields on `self` which
shadowed the static keys declared in the file. This could've gone
unnoticed if the fields on UIControl didn't all resolve to the same
address.
neilpa added a commit that referenced this pull request Nov 22, 2015
Fix associated object key shadowing
@neilpa neilpa merged commit 8386f86 into master Nov 22, 2015
@neilpa neilpa deleted the key-shadowing branch November 23, 2015 00:36
neilpa added a commit that referenced this pull request Apr 1, 2016
These were missed when the other extensions were updated to use keys
instead of corresponding members which can be problematic (#65).
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.

1 participant