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

BUGFIX: Collection Filter Iterators #34

Merged
merged 10 commits into from
Jun 6, 2024

Conversation

defunctl
Copy link
Contributor

@defunctl defunctl commented Jun 5, 2024

Main Changes

  • Fix - Collection::get_by_group() now properly works with a single string group name.
  • Fix - Group_FilterIterator::count() now properly returns the filtered count and not the base iterator count.
  • Fix - Needs_Update_FilterIterator::count() now properly returns the filtered count and not the base iterator count.
  • Fix - Use proper PSR namespacing for tests.
  • Tests - code clean up and file name standardization.

@defunctl defunctl added the bug Something isn't working label Jun 5, 2024
@defunctl defunctl added this to the 1.1.7 milestone Jun 5, 2024
@defunctl defunctl self-assigned this Jun 5, 2024
@defunctl defunctl requested a review from borkweb June 5, 2024 19:11
Copy link
Member

@borkweb borkweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@defunctl defunctl merged commit 4dc4939 into main Jun 6, 2024
2 checks passed
@defunctl defunctl deleted the bugfix/table-collection-type-errors branch June 6, 2024 17:01
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants