You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by mb...@apache.org on 2022/03/14 16:27:12 UTC

[daffodil] branch main updated (55f638d -> 1334215)

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

mbeckerle pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git.


    from 55f638d  Revert "Update alignment to improve correctness and prevent deadlocks"
     add 1334215  Fix saveParser CLI with config having tunables.

No new revisions were added by this update.

Summary of changes:
 .../src/main/scala/org/apache/daffodil/Main.scala  | 109 ++++-----------------
 .../org/apache/daffodil/general/TestTunables.scala |   2 -
 .../org/apache/daffodil/api/DaffodilConfig.scala   |  76 ++++++++++++++
 .../daffodil/api/DaffodilTunablesStaticMixin.scala |  43 ++++++++
 .../src/test/resources/test/configExample.cfg      |  17 ++--
 .../api/TestDaffodilTunablesAndConfig.scala        |  46 +++++++++
 .../apache/daffodil/propGen/TunableGenerator.scala |  12 +--
 .../org/apache/daffodil/tdml/TDMLRunner.scala      |  47 ++-------
 .../daffodil_config_cli_test.xml                   |   9 ++
 9 files changed, 211 insertions(+), 150 deletions(-)
 create mode 100644 daffodil-lib/src/main/scala/org/apache/daffodil/api/DaffodilConfig.scala
 create mode 100644 daffodil-lib/src/main/scala/org/apache/daffodil/api/DaffodilTunablesStaticMixin.scala
 copy daffodil-test/src/test/resources/org/apache/daffodil/section00/general/hasDocType.cfg => daffodil-lib/src/test/resources/test/configExample.cfg (75%)
 create mode 100644 daffodil-lib/src/test/scala/org/apache/daffodil/api/TestDaffodilTunablesAndConfig.scala