You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2020/09/25 14:06:21 UTC

[incubator-daffodil] branch master updated (8628820 -> 187b3b2)

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git.


    from 8628820  Support for SAX Parsing
     add 187b3b2  Add warnings for properties which look like expressions

No new revisions were added by this update.

Summary of changes:
 .../apache/daffodil/dsom/CompiledExpression.scala  |  1 +
 .../RawCommonRuntimeValuedPropertiesMixin.scala    | 41 +++++++++++-----------
 .../org/apache/daffodil/dsom/SequenceGroup.scala   |  3 +-
 .../schema/annotation/props/PropertyScoping.scala  | 30 +++++++++++++++-
 .../org/apache/daffodil/util}/DPathUtil.scala      |  2 +-
 .../resources/org/apache/daffodil/xsd/dafext.xsd   |  1 +
 .../daffodil/debugger/InteractiveDebugger.scala    |  3 +-
 ...di.tdml => testExpressionPropertyWarnings.tdml} | 29 ++++++---------
 ....scala => TestExpressionPropertyWarnings.scala} | 14 ++++----
 9 files changed, 71 insertions(+), 53 deletions(-)
 rename {daffodil-runtime1/src/main/scala/org/apache/daffodil/dpath => daffodil-lib/src/main/scala/org/apache/daffodil/util}/DPathUtil.scala (97%)
 copy daffodil-test/src/test/resources/org/apache/daffodil/section00/general/{testTextBidi.tdml => testExpressionPropertyWarnings.tdml} (64%)
 copy daffodil-test/src/test/scala/org/apache/daffodil/section00/general/{TestTextBidi.scala => TestExpressionPropertyWarnings.scala} (71%)