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

Behaviors: Abort filter condition processing upon type change #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nilmerg
Copy link
Member

@nilmerg nilmerg commented Aug 19, 2022

This relies on the fact that the FilterProcessor re-evaluates
the behaviors for a changed filter. So any skipped behaviors
then get their chance to process the result.

fixes #45

This relies on the fact that the `FilterProcessor` re-evaluates
the behaviors for a changed filter. So any skipped behaviors
then get their chance to process the result.

fixes #45
@nilmerg nilmerg added the bug Something isn't working label Aug 19, 2022
@nilmerg nilmerg self-assigned this Aug 19, 2022
@cla-bot cla-bot bot added the cla/signed label Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla/signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RewriteFilterBehavior::rewriteCondition() Argument and return type do not match
1 participant