You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(but you need to wait until it's outdated to reproduce it! oh or just make a fake update tarball.)
Windows Version
MSYS_NT-10.0-22624
Are you willing to submit a PR?
Yes, if we figure out the best way. A possible way is putting this in the default bashrc, but I am not sure it's "graceful" enough (what if it's not a core update? that would change behavior!). It also needs to cover other shells and so on.
pacman() {
history -a;command pacman "$@";
}
Or maybe we make kill_all_other_msys_processes() do a normal sigterm in the MSYS2 context before the taskkill????
The text was updated successfully, but these errors were encountered:
Description / Steps to reproduce the issue
pacman -Syu
and make sure it's a core updateExpected behavior
I expect the history to be preserved, like with a normal close.
Actual behavior
The close is forced (for good reason) and no history is saved from the session.
Verification
(but you need to wait until it's outdated to reproduce it! oh or just make a fake update tarball.)
Windows Version
MSYS_NT-10.0-22624
Are you willing to submit a PR?
Yes, if we figure out the best way. A possible way is putting this in the default bashrc, but I am not sure it's "graceful" enough (what if it's not a core update? that would change behavior!). It also needs to cover other shells and so on.
Or maybe we make
kill_all_other_msys_processes()
do a normal sigterm in the MSYS2 context before the taskkill????The text was updated successfully, but these errors were encountered: