This is an automated email from the ASF dual-hosted git repository.
vishesh pushed a change to branch update-readline-and-remove-vendors
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git
omit 8d824e6 Fixup
omit eb71144 Fix ci gha
omit eceb07f Migrate to ergochat readline
add 07d2667 Update Apache RAT version to 0.17 in workflow
add dde4c99 update rat itself
add d6afd24 snapcraft
add a8082c0 Merge pull request #198 from apache/DaanHoogland-patch-1
add 5db5a5e autocomplete: prevent slice bounds panic (#196)
add c68c901 Migrate to ergochat readline
add 57b603d Fix ci gha
add 308c74a Fixup
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 (8d824e6)
\
N -- N -- N refs/heads/update-readline-and-remove-vendors
(308c74a)
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/rat.yaml | 8 +-
.rat-excludes | 8 +-
vendor/github.com/chzyer/readline/complete.go | 314 ++++++++++++++++++++++++++
3 files changed, 322 insertions(+), 8 deletions(-)
create mode 100644 vendor/github.com/chzyer/readline/complete.go