Skip to content

Conversation

jrmolin
Copy link

@jrmolin jrmolin commented Sep 15, 2025

It appears that this example didn't get updated when the conan APIs changed. I have been using this quite a bit in my development projects, so I updated it for my use.

If this is incorrect anywhere, please let me know! I did not adjust the CI test. I did not know how to run that.

@CLAassistant
Copy link

CLAassistant commented Sep 15, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks very much for your contribution, and sorry about the instability created by finally trying to stabilize and document the public API

for recipe in recipes:
out.writeln(f"{str(recipe)}", fg=recipe_color)
all_rrevs = conan_api.list.recipe_revisions(recipe, remote=remote)
for k,v in recipes.recipes.items():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are just know stabilizing the PackageLists interface for a better iteration.
We will come back to this once it is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants