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 silent bugs in UpgradePropertyAccessorMethods #998

Merged
merged 3 commits into from
Apr 17, 2020

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Apr 17, 2020

No description provided.

This change here is made because without it, the check for `expression
.IsProperty` a few lines further down will never be true, and some
guards that should run are never executed.

This reveals that `UpgradePropertyAccessorMethods` does apparently not
work correctly for indexer getters.
@stakx stakx added this to the 4.14.0 milestone Apr 17, 2020
@stakx stakx merged commit bf08221 into devlooped:master Apr 17, 2020
@stakx stakx deleted the upgradepropertyaccessormethods branch April 17, 2020 17:59
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.

None yet

1 participant