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

Support using non-strict functions in simple expressions #5271

Merged
merged 1 commit into from Mar 30, 2023

Commits on Mar 30, 2023

  1. Support using non-strict functions in simple expressions

    Wrap them using a CASE statement.
    
    Motivation here is to make it so that #4776 can set `impl_is_strict :=
    false` on `std::contains` for arrays without breaking anything.
    msullivan committed Mar 30, 2023
    Copy the full SHA
    03b9d45 View commit details
    Browse the repository at this point in the history