We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name: Bug report about: Create a report to help us improve
Describe the bug When trying to run string(bool) in cel-java a CelValidationException for overload not found.
To Reproduce Check which components this affects:
Sample expression and input that reproduces the issue:
string(true)
Expected behavior CEL should compile and run resulting a string.
name: Bug report
about: Create a report to help us improve
Describe the bug
When trying to run string(bool) in cel-java a CelValidationException for overload not found.
To Reproduce
Check which components this affects:
Sample expression and input that reproduces the issue:
Expected behavior
CEL should compile and run resulting a string.