Tags: dbuduev/cel-go
Tags
Fix nil-type when two-var comprehension has a dyn range (google#1077)
Ensure variables in comprehensions don't collide (google#1062)
Improved support for nested rules (google#991) * Improved support for nested rules * Add nil safety to cel.Ast and additional rule tests
Backport: Track sizes of comprehension results (google#901) (google#902)
Lists: Fix handling of go arrays (google#894) Go arrays currently cause a panic, because `reflect.MakeSlice` is used to construct them which is invalid, this change fixes that.
Bump follow-redirects from 1.15.2 to 1.15.4 in /repl/appengine/web (g… …oogle#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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor: remove lexer and parser pools (google#838) Signed-off-by: aimuz <[email protected]>
PreviousNext