This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/setup-java-4.3.0
in repository https://gitbox.apache.org/repos/asf/daffodil.git
omit f38815809 Bump actions/setup-java from 4.2.1 to 4.3.0
add 176ac737f Add ability to specify errors/warnings/validationErrors
should not occur
add 6b0e56e8c Fix check for explicit length within length facet range
add 48372e117 Removed argType parameter from FNZeroArgExpr
add 0eafdf764 Update sbt-scoverage to 2.2.0
add 5de6d9df1 Bump codecov/codecov-action from 4.4.1 to 4.5.0
add b540a2cf6 Bump actions/checkout from 4.1.6 to 4.1.7
add f7ee5bc54 Bump actions/setup-java from 4.2.1 to 4.3.0
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 (f38815809)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/setup-java-4.3.0 (f7ee5bc54)
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/dependency-graph.yml | 2 +-
.github/workflows/main.yml | 8 +-
.../apache/daffodil/core/dpath/Expression.scala | 22 +-
.../core/grammar/ElementBaseGrammarMixin.scala | 68 ++--
.../resources/org/apache/daffodil/xsd/tdml.xsd | 4 +-
.../daffodil/runtime1/dpath/FNFunctions.scala | 6 +-
.../org/apache/daffodil/tdml/RunnerFactory.scala | 6 +-
.../org/apache/daffodil/tdml/TDMLRunner.scala | 416 ++++++++++++---------
.../daffodil/processor/tdml/TestRunnerFactory.java | 3 +-
.../tdml/testTDMLErrorsWarningsMatchAttribute.tdml | 188 ++++++++++
.../daffodil/processor/tdml/TestTDMLRunner2.scala | 7 +-
.../tdml/TestTDMLRunnerMatchAttributes.scala | 169 +++++++++
.../section02/validation_errors/Validation.tdml | 8 -
.../text_number_props/TextNumberProps.tdml | 6 +-
.../text_number_props/TextNumberPropsUnparse.tdml | 25 +-
.../TestTextNumberPropsUnparse.scala | 1 +
project/plugins.sbt | 2 +-
17 files changed, 703 insertions(+), 238 deletions(-)
create mode 100644
daffodil-tdml-processor/src/test/resources/test/tdml/testTDMLErrorsWarningsMatchAttribute.tdml
create mode 100644
daffodil-tdml-processor/src/test/scala/org/apache/daffodil/processor/tdml/TestTDMLRunnerMatchAttributes.scala