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

pacman.py: Fix incorrect return in pkg.latest_version #35880

Merged
merged 1 commit into from
Aug 30, 2016

Commits on Aug 29, 2016

  1. pacman.py: Fix incorrect return in pkg.latest_version

    This was initially broken in 75fd92f. The documented behavior of this
    function is to return an empty string for the package when the package
    is up-to-date. Changing that behavior negatively affects the pkg.latest
    state, which relies on the documented behavior.
    terminalmage committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    123a611 View commit details
    Browse the repository at this point in the history