This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a change to branch update/jaxb-impl-4.0.4
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 6970dd8 Update jaxb-impl to 4.0.4
add 8ba1714 add ability to save segments of the file (#800)
add 5868292 Launch Wizard - Allow copying of configs
add 8e682aa upgrade to Ωedit™ v0.9.76
add 48d4580 Remove unused code
add 7a328fd Created DEVELOPMENT.md
add d9f8c46 Bump svelte-check from 3.5.2 to 3.6.2
add 36cb33a add BOM detection, and language guessing, and add multi-byte
character counts to the profiler
add 6773c41 Bump actions/setup-java from 3.13.0 to 4.0.0
add f31364c Update layout of the launch-wizard
add d7f7088 Implemented Indexable ByteValue Indications
add 4e45b16 Implemented Data Editor Svelte Test Structure
add be254b3 Update jaxb-xjc to 2.3.9
add d1333fc Rename setting program to schema
add db8ddf7 Replaced HexView with Data Editor
add 713c77e Ensure infoset file extension match output format.
add 1ea35ef Ignore requests for stale state.
add 43cc4dc Upgrade test-electron dependency to fix nightly tests.
add face2a7 Update to Omega Edit v0.9.77
add 4de2a3b Properly await killed process during test shutdown.
add 9cb1cef Make CI more similar to (failing) nightly builds.
add 1611409 Added settings for root element name and namespace
add 1bb233b Data Editor Reacts to launch.json Changes
add df66eab Change daffodilDebugClasspath to array of string instead of
string
add 1669f7b Properly Dispose of Data Editor Session / Server
add ad1704a Update object variables in package.json to map properties.
add 00ffa05 Fix error thrown when using ${command:AskForSchemaName}
add e43dbd5 DataEditorClient Content Disposal Resolution
add 729ec37 Update Daffodil to 3.6.0.
add f16856e Bump actions/github-script from 6.4.1 to 7.0.1
add 923c7cb Bump omega-edit to v0.9.78
add ba59438 Fixed DFDL byte pos event seeking in viewport
add 0f4acf3 TDML custom editor:
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 d084955 Bump @types/node from 20.11.5 to 20.11.30
add a1466c7 Bump @vscode/debugadapter-testsupport from 1.63.0 to 1.65.0
add e0d4c65 Fix profiler with Ωedit update to v0.9.82
add bc86057 Resolved Windows Lingering OE Server
add 4999e1a Update to Apache Daffodil 3.7.0
add 188dd3f Refactor to fix event delivery guarantees.
add dc48421 Bump actions/setup-java from 4.0.0 to 4.2.1
add 3848bc5 Bump scala-steward-org/scala-steward-action from 2.61.0 to
2.65.0
add 3ca9b5c Resolved Selection Highlighting Rescend - Updated selection
partition calculations to calculate against the `VIEWPORT_CAPACITY_MAX`.
add 3e1f4e4 Update jaxb-impl to 4.0.4
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 (6970dd8)
\
N -- N -- N refs/heads/update/jaxb-impl-4.0.4 (3e1f4e4)
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 | 19 +-
.github/workflows/nightly.yml | 10 +-
.github/workflows/scala-steward.yml | 2 +-
DEVELOPMENT.md | 79 +
LICENSE | 1 +
build.sbt | 4 +-
build/package/LICENSE | 49 +
build/yarn-scripts.ts | 2 +
.../Compiler.scala | 20 +-
.../org.apache.daffodil.debugger.dap/DAPodil.scala | 92 +-
.../{ErrorEvents.scala => ErrorEvent.scala} | 17 +-
.../org.apache.daffodil.debugger.dap/Parse.scala | 919 +++++++-----
.../{Next.scala => Portability.scala} | 26 +-
.../org.apache.daffodil.debugger.dap/logging.scala | 12 +-
.../org.apache.daffodil.debugger/ParseSuite.scala | 26 +-
language/syntax.json | 29 +-
.../{dfdl.tmLanguage.json => tdml.tmLanguage.json} | 4 +-
language/{dfdl.json => tdml.json} | 0
package.json | 390 +++--
project/Rat.scala | 2 +
src/adapter/activateDaffodilDebug.ts | 140 +-
src/adapter/daffodilDebug.ts | 8 +-
src/adapter/daffodilEvent.ts | 6 +-
src/adapter/extension.ts | 23 +-
src/classes/{tdmlConfig.ts => schemaData.ts} | 9 +-
src/classes/tdmlConfig.ts | 6 +-
src/classes/vscode-launch.ts | 11 +-
src/daffodilDebugger/daffodil.ts | 55 +-
src/daffodilDebugger/debugger.ts | 88 +-
src/daffodilDebugger/utils.ts | 23 +-
src/dataEditor/config/Config.ts | 72 +
.../config/ConfigKeyword.ts} | 46 +-
src/dataEditor/config/Extract.ts | 52 +
.../config}/index.ts | 12 +-
src/dataEditor/dataEditorClient.ts | 416 ++++--
src/dataEditor/include/server/ServerInfo.ts | 56 +
.../include/server/heartbeat/HeartBeatInfo.ts | 36 +
.../dataEditor/include/utils.ts | 12 +-
src/hexView.ts | 286 ----
src/infoset.ts | 35 +-
src/language/providers/attributeCompletion.ts | 52 +
src/language/providers/attributeValueCompletion.ts | 55 +
src/language/providers/closeElement.ts | 80 +
src/language/providers/closeElementSlash.ts | 56 +
src/language/providers/elementCompletion.ts | 65 +
...lFormat.dfdl.xsd => TDMLGeneralFormat.tdml.xsd} | 22 +-
src/language/semantics/dfdlExt.ts | 95 +-
src/language/semantics/functionData.ts | 1 +
.../semantics/xPathDocumentChangeHandler.ts | 2 -
src/language/semantics/xsltTokenDiagnostics.ts | 18 +-
src/language/{dfdl.ts => tdml.ts} | 26 +-
src/launchWizard/launchWizard.js | 250 +++-
src/launchWizard/launchWizard.ts | 249 ++-
src/styles/styles.css | 14 +
.../DataDisplays/CustomByteDisplay/BinaryData.ts | 6 +-
.../CustomByteDisplay/DataLineFeed.svelte | 175 ++-
.../CustomByteDisplay/DataValue.svelte | 91 +-
.../CustomByteDisplay/SelectedByteEdit.svelte | 8 +-
.../DataDisplays/Header/DisplayHeader.svelte | 19 +-
.../src/components/DataMetrics/DataMetrics.svelte | 103 +-
.../components/Header/fieldsets/FileMetrics.svelte | 23 +-
.../src/components/Header/fieldsets/FileMetrics.ts | 3 +-
.../Header/fieldsets/SearchReplace.svelte | 38 +-
.../components/Header/fieldsets/SearchReplace.ts | 112 +-
.../components/Header/fieldsets/Settings.svelte | 13 +
.../components/ServerMetrics/ServerMetrics.svelte | 53 +-
src/svelte/src/components/dataEditor.svelte | 8 +-
src/svelte/src/components/globalStyles.css | 2 +
src/svelte/src/components/layouts/Tooltip.svelte | 2 +-
src/svelte/src/stores/index.ts | 42 +-
.../ByteCategories/CategoryIndications.ts | 124 ++
.../src/utilities/ByteCategories/IByteCategory.ts | 88 ++
.../ByteCategories/IIndication.ts} | 42 +-
src/svelte/src/utilities/display.ts | 1 -
src/svelte/src/utilities/highlights.ts | 181 ++-
src/svelte/src/utilities/message.ts | 1 +
src/svelte/tests/stores/index.test.ts | 62 +
src/svelte/tests/utilities/display.test.ts | 55 +
src/tdmlEditor/TDMLProvider.ts | 194 +++
src/tdmlEditor/addNewTest.ts | 266 ++++
src/tdmlEditor/extension.ts | 104 ++
.../tdmlEditor/utilities/constants.ts | 39 +-
.../tdmlEditor/utilities/getNonce.ts | 14 +-
src/tdmlEditor/utilities/tdmlXmlUtils.ts | 324 ++++
src/tdmlEditor/webview/webview.js | 254 ++++
src/tests/README.md | 2 +-
src/tests/data/{test.tdml => test-appended.tdml} | 10 +-
src/tests/data/{test.tdml => test-multiple.tdml} | 16 +-
...{test.tdml => test-no-document-or-infoset.tdml} | 9 +-
.../data/{test.tdml => test-no-namespace.tdml} | 20 +-
src/tests/data/{test.tdml => test-second.tdml} | 4 +-
src/tests/data/test.tdml | 2 +-
src/tests/suite/daffodil.test.ts | 25 +-
src/tests/suite/daffodilDebugger.test.ts | 35 +-
src/tests/suite/dataEditor.test.ts | 9 +-
src/tests/suite/tdmlXmlUtils.test.ts | 187 +++
src/tests/suite/utils.test.ts | 17 +-
src/utils.ts | 88 +-
webpack/ext-package.webpack.config.js | 8 +
yarn.lock | 1579 ++++++++++++--------
100 files changed, 6002 insertions(+), 2536 deletions(-)
create mode 100644 DEVELOPMENT.md
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%)
copy language/syntaxes/{dfdl.tmLanguage.json => tdml.tmLanguage.json} (99%)
copy language/{dfdl.json => tdml.json} (100%)
copy src/classes/{tdmlConfig.ts => schemaData.ts} (88%)
create mode 100644 src/dataEditor/config/Config.ts
copy src/{svelte/src/utilities/colorScheme.ts =>
dataEditor/config/ConfigKeyword.ts} (52%)
create mode 100644 src/dataEditor/config/Extract.ts
copy src/{daffodilDebugger => dataEditor/config}/index.ts (82%)
create mode 100644 src/dataEditor/include/server/ServerInfo.ts
create mode 100644 src/dataEditor/include/server/heartbeat/HeartBeatInfo.ts
copy .vscode/extensions.json => src/dataEditor/include/utils.ts (80%)
delete mode 100644 src/hexView.ts
copy src/language/providers/intellisense/{DFDLGeneralFormat.dfdl.xsd =>
TDMLGeneralFormat.tdml.xsd} (89%)
copy src/language/{dfdl.ts => tdml.ts} (57%)
create mode 100644
src/svelte/src/utilities/ByteCategories/CategoryIndications.ts
create mode 100644 src/svelte/src/utilities/ByteCategories/IByteCategory.ts
copy src/svelte/src/{stores/localStore.ts =>
utilities/ByteCategories/IIndication.ts} (54%)
create mode 100644 src/svelte/tests/stores/index.test.ts
create mode 100644 src/svelte/tests/utilities/display.test.ts
create mode 100644 src/tdmlEditor/TDMLProvider.ts
create mode 100644 src/tdmlEditor/addNewTest.ts
create mode 100644 src/tdmlEditor/extension.ts
copy .vscode/tasks.json => src/tdmlEditor/utilities/constants.ts (53%)
copy .vscode/extensions.json => src/tdmlEditor/utilities/getNonce.ts (75%)
create mode 100644 src/tdmlEditor/utilities/tdmlXmlUtils.ts
create mode 100644 src/tdmlEditor/webview/webview.js
copy src/tests/data/{test.tdml => test-appended.tdml} (76%)
copy src/tests/data/{test.tdml => test-multiple.tdml} (62%)
copy src/tests/data/{test.tdml => test-no-document-or-infoset.tdml} (81%)
copy src/tests/data/{test.tdml => test-no-namespace.tdml} (51%)
copy src/tests/data/{test.tdml => test-second.tdml} (86%)
create mode 100644 src/tests/suite/tdmlXmlUtils.test.ts