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-spec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.0
Choose a base ref
...
head repository: google/cel-spec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.1
Choose a head ref
  • 10 commits
  • 30 files changed
  • 5 contributors

Commits on Jul 18, 2025

  1. Initial version of the policy specification (#477)

    policy specification
    
    Signed-off-by: Justin King <[email protected]>
    jcking authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    a8f582a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Remove orphaned ToC entry for enums as ints from the specification (#476

    )
    
    * Remove orphaned ToC entry for enums as ints from the specification
    
    * Fix anchor for a link to runtime errors
    timostamm authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    8a33394 View commit details
    Browse the repository at this point in the history
  2. Tests for selector, function, and field names formerly defined as res…

    …erved (#480)
    
    * Update TestAllTypes proto to include fields with names formerly defined as reserved
    
    * Regenerate TestAllTypes code
    
    * Add conformance tests for selector, function, and field names formerly defined as reserved
    
    * Clarify the nature of the formerly reserved identifiers
    hudlow authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    14cdd3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bad3928 View commit details
    Browse the repository at this point in the history
  4. Remove TOC from language definition (#482)

    GitHub renders a TOC from Markdown files and the one that was baked in was quite stale.
    
    Co-authored-by: Tristan Swadell <[email protected]>
    hudlow and TristonianJones authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    808c918 View commit details
    Browse the repository at this point in the history
  5. Remove int(enum) -> int signature (#483)

    CEL doesn't have an enum type and conversion of protobuf enums to ints is covered elsewhere.
    hudlow authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    9dd5f5c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Clarify formatting decimals, add %f formatting test cases around roun…

    …ding (#485)
    
    * Clarify rounding mode, add %f test cases around rounding
    
    * Add test cases for round to evens
    l46kok authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    750024a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

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

Commits on Nov 3, 2025

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

Commits on Nov 8, 2025

  1. Add parsing tests for string and bytes literals (#489)

    * Add parsing tests for string and bytes literals
    
    * Add tests for unassigned code points in string literals
    
    * Add tests for windows-line-end sequences in string literals
    
    * defer line-ending normalization tests per #490
    hudlow authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    7f3c4c5 View commit details
    Browse the repository at this point in the history
Loading