This is an automated email from the ASF dual-hosted git repository.
jadams pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git.
from 09d46dc Fixes sonarcloud duplication error
new e9d2407 Improve newVariableInstace defaultValue expressions
new fbefd3a Enabled non-constant expressions in defineVariable
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../externalvars/TestExternalVariablesLoader.scala | 8 +-
.../scala/org/apache/daffodil/util/MStack.scala | 2 +-
.../unparsers/ExpressionEvaluatingUnparsers.scala | 3 +-
.../apache/daffodil/processors/DataProcessor.scala | 4 +
.../apache/daffodil/processors/RuntimeData.scala | 13 +-
.../apache/daffodil/processors/VariableMap1.scala | 254 ++++++++++++++++-----
.../parsers/ExpressionEvaluatingParsers.scala | 2 +-
.../daffodil/processors/parsers/PState.scala | 6 +-
.../daffodil/processors/unparsers/UState.scala | 2 +-
.../daffodil/section07/variables/variables.tdml | 194 ++++++++++++++++
.../section07/variables/TestVariables.scala | 11 +
11 files changed, 426 insertions(+), 73 deletions(-)