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

filterx: use "type" as a description to FilterXExpr type #444

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

bazsi
Copy link
Member

@bazsi bazsi commented Jan 7, 2025

I extracted this patch from #423 so that we can build changes that build on this specific patch and can be merged independently of #423.

The point of this patch is to add a new "type" member into FilterXExpr, a string that can be used in various log messages.
I used this to initialize metrics in #423 but I might need it for identifying expr types instead of the "eval" function pointer in #433. Other than that I have a few other patches that change the expr constructors and simply started depending on this change as a part of their diff context.

@bazsi bazsi mentioned this pull request Jan 7, 2025
@bazsi bazsi force-pushed the filterx-expr-add-type-field branch from 1431a7a to a3a47ff Compare January 7, 2025 18:04
@bazsi bazsi force-pushed the filterx-expr-add-type-field branch from a3a47ff to 47a5239 Compare January 11, 2025 11:52
@OverOrion OverOrion self-requested a review January 13, 2025 06:55
@OverOrion OverOrion merged commit ece33ca into axoflow:main Jan 13, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants