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

generic expression aggregation check all children are -> any child is #482

Merged
merged 7 commits into from
Apr 28, 2023

Commits on Apr 28, 2023

  1. generic expression aggregation check all children are -> any child is

    changes the generic logic checking if an expression is an aggregation to just checking if there is any child which aggregates rather than all children aggregating
    CircArgs committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1c6f971 View commit details
    Browse the repository at this point in the history
  2. values are aggregations

    CircArgs committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ada2f33 View commit details
    Browse the repository at this point in the history
  3. fix make check

    CircArgs committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    be36bce View commit details
    Browse the repository at this point in the history
  4. remove now incorrect test

    CircArgs committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    10e677e View commit details
    Browse the repository at this point in the history
  5. cov

    CircArgs committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9144ea1 View commit details
    Browse the repository at this point in the history
  6. fix check

    CircArgs committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8a2509e View commit details
    Browse the repository at this point in the history
  7. trying to fix parse error

    CircArgs committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0290f42 View commit details
    Browse the repository at this point in the history