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 2022/07/15 03:54:11 UTC

[daffodil-vscode] branch update/sbt-1.7.1 updated (eeb469d -> 79809da)

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

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


 discard eeb469d  Update sbt to 1.7.1
     add 084567f  Update fs2-io to 3.2.10
     add e21d3f5  Update scala dependencies:
     add 79809da  Update sbt to 1.7.1

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   (eeb469d)
            \
             N -- N -- N   refs/heads/update/sbt-1.7.1 (79809da)

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/scala-steward.yml                |   2 +-
 .gitignore                                         |   3 +
 .scalafmt.conf                                     |   2 +-
 build.sbt                                          |  13 +--
 project/Rat.scala                                  |   3 +-
 project/build.properties                           |  30 +++---
 project/plugins.sbt                                |   8 +-
 .../Compiler.scala                                 |   9 +-
 .../org.apache.daffodil.debugger.dap/DAPodil.scala |  16 +++-
 .../org.apache.daffodil.debugger.dap/Parse.scala   | 106 ++++++++++++---------
 10 files changed, 107 insertions(+), 85 deletions(-)