Skip to content
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

Resolve versions when looking for unused packages #1336

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SergeyKasmy
Copy link

This PR fixes #1335 by keeping track of versions of provided dependencies and keeping only those providers that actually satisfy the package and version dependencies.

I've also reworked and split the functions into several smaller ones and documented the control flow of the main function as much as possible (it was very difficult to understand at first what the original function was doing, so I tried my best to make it as easily understandable for future maintainers as I could).

P.S. I'm very new to alpm, so I couldn't find an alpm function that checks if a package satisfies a dependency. If one exists, we can use it instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

paru -c doesn't remove some packages that are "real orphans" (paru -Qdt)
1 participant