fix(self-update): remove legacy oo installs across PATH#88
Conversation
The managed installer should clean up legacy package-manager installs even when they appear after the native executable on PATH. Continue scanning PATH after native and unknown oo entries so every recognized legacy install is removed. Update the regression test and command docs to match the broader cleanup behavior. Signed-off-by: Kevin Cui <bh@bugs.cc>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
Summary by CodeRabbit
WalkthroughThis PR updates the legacy package manager cleanup behavior during CLI installation and updates. Documentation for both Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The managed installer should clean up legacy package-manager installs even when they appear after the native executable on PATH.
Continue scanning PATH after native and unknown oo entries so every recognized legacy install is removed. Update the regression test and command docs to match the broader cleanup behavior.