File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ CORE_WORKFLOWS_CEL_PARSEREXPRESSIONSIZELIMIT="100000"
315315CORE_WORKFLOWS_CEL_COMPREHENSIONNESTINGLIMIT = " 0"
316316CORE_WORKFLOWS_CEL_EXTENDEDVALIDATIONS = " true"
317317CORE_WORKFLOWS_CEL_OPTIONALTYPES = " false"
318- CORE_WORKFLOWS_CEL_IDENTIFIERESCAPESYNTAX = " false "
318+ CORE_WORKFLOWS_CEL_IDENTIFIERESCAPESYNTAX = " true "
319319CORE_WORKFLOWS_CEL_CROSSTYPENUMERICCOMPARISONS = " false"
320320CORE_WORKFLOWS_CEL_MACROCALLTRACKING = " false"
321321CORE_WORKFLOWS_CEL_EVALOPTIMIZE = " true"
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ workflows:
435435 crosstypenumericcomparisons : false
436436 evaloptimize : true
437437 extendedvalidations : true
438- identifierescapesyntax : false
438+ identifierescapesyntax : true
439439 interruptcheckfrequency : 100
440440 macrocalltracking : false
441441 optionaltypes : false
Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ coreConfiguration:
564564 comprehensionnestinglimit : 0 # @schema type:integer; default:0
565565 extendedvalidations : true # @schema type:boolean; default:true
566566 optionaltypes : false # @schema type:boolean; default:false
567- identifierescapesyntax : false # @schema type:boolean; default:false
567+ identifierescapesyntax : true # @schema type:boolean; default:true
568568 crosstypenumericcomparisons : false # @schema type:boolean; default:false
569569 macrocalltracking : false # @schema type:boolean; default:false
570570 evaloptimize : true # @schema type:boolean; default:true
You can’t perform that action at this time.
0 commit comments