Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/cel-go
base: v0.10.2
Choose a base ref
...
head repository: google/cel-go
compare: v0.10.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 5, 2023

  1. Thread-safety fix for unprotected mutation of decorator set. (#621)

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    Co-authored-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    TristonianJones and inteon committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1ad0c88 View commit details
    Browse the repository at this point in the history
  2. Fix nested CallExpr cost estimation (#571) (#624)

    * Fix nested CallExpr cost estimation.
    * Add TODO about merging isScalar/ComputedSize.
    
    Co-authored-by: Kermit Alexander II <kotuxguy@gmail.com>
    TristonianJones and DangerOnTheRanger committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f663409 View commit details
    Browse the repository at this point in the history