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

Optimization of redundant CEL expressions #114

Open
goccy opened this issue Feb 29, 2024 · 0 comments
Open

Optimization of redundant CEL expressions #114

goccy opened this issue Feb 29, 2024 · 0 comments

Comments

@goccy
Copy link
Member

goccy commented Feb 29, 2024

For example, when the following CEL is written, we want to verify if there is a more optimized expression, and if so, we want to prompt for it or automatically modify it.

Example

  • foo is a boolean type
by: "foo == true ? true : false"

The above expression should be the following.

by: "foo"
@goccy goccy added the cel label Feb 29, 2024
@goccy goccy added this to the Q2 2024 - Apr-Jun milestone Feb 29, 2024
@goccy goccy added the roadmap label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Q3 2024 - Jul-Sep
Development

No branches or pull requests

1 participant