You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that no expression can panic the interpreter.
unable to compare String("50") with Function("size", None)
thread 'limit::tests::cel::size_function_and_size_var' panicked at /Users/chirino/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cel-interpreter-0.7.0/src/objects.rs:270:23:
unable to compare String("50") with Function("size", None)
The text was updated successfully, but these errors were encountered:
chirino
changed the title
Expression size == "50" causes a panic.
v0.7.0: Expression size == "50" causes a panic.
Jun 6, 2024
I would expect that no expression can panic the interpreter.
The text was updated successfully, but these errors were encountered: