This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a change to branch update/sbt-scalafmt-2.5.5
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard e35e742 Update sbt-scalafmt to 2.5.5
add eae9290 Bump actions/setup-node from 4.1.0 to 4.4.0
add 2dc169d Bump version to 1.4.2-SNAPSHOT
add 8757422 Upgrade omegaEdit to 0.9.88 and add more detailed message
regarding unable to support Emojis in filenames on Windows
add ba78aa1 Create dropdown menu for user to select test case name and
description when executing a test case from TDML file.
add 7cea73b Skip file selection and show error message for Append and
Copy TDML if Temp TDML file doesn't exist.
add bd6a95e Fix issue with TDML config object spread and have checks for
empty strings
add 50e6740 Fixes clickable area by reducing the area that the user can
select
add 9c539ce Bump actions/setup-java from 4.6.0 to 4.7.1
add 268b79a Bump @types/node from 22.15.30 to 24.0.8
add 253d650 Bump copy-webpack-plugin from 12.0.2 to 13.0.0
add 7285b33 Intellisense: Don't suggest attributes if they already exist
in an element
add 579a5a7 Change error message for invalid TDML file path
add 9be74dd handle name and ref attributes consistently modified
suggestions so that newVaribleInstance is not available for group element with
an name attribute added missing ref attribute to xml tags that require it bug
fix for intellisense deleting attributes when an attribute value ends in an
equal sign fixed an intellisense logic flaw that presented element suggestions
instead of attribute suggestion in some instances
add 3caf39a Update debugger to use Daffodil 3.11 and Scala 2.13
add 546b7bb Remove Append as an Action for TDML in the launch wizard + VS
Code settings and remove relevant scala code
add bbe9619 corrects a problem with the logic to determine if an XML tag
is spread across multiple lines corrects a problem where a cursor after an end
tag is not recognized correctly in some instances
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 864809c Update sbt-scalafmt to 2.5.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 (e35e742)
\
N -- N -- N refs/heads/update/sbt-scalafmt-2.5.5 (864809c)
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/CI.yml | 10 +-
.github/workflows/licenes.yml | 8 +-
.github/workflows/nightly.yml | 4 +-
.github/workflows/release-candidate.yml | 4 +-
.github/workflows/scala-steward.yml | 2 +-
DEVELOPMENT.md | 48 +++-
VERSION | 2 +-
build.sbt | 3 +-
.../Compiler.scala | 10 +-
.../org.apache.daffodil.debugger.dap/DAPodil.scala | 30 +--
.../org.apache.daffodil.debugger.dap/Next.scala | 2 +-
.../org.apache.daffodil.debugger.dap/Parse.scala | 174 ++++-----------
.../main/scala/org.apache.daffodil.tdml/TDML.scala | 85 +------
.../org.apache.daffodil.debugger/ParseSuite.scala | 29 +--
.../scala/org.apache.daffodil.tdml/TDMLSuite.scala | 46 +---
package.json | 43 ++--
src/adapter/activateDaffodilDebug.ts | 149 ++++++++-----
src/adapter/daffodilEvent.ts | 5 +-
src/classes/tdmlConfig.ts | 7 +-
src/daffodilDebugger/debugger.ts | 49 ++--
src/dataEditor/dataEditorClient.ts | 17 +-
src/dataEditor/include/server/Sessions.ts | 8 +-
src/language/providers/attributeCompletion.ts | 168 +++++++++++++-
src/language/providers/attributeValueCompletion.ts | 17 +-
src/language/providers/closeElementSlash.ts | 14 +-
src/language/providers/closeUtils.ts | 8 +
src/language/providers/elementCompletion.ts | 62 ++++--
.../providers/intellisense/elementItems.ts | 19 +-
src/language/providers/utils.ts | 248 ++++++++++++++-------
src/launchWizard/launchWizard.ts | 19 +-
src/launchWizard/script.js | 18 --
src/styles/styles.css | 5 +
src/tdmlEditor/TDMLProvider.ts | 21 ++
src/tdmlEditor/utilities/tdmlXmlUtils.ts | 8 +-
src/tests/DfdlIntellisenseTestingChecklist.md | 2 +-
src/tests/runTest.ts | 20 +-
src/tests/suite/language/items.test.ts | 7 +-
src/tests/suite/utils.test.ts | 3 +
src/utils.ts | 48 +++-
yarn.lock | 237 ++++++++------------
41 files changed, 927 insertions(+), 733 deletions(-)