You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2022/01/14 01:19:41 UTC

[daffodil] branch main updated (ec7c41f -> a1e41d3)

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

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


    from ec7c41f  Remove 4 sonarcloud code smells
     add a1e41d3  Fix C compilation errors due to name collisions

No new revisions were added by this update.

Summary of changes:
 .../src/main/scala/org/apache/daffodil/Main.scala  |   3 +-
 .../apache/daffodil/api/DFDLParserUnparser.scala   |   4 +-
 .../apache/daffodil/runtime2/CodeGenerator.scala   |  16 +-
 .../runtime2/generators/CodeGeneratorState.scala   | 112 ++++----
 ...entParseAndUnspecifiedLengthCodeGenerator.scala |   3 +-
 .../test/c/examples/NestedUnion/generated_code.c   | 162 +++++------
 .../test/c/examples/NestedUnion/generated_code.h   |  22 +-
 .../src/test/c/examples/ex_nums/generated_code.c   | 296 ++++++++++-----------
 .../src/test/c/examples/ex_nums/generated_code.h   |  28 +-
 .../daffodil/runtime2/TestCodeGenerator.scala      |  12 +-
 .../tdml/processor/Runtime2TDMLDFDLProcessor.scala |   4 +-
 .../org/apache/daffodil/runtime2/collisions.dat    | Bin 0 -> 16 bytes
 .../apache/daffodil/runtime2/collisions.dat.xml    |  27 +-
 .../apache/daffodil/runtime2/collisions.dfdl.xsd   |  72 +++++
 ..._green_to_orange_60004.tdml => collisions.tdml} |  11 +-
 .../{TestNested.scala => TestCollisions.scala}     |  14 +-
 project/Rat.scala                                  |   1 +
 17 files changed, 428 insertions(+), 359 deletions(-)
 create mode 100644 daffodil-test/src/test/resources/org/apache/daffodil/runtime2/collisions.dat
 copy daffodil-cli/src/it/resources/org/apache/daffodil/CLI/input/input1.txt.xml => daffodil-test/src/test/resources/org/apache/daffodil/runtime2/collisions.dat.xml (74%)
 create mode 100644 daffodil-test/src/test/resources/org/apache/daffodil/runtime2/collisions.dfdl.xsd
 copy daffodil-test/src/test/resources/org/apache/daffodil/runtime2/{MPU_green_to_orange_60004.tdml => collisions.tdml} (77%)
 copy daffodil-test/src/test/scala/org/apache/daffodil/runtime2/{TestNested.scala => TestCollisions.scala} (73%)