-
-
Notifications
You must be signed in to change notification settings - Fork 403
librariesindex: Fix nil pointer. Refs #1176 #1177
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
Conversation
Let the library index return the latest known version, if a library without a version is found. Signed-off-by: Ruben Jenster <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small change requested. Would be great if you could add an integration test to reproduce the issue so we won't have regressions in the future.
Sure I can - but it may take some time. |
Signed-off-by: Ruben Jenster <[email protected]>
Integration tests go in the
Yep, that's fine for unit tests. |
Signed-off-by: Ruben Jenster <[email protected]>
Sorry, but I'm not used to Python, It'll take more time for you to review my code than to write it yourself. |
No worries, I'll take care of it as soon as I can, I'll notify you when closing the issue. |
@r10r I had to cherry pick your commits to a separate branch and create a new PR #1189. It would have been problematic to merge this since it points to your fork's You'll result as contributor anyway so don't worry about that. The new PR is #1189, I'll close this one as soon as that is merged in. |
Closed since #1189 has been merged. |
I'm really happy to see this merged. Thanks for your support! |
Let the library index return the latest known version,
if a library without a version is updated.
Signed-off-by: Ruben Jenster [email protected]