-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix move_functions_out_of_any optimisation with lambda #12664
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
Conversation
|
This query fails |
|
Seems that clone of ast is still needed. Previously there was the same problem. |
I've made a solution without |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix optimization
optimize_move_functions_out_of_any=1in case ofany(func(<lambda>)).Closes #12621