You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix some commands crashing when an installed library has invalid version (#1189)
* 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 <r.jenster@drachenfels.de>
* Remove logging statement from FindLibraryUpdate.
Signed-off-by: Ruben Jenster <r.jenster@drachenfels.de>
* Add a small comment to the lib.Version nil check.
Signed-off-by: Ruben Jenster <r.jenster@drachenfels.de>
* Fix some commands failing when an installed library has invalid version
* [skip changelog] Add integration tests
Co-authored-by: Ruben Jenster <r.jenster@drachenfels.de>
0 commit comments