Skip to content

Tags: jnthntatum/cel-go

Tags

v0.11.3

Toggle v0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set the error reporting limit to 100 for parity with C++ (google#534)

v0.11.2

Toggle v0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make the standard environment initialization lazy (google#520)

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Copy validated declarations between checker.Env instances on extension (

google#347)

* Refactor the type substitution checks for simplicity and performance. This simple change roughly doubles check-time performance
* Add an option to early-validate declarations and to propagate validated declarations from one checker.Env to derivations created using Extend
* Benchmarks and tests for validated declaration copying
* Updates based on review feedback
* kind guard before proto equality check

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix runtime cost ref.Val stack (google#517)

Fix runtime cost ref.Val stack

v0.11.0-pre

Toggle v0.11.0-pre's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Vendored dependencies (google#508)

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add nil check and fix costTracker in contextEval (google#507)

* Return proper err for nil context
* Fix costTracker in contextEval

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add rudimentary parsing benchmark (google#503)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove ineffective else clauses (google#464)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Unify overflow checking in operators, field setting (google#448)

* Unify overflow checking in operators, field setting
* Additional overflow case for timestamp subtraction
* NaN checks and tests based on review feedback

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix infinite loop in AST prune (google#419)