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 some commands crashing when an installed library has invalid version #1189

Merged
merged 5 commits into from
Feb 18, 2021

Commits on Feb 18, 2021

  1. librariesindex: Fix nil pointer. Refs #1176

    Let the library index return the latest known version,
    if a library without a version is found.
    
    Signed-off-by: Ruben Jenster <[email protected]>
    r10r authored and silvanocerza committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    8a5cddc View commit details
    Browse the repository at this point in the history
  2. Remove logging statement from FindLibraryUpdate.

    Signed-off-by: Ruben Jenster <[email protected]>
    r10r authored and silvanocerza committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    d0e93fc View commit details
    Browse the repository at this point in the history
  3. Add a small comment to the lib.Version nil check.

    Signed-off-by: Ruben Jenster <[email protected]>
    r10r authored and silvanocerza committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    aa41922 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81431c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79c75b1 View commit details
    Browse the repository at this point in the history