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.19.1
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.19.2
Choose a head ref
  • 7 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 11, 2024

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

Commits on Dec 12, 2024

  1. Add additional type check tests (#419)

    Additional tests covering more complicated type inference cases.
    - wrapper handling when choosing candidate for type parameter
    - legacy nullability
    - specialization of parameterized types e.g preferring list(list(T)) over
      list(T)
    jnthntatum authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    b9cf1a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

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

Commits on Jan 3, 2025

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

Commits on Jan 13, 2025

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

Commits on Jan 17, 2025

  1. clarify Unicode handling (#423)

    * clarify Unicode handling
    
    * remove surrogate pair conformance test
    hudlow authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    19866ce View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Fix strings.format tests (#435)

    Signed-off-by: Justin King <jcking@google.com>
    jcking authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    25227dd View commit details
    Browse the repository at this point in the history
Loading