Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[PropertyAccess] Fix getter call order BC#37053
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1ed commentedJun 2, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@dunglas thanks for the review. Actually I’m not 100% sure if this fix is good enough and will not break other things in Property Info. What do you think? How should I handle the breaking tests, leave as is now because it will be green after merge or I should split the PR? |
nicolas-grekas commentedJun 4, 2020
Please bump That should fix deps=low tests. deps=high ones will be fixed once the patch is merged up. |
968ce89 to8cf8068Comparenicolas-grekas commentedJun 7, 2020
Thank you@1ed. |
Uh oh!
There was an error while loading.Please reload this page.
Property Accessor breaks BC due to a change in the order of calling the getters, see#37052