-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topgrade cannot upgrade zshell framework (https://wiki.zshell.dev) #709
Comments
the command |
It is because parallel update uses the special zsh feature ‘&!’ which leaves the process in the background and disowned. In other words, the shell does not wait for the command to finish, and the return status is 0. |
I guess this was introduced in Make zinit and zi use parallel updates where the |
Also cc @karman011, I think this is the issue you reported in this comment. |
So, am I correct saying that the update process is correctly run but is wrongly reported as FAILED? |
No, I guess it is indeed a bug I am considering reverting that PR if we cannot hanlde that |
Erroneous Behavior
Topgrade cannot upgrade zshell framework (https://wiki.zshell.dev)
the upgrade process starts correctly but after few seconds it hangs up.
The error message is the following:
Expected Behavior
Topgrade upgrade correctly the framework
Steps to reproduce
install the zshell framework
launch
topgrade
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 directly in your
remote host
Configuration file (Optional)
(default file)
Additional Details
Operation System/Version
Ubuntu 23.10
Installation
topgrade installed with
cargo install
Topgrade version (
topgrade -V
)❯ topgrade -V
Topgrade 14.0.1
Verbose Output (
topgrade -v
)The text was updated successfully, but these errors were encountered: