Open reini-1 opened 1 year ago
Maybe such errors from plugins can be ignored and the update can go on.
Topgrade has a configuration entry to ignore errors from a specific step, see:
With this configuration, errors will still be outputted to stderr, but Topgrade won't ask you if you want to retry the step after its failure but update the next step instead.
# You won't see this if you ignore the error
Retry? (y)es/(N)o/(s)hell/(q)uit
Since this issue is related to an external tool, I will tag this issue upstream
.
Erroneous Behavior
vim update fails since some time
Expected Behavior
vim update works without failure
Steps to reproduce
topgrade or topgrade --only vim or topgrade --config /dev/null or topgrade --config /dev/null --only vim
Possible Cause (Optional)
Problem persists without calling from topgrade
Did you run topgrade through
Remote Execution
If yes, does the issue still occur when you run topgrade directlly in your remote host
Configuration file (Optional)
no with
--config /dev/null
also the same errorAdditional Details
Operation System/Version
macOS 13.5 on M1 macbook
Installation
brew install topgrade
Topgrade version (
topgrade -V
) Topgrade 12.0.2same result also with older versions, I tested: topgrade-v11.0.1-x86_64-apple-darwin.tar.gz topgrade-v11.0.2-x86_64-apple-darwin.tar.gz topgrade-v12.0.0-x86_64-apple-darwin.tar.gz topgrade-v12.0.1-x86_64-apple-darwin.tar.gz
Verbose Output (
topgrade -v
)I found out it is a problem with editorconfig-vim plugin, see my issue there: https://github.com/editorconfig/editorconfig-vim/issues/221
Maybe such errors from plugins can be ignored and the update can go on. I don't know if there is a new update for the plugin it gets installed with topgrade or not.
Thanks in advance. Reini