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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.1
Choose a base ref
...
head repository: google/cel-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 7 commits
  • 284 files changed
  • 3 contributors

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    505a087 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    96a5073 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Fix formatting and spelling lint (#511)

    * Fix spelling errors identified by gospel spelling linter.
    * Fix lint issue in common/source_test.go identified by staticcheck.
    * Fix vet issue in common/source_test.go idenitifiued by go vet.
    kortschak authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    9e07c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e5866 View commit details
    Browse the repository at this point in the history
  3. Simplify definition of cel.Source (#512)

    This uses type aliasing to avoid the construction of a distinct type
    name to expose the common.Source interface in cel, simplifying the API
    docs and making it possible in future to share function literals between
    packages.
    kortschak authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    07655ec View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Put cel package examples in package cel_test (#515)

    This makes the example code rendered by pkg.go.dev appear as a small
    main, improving UX.
    kortschak authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5e263d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Fix runtime cost ref.Val stack (#517)

    Fix runtime cost ref.Val stack
    jpbetz authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    ffa9b84 View commit details
    Browse the repository at this point in the history
Loading