-
Notifications
You must be signed in to change notification settings - Fork 266
Comparing changes
Open a pull request
base repository: google/cel-go
base: v0.18.2
head repository: google/cel-go
compare: v0.19.0
- 10 commits
- 36 files changed
- 5 contributors
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46cd126 - Browse repository at this point
Copy the full SHA 46cd126View commit details
Commits on Nov 30, 2023
-
Add AST node IDs to types.Err for errorable expressions (#862)
Currently, it is not possible to obtain the source location of a runtime error making it difficult sometimes to identify the cause of an issue. If an AST node ID is available, the source location can be obtained, so add this information to runtime errors. ref.Val values returned by the following types are examined for error state and if an error and no AST node has been set, the node ID of the Interpretable is added to the error. * evalAnd * evalAttr * evalBinary * evalExhaustiveConditional * evalList * evalMap * evalMap * evalObj * evalOr * evalTestOnly * evalUnary * evalVarArgs * evalWatchAttrQual * evalWatchConstQual * evalWatchQual * evalZeroArity
Configuration menu - View commit details
-
Copy full SHA for 8657c98 - Browse repository at this point
Copy the full SHA 8657c98View commit details
Commits on Dec 5, 2023
-
Update builtin macros to use unique IDs. (#866)
Filter and map macros previously reused Expr.id values for repeated references to the accumulator var. After this change, the parser should always provide unique node IDs per AST assuming standard macros.
Configuration menu - View commit details
-
Copy full SHA for 967fca9 - Browse repository at this point
Copy the full SHA 967fca9View commit details -
Set membership test rewriting optimizer (#865)
* Set membership test rewriting optimizer * Additional tests for macros and enums
Configuration menu - View commit details
-
Copy full SHA for 52e5dcc - Browse repository at this point
Copy the full SHA 52e5dccView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a18f8e7 - Browse repository at this point
Copy the full SHA a18f8e7View commit details
Commits on Dec 16, 2023
-
Fix incorrect example in string formatting docs. (#873)
%s is defined to support "all numerical types (int, uint, and double)." but later the docs also say: "Passing an incorrect type (an integer to `%s`) is considered an error" The example in the parenthetical contradicts the definition of %s. This change replaces the parenthetical example with one that is accurate and verified by an existing test case. This change also adds an explicit test case to verify that it is valid to pass an in to %s.
Configuration menu - View commit details
-
Copy full SHA for 9c277eb - Browse repository at this point
Copy the full SHA 9c277ebView commit details
Commits on Dec 28, 2023
-
Add option to include test types in the repl. (#855)
Adds a repl option to include packages of linked in message types. This allows using the types without preparing a hermetic set of descriptors to load from file.
Configuration menu - View commit details
-
Copy full SHA for 7f70747 - Browse repository at this point
Copy the full SHA 7f70747View commit details
Commits on Jan 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d45f67f - Browse repository at this point
Copy the full SHA d45f67fView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7269b1 - Browse repository at this point
Copy the full SHA b7269b1View commit details
Commits on Jan 10, 2024
-
Bump follow-redirects from 1.15.2 to 1.15.4 in /repl/appengine/web (#882
) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for df07208 - Browse repository at this point
Copy the full SHA df07208View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.18.2...v0.19.0