docs icon indicating copy to clipboard operation
docs copied to clipboard

conan.io reStructuredText documentation

Results 252 docs issues
Sort by recently updated
recently updated
newest added

I was reading the documentation and trying to understand the `layouts()` feature in order to write the blog post. One thing I noticed is that it feels difficult to comprehend...

As the do said in https://github.com/conan-io/docs/blob/master/creating_packages/package_approaches.rst: ``` So if we just have Debug/Release build types, and we’re producing N packages for N different configurations, we’ll have N/2 build folders, saving...

This would be useful for looking up what is available in general and for a particular interface.

When I installed conan v1.30.2, I found that "conan install mypkg/[^1.0.0]@aa/stable --update" only search from local cache, it will not search remotes. So that it reported the error like this:...

stage: triaging

I asked about this at a recent Conan online training - I would love to see something relatively succinct that gives examples of the most common Conan commands and arguments......

Linked to https://github.com/conan-io/conan/pull/8814

We added a reference to it here: https://docs.conan.io/en/latest/reference/config_files/global_conf.html#tools-configurations But not here: https://docs.conan.io/en/latest/configuration.html https://github.com/conan-io/docs/blob/master/configuration.rst Maybe we should, maybe not. Not sure.

https://docs.conan.io/en/latest/extending.html There's currently no reference or link on this page to custom generators as being an extension point. Seems like one of the most frequently used extension points, so should...

The SCM feature has surprised a number of people with some of it's behavior. Users have made a number of feature requests relating to this behavior which seem reasonable. However,...

When a recipe revision is calculated as a hash of exported files (`revision_mode = hash`), different EOL conventions will lead to different recipe hashes. This can cause problems that are...

complex: low
priority: medium
stage: queue