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

[release/8.0] Fix to #32217 - Nav expansion visitor does not visit the Contains item argument (and possibly other non-lambda arguments) #32317

Merged
merged 1 commit into from
Nov 17, 2023

Commits on Nov 16, 2023

  1. Fix to #32217 - Nav expansion visitor does not visit the Contains ite…

    …m argument (and possibly other non-lambda arguments)
    
    This was always a problem but was uncovered by change in how we process Contains. We were going through the full process of nav expansion on the argument (only on the source), which could lead to untranslatable expression tree in some cases.
    
    Fixes #32217
    Fixes #32312
    maumar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a97d3c5 View commit details
    Browse the repository at this point in the history