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

[Bug] Incorrect latest version in "registry query" command #17

Open
hlafaille opened this issue Nov 14, 2024 · 0 comments
Open

[Bug] Incorrect latest version in "registry query" command #17

hlafaille opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hlafaille
Copy link
Member

Description

Incorrect LATEST VERSION under the table for registry querying.

Steps to Reproduce

  1. Invalidate cache with espresso registry invalidate
  2. Query cache with espresso registry query --term kindling
  3. See that the latest version is 0.2.0, which is not correct. (see here)

Expected Behavior

I expect the actual latest version to be displayed, which should be `0.3.0

Environment

  • OS: Fedora 41, Devcontainer Debian 12
  • Version: b1407b2

Additional Context

This is probably due to how we're picking the latest version out of the list. I suspect that we're pulling the first element, when we should be pulling the last.

@hlafaille hlafaille added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant