James
James
Yes, this is not well explained in the docs, it doesn't mean that it can be used in the ``conanfile.txt`` or ``conanfile.py``, but it might be used in other contexts...
You are right. The issue is that we updated the https://docs.conan.io/en/latest/creating_packages/getting_started.html page to start using the modern Conan integrations, but the next page of the docs is still not updated....
The ``namespace`` thing was removed, this is outdated.
@sniraimathi that is something that is not clear in the docs. We will fix the docs to improve that. But it is not possible to specify the ``package_id`` in recipes,...
The pinning mechanism is recipes ``requires`` should be considered stable, as it belongs to the ``revisions`` feature, stabilized some time ago.
This doesn't require any support in Conan client, besides a documented convention. Probably decide the name ``docs = "url"`` sounds good, and move this to the Conan docs repo to...
You can already query any attribute with ``conan inspect -a``, no need to explicitly expose it. And Conan 2.0 will iterate all public attributes by default, so it will be...
Thanks for reporting. I guess there are also other things to do in Conan first, like adding support in settings.yml for this compiler. Creating an issue for it.
Nop, I am afraid at the moment this extension is on "stand-by". Until we release Conan 2.0 GA (we are in alpha now, it will take a few months, beta,...
This extension is at the moment a bit on stand-by. We are focusing efforts in Conan 2.0, and until after 2.0 is GA we will probably not have the resources...