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

Computed collections: simple count check #16947

Merged

Commits on Mar 25, 2024

  1. Use count = 0 instead of count < 1

    * The count < 1 check was a vestige of an older approach for computing
      the count that could result in a negative count.
    brianrourkeboll committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b926f10 View commit details
    Browse the repository at this point in the history
  2. Update baselines

    brianrourkeboll committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    77cff30 View commit details
    Browse the repository at this point in the history
  3. Update release notes

    brianrourkeboll committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    963d1f8 View commit details
    Browse the repository at this point in the history