This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-4.2.2
in repository https://gitbox.apache.org/repos/asf/daffodil.git
discard bc9ce8b20 Bump actions/checkout from 4.2.1 to 4.2.2
add 87ecda40f Fix Missing File Exception
add c802eb88b Update Sonarcloud Properties
add 990e98611 Update Sonarcloud Properties
add 3096dea4f Add src/main to daffodil-test-integration for sonarcloud
add 36f2d875a Add support for lengthUnit=bits for any type
add e5851a76c Fix Resolve Schema Location for xsi:SchemaLocation in Config
files
add 357f22499 Add annotations and facet check for PrefixLengthType
add b01933033 Update sbt, scripted-plugin to 1.10.4
add 3955ba507 Improve diagnostic in TDML Runner
add 7b9f02ffa Use macOS-14 for Github Actions
add c51b5b399 Bump actions/checkout from 4.2.1 to 4.2.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bc9ce8b20)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-4.2.2 (c51b5b399)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/main.yml | 28 ++-
.sonar-project.properties | 6 +-
.../main/scala/org/apache/daffodil/cli/Main.scala | 4 +
.../daffodil/cli/cliTest/TestCLIParsing.scala | 11 ++
.../core/grammar/ElementBaseGrammarMixin.scala | 50 +----
.../resources/org/apache/daffodil/xsd/tdml.xsd | 10 +-
.../daffodil/lib/xml/DaffodilXMLLoader.scala | 34 +++-
.../resources/org/apache/daffodil/xsd/dafext.xsd | 15 +-
.../runtime1/SpecifiedLengthUnparsers.scala | 27 +++
.../processors/parsers/BinaryNumberTraits.scala | 12 ++
.../org/apache/daffodil/tdml/TDMLRunner.scala | 82 ++++----
.../apache/daffodil/tdml/UnitTestTDMLRunner.scala | 12 ++
.../daffodil/processor/tdml/TestTDMLRunner.scala | 29 +++
.../src/main/scala}/.keep | 0
.../section05/simple_types/SimpleTypes.tdml | 73 +++++++-
.../daffodil_config_cli_test.xml | 24 +--
.../section12/lengthKind/ExplicitTests.tdml | 198 ++++++++++++++++----
.../section12/lengthKind/PrefixedTests.tdml | 207 ++++++++++++++++++++-
.../section15/choice_groups/HiddenChoices.tdml | 2 +-
.../section05/simple_types/TestSimpleTypes.scala | 4 +
.../lengthKind/TestLengthKindExplicit.scala | 31 ++-
.../lengthKind/TestLengthKindPrefixed.scala | 35 +++-
project/build.properties | 2 +-
23 files changed, 720 insertions(+), 176 deletions(-)
copy {daffodil-test-ibm1/src/main =>
daffodil-test-integration/src/main/scala}/.keep (100%)