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

[dev2][list] Show latest revisions for several recipes/package_ids #12766

Closed
franramirez688 opened this issue Dec 22, 2022 · 1 comment · Fixed by #12781
Closed

[dev2][list] Show latest revisions for several recipes/package_ids #12766

franramirez688 opened this issue Dec 22, 2022 · 1 comment · Fixed by #12781

Comments

@franramirez688
Copy link
Contributor

franramirez688 commented Dec 22, 2022

$ conan list "zlib/1.2.18#:*#"
Local Cache:
  zlib
    zlib/1.2.18#12714b06f016d106937a277a3d6ea272 (2022-12-21 16:58:43 UTC)
      PID: b1d267f77ddd5d10d06d2ecf5a6bc433fbb7eeed (2022-12-21 16:58:44 UTC)
        settings:
          arch=x86_64
          build_type=Release
          compiler=apple-clang
          compiler.cppstd=gnu11
          compiler.libcxx=libc++
          compiler.version=14
          os=Macos
        options:
          fPIC=True
          shared=False

Shouldn't it return the last package revision for each package id as we are adding the # in the end?

Originally posted by @czoido in #12756 (comment)


Right now, we don't have any way to show all the latest RREV/PREV for all the recipes/package_ids. Would it be interesting to implement it?

Example:

conan list zlib/*#* -> shows all the RREVs
conan list zlib/1.2.11 -> shows the latest RREV
conan list zlib/*#(latest) -> should show the latest RREV for each recipe ????

If it's ok, the same should be done for PREVs

@czoido
Copy link
Contributor

czoido commented Jan 3, 2023

Closed by #12781

@czoido czoido closed this as completed Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants