Skip to content

Commit

Permalink
Enable updated accumulator variable for CEL-Java parser by default.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 721939959
  • Loading branch information
jnthntatum authored and copybara-github committed Feb 1, 2025
1 parent feb4499 commit 4895480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/dev/cel/common/CelOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static Builder newBuilder() {
.populateMacroCalls(false)
.retainRepeatedUnaryOperators(false)
.retainUnbalancedLogicalExpressions(false)
.enableHiddenAccumulatorVar(false)
.enableHiddenAccumulatorVar(true)
.enableQuotedIdentifierSyntax(false)
// Type-Checker options
.enableCompileTimeOverloadResolution(false)
Expand Down

0 comments on commit 4895480

Please sign in to comment.