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 2019/06/10 17:52:20 UTC

[incubator-daffodil] branch master updated (4413ed7 -> f840372)

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 4413ed7  Enable schema validation of attribute- and short-form properties
     add f840372  Bugfix in type calc logic

No new revisions were added by this update.

Summary of changes:
 .../org/apache/daffodil/dpath/Expression.scala     |  2 +-
 .../org/apache/daffodil/dsom/SimpleTypes.scala     |  2 +-
 .../scala/org/apache/daffodil/util/Numbers.scala   | 21 ++++++++++++-------
 .../org/apache/daffodil/dpath/DPathRuntime.scala   |  2 +-
 .../scala/org/apache/daffodil/dpath/DState.scala   | 13 +++++++++---
 .../scala/org/apache/daffodil/dpath/FNBases.scala  |  9 ++++----
 .../daffodil/processors/TypeCalculator.scala       |  4 ++--
 .../extensions/type_calc/typeCalcFunctions.tdml    | 24 ++++++++++++++++++++++
 .../extensions/TestInputTypeValueCalc.scala        |  1 +
 9 files changed, 59 insertions(+), 19 deletions(-)