Thanks to visit codestin.com
Credit goes to github.com

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.21.2
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.22.0
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Feb 26, 2025

  1. Add test_suite and test_config under conformance (#441)

    * Add test_suite and test_config under conformance
    
    * added test_config.pb.go and test_suite.pb.go to conforanmce library build target
    
    * added test suite messages to simple.proto and updated test_config to env_config
    
    * add uncommitted files
    
    * updated build files for generated conformance and test code
    
    * corrected field name in env_config
    
    * replaced Variable and Function messages with cel.expr.DEcl
    
    * resolved comments
    
    * removed redundant any from simple proto
    
    * added context_message as an input kind to test case
    
    * removed redundant anypb import in env_config
    
    * update type_name to context_variable_type to conform with linting rules
    
    * moved test suite, test section and test case to suite.proto under conformance/test
    
    * update context variable attribute name to type_name
    aakash070 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    d564205 View commit details
    Browse the repository at this point in the history
Loading