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

fix InstallPackage for prescribed versions #133

Merged
merged 2 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. fix InstallPackage for prescribed versions

    If an exact version number (one starting with `=`) is prescribed
    in `InstallPackage`, the exactness was ignored up to now.
    With the change, an available version with larger version number
    is not regarded as matching the version condition in this case,
    and the return value is `false`.
    
    This affects `InstallPackageByName` and `InstallPackageByInfo`.
    (The possibility to prescribe a version number in the latter
    function is in fact not documented.)
    ThomasBreuer committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b6a75b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b147909 View commit details
    Browse the repository at this point in the history