James
James
``conan source`` no longer takes a ```` argument, that was removed like years ago. The documentation doesn't show this anymore, do you see it somewhere? The correct form is ``conan...
Oh, I see what you mean. It is true, it doesn't work out of the box. The workaround is to add the ``version = "xxx"`` directly in the ``conanfile.py``. This...
Lets at least add the basics: https://github.com/conan-io/docs/pull/2164 (this method is very simple, probably doesn't require more. But what would be necessary is better docs about enviroment and executing things, TBD...
@solvingj will update about status/migration asap
Bintray references were already updated some time ago, this is outdated
This is an issue for the docs, transferring it to the right repo.
There is no documentation for the StorageAdapter, and I think documenting such parts of the code explicitly will be unlikely a priority in the short term, we still have lots...
Hi @sourcedelica Looks good, many thanks. Could you please check the CLA signing?
Hi @GPages I think the important concept to highlight here is that ``conan lock create`` captures a lockfile from a expanded dependency graph. If the build require is not there...
Hi @silajim I am afraid this is not a bug. ``self.build_folder`` has always been a read-only property or attribute, it was not documented that it was possible to set ``self.build_folder``...