google / cel-cpp

Fast, portable, non-Turing complete expression evaluation (C++)
https://cel.dev
Apache License 2.0
159 stars 47 forks source link

Fix tracing support for cel.bind() expressions. Prior to this change, tracing might report the wrong value or LOG(ERROR) when accessing the lazily initialized variable for the first time. #801

Closed copybara-service[bot] closed 6 days ago

copybara-service[bot] commented 6 days ago

Fix tracing support for cel.bind() expressions. Prior to this change, tracing might report the wrong value or LOG(ERROR) when accessing the lazily initialized variable for the first time.