You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/07/06 15:17:58 UTC

[daffodil-vscode] branch update/scalafmt-core-3.7.4 updated (9e36dbc -> 617956e)

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a change to branch update/scalafmt-core-3.7.4
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


    from 9e36dbc  Update scalafmt-core to 3.7.4
     add 2514d25  Always export env variables
     add ad289dc  Fix issue with launch wizard parsing
     add 70c8240  Remove debugger extension config from launch.json
     add fa04492  Bind the debug server to the loopback interface.
     add 818dfc1  Throw parse errors
     add ab6ec90  Launch Wizard Validations:
     add 6c5b0dd  Remove blocking dialogs for debugger errors
     add 59fb90c  Launch Wizard updates based on 1.3.0-rc3 issues:
     add 12c62de  Bump actions/github-script from 6.4.0 to 6.4.1
     add da558e3  Update scalafmt-core to 3.7.3
     add a275d52  Bump prettier from 2.8.7 to 2.8.8
     add 68c71b9  Bump webpack-cli from 5.0.1 to 5.1.4
     add 617956e  Merge branch 'main' into update/scalafmt-core-3.7.4

No new revisions were added by this update.

Summary of changes:
 .github/workflows/CI.yml                           |   2 +-
 .gitignore                                         |   3 +
 .vscode/launch.json                                |  18 --
 package.json                                       |  15 +-
 .../org.apache.daffodil.debugger.dap/DAPodil.scala |  56 ++++---
 .../{Next.scala => ErrorEvents.scala}              |  26 +--
 .../org.apache.daffodil.debugger.dap/Parse.scala   |  29 +++-
 src/adapter/activateDaffodilDebug.ts               |   6 +
 .../activated.test.ts => adapter/daffodilEvent.ts} |  27 ++-
 src/adapter/debugAdapter.ts                        |   2 +
 src/adapter/extension.ts                           |   3 +
 src/daffodilDebugger.ts                            | 181 +++++++++++++--------
 src/infoset.ts                                     |  45 ++---
 src/launchWizard/launchWizard.js                   |  74 ++++++---
 src/launchWizard/launchWizard.ts                   |  59 +++++--
 src/styles/styles.css                              |  11 +-
 src/tests/suite/utils.test.ts                      |   2 +-
 src/utils.ts                                       |  43 ++++-
 yarn.lock                                          |  52 +++---
 19 files changed, 385 insertions(+), 269 deletions(-)
 copy server/core/src/main/scala/org.apache.daffodil.debugger.dap/{Next.scala => ErrorEvents.scala} (57%)
 copy src/{tests/suite/language/activated.test.ts => adapter/daffodilEvent.ts} (57%)