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

ast: Deprecating any() and all() built-in functions #4271

Merged

Commits on Jan 28, 2022

  1. ast: Deprecating any() and all() built-in functions

    Updating compiler strict mode to produce error when these deprecated methods are used.
    
    Fixes: open-policy-agent#2437
    Signed-off-by: Johan Fylling <johan.dev@fylling.se>
    johanfylling committed Jan 28, 2022
    Copy the full SHA
    a4dba1d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a9b8c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Copy the full SHA
    1aac9de View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Breaking out deprecated built-in check to separate stage (squash befo…

    …re merge)
    
    Signed-off-by: Johan Fylling <johan.dev@fylling.se>
    johanfylling committed Jan 31, 2022
    Copy the full SHA
    284a47d View commit details
    Browse the repository at this point in the history