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

Upstream some Alpm methods #30

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

Commits on May 12, 2023

  1. feat(utils): resurrect the AlpmExt trait

    This required fixing `find_local_satisfier` which wasn't compiling. This
    module had been previously left out of the module tree, so the broken
    code was never compiled and thus never detected.
    fosskers committed May 12, 2023
    Configuration menu
    Copy the full SHA
    97e8e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e35e1 View commit details
    Browse the repository at this point in the history
  3. lint: minor cleanup

    fosskers committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7c4e9ab View commit details
    Browse the repository at this point in the history
  4. fix: correct the module tree

    fosskers committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7dc220d View commit details
    Browse the repository at this point in the history
  5. feat(utils): drop unneeded functionality

    And rename a few functions.
    fosskers committed May 12, 2023
    Configuration menu
    Copy the full SHA
    21c36c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fc2aa3 View commit details
    Browse the repository at this point in the history
  7. feat(utils): revive AlpmExt yet again

    This required implementing some custom iterator structs, since `impl
    Foo` is not allowed for the return types of trait methods.
    fosskers committed May 12, 2023
    Configuration menu
    Copy the full SHA
    cf070a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cef5c6 View commit details
    Browse the repository at this point in the history
  9. lint: appease Clippy

    fosskers committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4be3dee View commit details
    Browse the repository at this point in the history