-
Notifications
You must be signed in to change notification settings - Fork 0
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
RewriteFilterBehavior::rewriteCondition() Argument and return type do not match #45
Comments
lippserd
added a commit
to Icinga/icingadb-web
that referenced
this issue
Apr 11, 2022
FlattenedObjectvars returns an incompatible type for a subsequent behavior: Icinga/ipl-orm#45
lippserd
added a commit
to Icinga/icingadb-web
that referenced
this issue
Apr 13, 2022
FlattenedObjectvars returns an incompatible type for a subsequent behavior: Icinga/ipl-orm#45
lippserd
added a commit
to Icinga/icingadb-web
that referenced
this issue
Apr 27, 2022
FlattenedObjectvars returns an incompatible type for a subsequent behavior: Icinga/ipl-orm#45
lippserd
added a commit
to Icinga/icingadb-web
that referenced
this issue
May 3, 2022
FlattenedObjectvars returns an incompatible type for a subsequent behavior: Icinga/ipl-orm#45
lippserd
added a commit
to Icinga/icingadb-web
that referenced
this issue
May 5, 2022
FlattenedObjectvars returns an incompatible type for a subsequent behavior: Icinga/ipl-orm#45
lippserd
added a commit
to Icinga/icingadb-web
that referenced
this issue
May 19, 2022
FlattenedObjectvars returns an incompatible type for a subsequent behavior: Icinga/ipl-orm#45
lippserd
added a commit
to Icinga/icingadb-web
that referenced
this issue
May 23, 2022
FlattenedObjectvars returns an incompatible type for a subsequent behavior: Icinga/ipl-orm#45
nilmerg
pushed a commit
to Icinga/icingadb-web
that referenced
this issue
May 24, 2022
FlattenedObjectvars returns an incompatible type for a subsequent behavior: Icinga/ipl-orm#45
nilmerg
added a commit
that referenced
this issue
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RewriteFilterBehavior::rewriteCondition()
expectsFilter\Condition
but allowsFilter\Rule
to be returned. This can also returnChain
, such as in FlattenedObjectVars. This breaks any behavior that follows a behavior that returns something other thanFilter\Condition
, as behaviors are processed sequentially, using the previous behavior's result for the current one.The text was updated successfully, but these errors were encountered: