This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/uuid-9.0.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
omit 66fbf5a Bump uuid from 8.3.2 to 9.0.0
add 6369a2f Change name to "Apache Daffodilâ„¢ Extension for Visual Studio
Code"
add 5dd87ea Run daffodil-debugger in CI.
add eb9525f Rename the variable wholeLine to triggerText
add 1b2218b Bump scala-steward-org/scala-steward-action from 2.20.0 to
2.46.0
add 04bed3c Bump actions/checkout from 3.0.2 to 3.3.0
add dc3651a Bump actions/github-script from 6.1.0 to 6.3.3
add 8703fe1 Bump actions/setup-node from 3.3.0 to 3.6.0
add c058156 Bump actions/setup-java from 3.4.1 to 3.9.0
add 5052a20 allow for self-signed certs when dowloading test artifacts
over https (#405)
add 01fd7e7 Bump uuid from 8.3.2 to 9.0.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 (66fbf5a)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/uuid-9.0.0
(01fd7e7)
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 | 2 +-
.github/workflows/CI.yml | 32 +-
.github/workflows/nightly.yml | 57 ++
.github/workflows/scala-steward.yml | 2 +-
.gitignore | 3 +
LICENSE | 10 +-
NOTICE | 2 +-
README.md | 10 +-
build.sbt | 5 +-
build/package/LICENSE | 10 +-
build/package/NOLICENSE | 2 +-
build/package/NONOTICE | 2 +-
build/package/NOTICE | 2 +-
build/scripts/package.ts | 2 +-
package.json | 20 +-
.../org.apache.daffodil.debugger.dap/Parse.scala | 3 +-
src/classes/artifact.ts | 7 +-
src/daffodilDebugger.ts | 76 +-
src/daffodilDebuggerUtils.ts | 99 +++
src/language/providers/attributeCompletion.ts | 44 +-
src/language/providers/closeElement.ts | 52 +-
src/language/providers/closeElementSlash.ts | 16 +-
src/language/providers/elementCompletion.ts | 10 +-
src/language/providers/endSingleBrace.ts | 6 +-
src/language/providers/utils.ts | 171 +++--
src/launchWizard/launchWizard.ts | 11 +-
src/tests/data/test.dfdl.xsd | 52 +-
src/tests/runTest.ts | 36 +-
src/tests/suite/adapter.test.ts | 15 +-
.../{language/activated.test.ts => common.ts} | 15 +-
src/tests/suite/daffodil.test.ts | 18 +-
src/tests/suite/daffodilDebugger.test.ts | 91 +++
src/tests/suite/index.ts | 2 +-
src/tests/suite/omegaEdit.test.ts | 20 +-
src/tests/suite/version.test.ts | 2 +-
src/utils.ts | 40 +-
yarn.lock | 850 ++++++++++-----------
37 files changed, 1031 insertions(+), 766 deletions(-)
create mode 100644 .github/workflows/nightly.yml
create mode 100644 src/daffodilDebuggerUtils.ts
copy src/tests/suite/{language/activated.test.ts => common.ts} (73%)
create mode 100644 src/tests/suite/daffodilDebugger.test.ts