This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/prettier-3.2.5
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard ccc896f Bump prettier from 3.0.3 to 3.2.5
add b9c64ac Add none option for tdml on the scala side
add d861019 more helpful error messages
add d4e2b04 Bump actions/setup-node from 4.0.0 to 4.0.2
add 5199d58 Multiple fixes:
add 8fd7da7 Fix Windows not hitting breakpoints.
add 76a053b status messages must be in tolerance, closes #989
add faa102e Fix multiple bugs with infoset files.
add 4492079 Bump prettier from 3.0.3 to 3.2.5
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 (ccc896f)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/prettier-3.2.5
(4492079)
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/CI.yml | 4 +-
.github/workflows/nightly.yml | 2 +-
.../org.apache.daffodil.debugger.dap/DAPodil.scala | 33 +++++++-------
.../{ErrorEvents.scala => ErrorEvent.scala} | 16 ++++---
.../org.apache.daffodil.debugger.dap/Parse.scala | 16 ++++++-
.../{Next.scala => Portability.scala} | 26 ++++-------
.../org.apache.daffodil.debugger/ParseSuite.scala | 2 +-
src/adapter/activateDaffodilDebug.ts | 8 +++-
src/adapter/daffodilEvent.ts | 6 ++-
src/infoset.ts | 33 ++++++++------
src/launchWizard/launchWizard.ts | 4 +-
.../components/ServerMetrics/ServerMetrics.svelte | 53 ++++++++++++++--------
yarn.lock | 6 +--
13 files changed, 126 insertions(+), 83 deletions(-)
rename
debugger/src/main/scala/org.apache.daffodil.debugger.dap/{ErrorEvents.scala =>
ErrorEvent.scala} (62%)
copy debugger/src/main/scala/org.apache.daffodil.debugger.dap/{Next.scala =>
Portability.scala} (66%)