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 DirectoriesPackagePrograms to ignore case of package name, like LoadPackage does #4035

Merged

Commits on May 18, 2020

  1. turn the package name to lowercase

    `DirectoriesPackagePrograms( <name> )` wants to check
    whether the package `<name>` is already available,
    but it does not make sure that `<name>` is in lowercase.
    Thus the package may be erroneously regarded as not yet loaded,
    and if several versions of the package are installed
    then the path for the highest version is taken, which may be wrong.
    ThomasBreuer committed May 18, 2020
    Configuration menu
    Copy the full SHA
    b1ba3c8 View commit details
    Browse the repository at this point in the history