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.12.4
Choose a base ref
...
head repository: google/cel-go
compare: v0.12.5
Choose a head ref
  • 4 commits
  • 31 files changed
  • 3 contributors

Commits on Jul 15, 2022

  1. Codelab module and codelab refactors (#567)

    * Introduce a codelab sub-module
    
    * Update codelab and solution to use the latest cel-go features
    
    * Update the cel/examples as well
    TristonianJones committed Jul 15, 2022
    Copy the full SHA
    52567e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Copy the full SHA
    25bb4c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Avoid exception for immutable list from folded (#574)

    * Added check to avoid error thrown when returning a immutable list from a function called by a comprehension expression
    livebranch committed Aug 15, 2022
    Copy the full SHA
    ca2fb43 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Fix nested CallExpr cost estimation (#571)

    * Fix nested CallExpr cost estimation.
    * Add TODO about merging isScalar/ComputedSize.
    DangerOnTheRanger committed Aug 17, 2022
    Copy the full SHA
    1aae83a View commit details
    Browse the repository at this point in the history