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

shanedell pushed a change to branch update/commons-lang3-3.18.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


 discard 1e59224  Update commons-lang3 to 3.18.0
     add 7504ec8  Bump form-data from 4.0.3 to 4.0.4
     add 791a9d0  Prompt for TDML test case name and description before 
starting the debugger
     add 5e67a86  Disable popup for Schema Definition Errors in the case of 
unparseable XML
     add ca94e24  Remove dependency on Highlight Matching Tag extension
     add 2c041e5  Add @duboisfordwork as a contributor
     add f407a27  - Remove Description from being used to select a TDML Test 
Case - Remove Description from the launch config, even for generate - Remove 
dead TDML append-related code in the backend - Fix a bug where execute wouldn't 
work from the TDML GUI
     add b52af66  Set default tdmlConfig to be missing/undefined instead of 
empty
     add 874968f  Fix error handling for TDML inputs
     add 15bb84a  Bump actions/setup-node from 4.2.0 to 4.4.0
     add be46c39  Bump webpack from 5.97.1 to 5.101.0
     add 3515709  Bump concurrently from 8.2.2 to 9.2.0
     add 6d06cdf  Bump tmp from 0.2.3 to 0.2.4
     add df1d4f6  Bump sass from 1.89.1 to 1.89.2
     add 76ad645  Bump scala-steward-org/scala-steward-action from 2.75.0 to 
2.76.0
     add eb30225  Fix premature shutdown of Ωedit server when multiple data 
editor tabs are open
     add 92d4101  change copy tdml to create tdml
     add 8faaa40  Add debugging frontend info
     add 7ad1d15  Update commons-lang3 to 3.18.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   (1e59224)
            \
             N -- N -- N   refs/heads/update/commons-lang3-3.18.0 (7ad1d15)

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:
 .asf.yaml                                          |   1 +
 .github/workflows/licenes.yml                      |   4 +-
 .github/workflows/release-candidate.yml            |   2 +-
 .github/workflows/scala-steward.yml                |   2 +-
 DEVELOPMENT.md                                     |  48 ++++++-
 .../org.apache.daffodil.debugger.dap/Parse.scala   |  96 ++-----------
 .../main/scala/org.apache.daffodil.tdml/TDML.scala |  83 ++----------
 .../org.apache.daffodil.debugger/ParseSuite.scala  |  11 --
 .../scala/org.apache.daffodil.tdml/TDMLSuite.scala |  46 ++-----
 package.json                                       |  30 ++---
 src/adapter/activateDaffodilDebug.ts               | 136 ++++++++-----------
 src/adapter/daffodilEvent.ts                       |   5 +-
 src/classes/tdmlConfig.ts                          |   7 +-
 src/daffodilDebugger/debugger.ts                   |  52 +++-----
 src/dataEditor/include/server/Sessions.ts          |   8 +-
 src/launchWizard/launchWizard.ts                   |   7 -
 src/launchWizard/script.js                         |  17 ---
 src/tdmlEditor/TDMLProvider.ts                     |  21 +++
 src/tdmlEditor/utilities/tdmlXmlUtils.ts           |   4 -
 src/tests/runTest.ts                               |  20 +--
 src/tests/suite/utils.test.ts                      |   1 -
 src/utils.ts                                       |  27 ++--
 yarn.lock                                          | 148 +++++++--------------
 23 files changed, 263 insertions(+), 513 deletions(-)

Reply via email to