Skip to content

Commit

Permalink
Change ConstantFoldingOptimizer to leverage mutable exprs
Browse files Browse the repository at this point in the history
Includes a bugfix to prune optional.none in a nested list properly.

PiperOrigin-RevId: 623341151
  • Loading branch information
l46kok authored and copybara-github committed Apr 19, 2024
1 parent 59565af commit e61536e
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 213 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ java_library(
deps = [
"//:auto_value",
"//bundle:cel",
"//common",
"//common:compiler_common",
"//common/ast",
"//common/ast:expr_util",
"//common/ast:mutable_ast",
"//common/navigation",
"//common/navigation:mutable_navigation",
"//extensions:optional_library",
"//optimizer:ast_optimizer",
"//optimizer:mutable_ast",
Expand Down
Loading

0 comments on commit e61536e

Please sign in to comment.