clarkmcc / cel-rust

Common Expression Language interpreter written in Rust
https://crates.io/crates/cel-interpreter
MIT License
362 stars 18 forks source link

Err out on unknown function #66

Closed alexsnaps closed 2 months ago

alexsnaps commented 2 months ago

Fixes #65

I think that's what is needed, no? ~If so, let me know, and I'll add a test~ including tests, and a small perf improvement: ok_or() evaluated the arg and results (on ok) to just create an Arc, increment it, then decrement it and then drop it. Real minor, but ...