This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a change to branch update/jaxb-xjc-2.3.9
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 6306baa Update jaxb-xjc to 2.3.9
add ded0697 Bump actions/checkout from 4.1.0 to 4.1.1
add 8c70937 Bump actions/setup-node from 3.8.1 to 4.0.0
add 07720b1 Changed assigment of extraArgs to be os specific and fix Java
17 on Windows
add 095129c Multiple CI updates:
add f2d880a Update NONOTICE and NOTICE
add 76c7b06 Fix check for using default values
add 03b51b5 Don't display infoset file created messages unless it has
content
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 3f592de Update jaxb-xjc to 2.3.9
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 (6306baa)
\
N -- N -- N refs/heads/update/jaxb-xjc-2.3.9 (3f592de)
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 | 129 +-
.github/workflows/nightly.yml | 50 +-
DEVELOPMENT.md | 79 +
build/package/NONOTICE | 23 +-
build/package/NOTICE | 1676 +++++++++++++++++++-
package.json | 11 +-
src/daffodilDebugger/utils.ts | 5 +-
src/dataEditor/dataEditorClient.ts | 209 ++-
src/infoset.ts | 31 +-
src/language/semantics/dfdlExt.ts | 95 +-
src/language/semantics/functionData.ts | 1 +
src/language/semantics/xsltTokenDiagnostics.ts | 18 +-
src/launchWizard/launchWizard.js | 211 ++-
src/launchWizard/launchWizard.ts | 204 ++-
src/styles/styles.css | 14 +
.../CustomByteDisplay/DataLineFeed.svelte | 155 +-
.../CustomByteDisplay/DataValue.svelte | 82 +-
.../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 +
src/svelte/src/components/dataEditor.svelte | 7 +-
src/svelte/src/components/globalStyles.css | 2 +
src/svelte/src/components/layouts/Tooltip.svelte | 2 +-
src/svelte/src/stores/index.ts | 41 +-
.../ByteCategories/CategoryIndications.ts | 114 ++
.../src/utilities/ByteCategories/IByteCategory.ts | 84 +
.../ByteCategories/IIndication.ts} | 41 +-
src/svelte/src/utilities/display.ts | 1 -
src/svelte/src/utilities/highlights.ts | 174 +-
src/svelte/src/utilities/message.ts | 1 +
src/svelte/tests/stores/index.test.ts | 62 +
src/svelte/tests/utilities/display.test.ts | 55 +
src/utils.ts | 7 +-
webpack/ext-package.webpack.config.js | 1 +
yarn.lock | 108 +-
40 files changed, 3392 insertions(+), 620 deletions(-)
create mode 100644 DEVELOPMENT.md
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} (56%)
create mode 100644 src/svelte/tests/stores/index.test.ts
create mode 100644 src/svelte/tests/utilities/display.test.ts