Alexolut
Alexolut
From the recent time I started to get fetch errors on PR with more than 300 files. At least couple months ago there were no problems, but now I see...
I have code like this, formatted locally with clang-format. I use function-try-block here: ``` void TestFunc(const std::string& data) try { do_something(); do_something_more(); } catch (const std::exception& ex) { log_error(ex); }...
We have conan recipes with the link to sources stored in our internal repository. Most links stored in conandata.yml files and have a form like https://repo.company-name.com/packet-name/sources.tgz Repo has been moved...
### Description Based on recipe logic we don't expect that `boost_stacktrace_from_exception.dll` exist for win32, but actually it was built. ``` raise ConanException(f"These libraries were built, but were not used in...
I use Boost 1.84 package from [conan.io][1]. Since Boost 1.84 [default version of Windows API][2] is set to Windows 10. ```none By default use Windows 10 API on compilers that...
### Is your idea related to an existing feature? version ### Describe the behavior you would like First of all I'm not sure that my request can be solved from...
I noticed that sometimes instead of real package files (libs, includes, bins etc), e.g. here `c:\Users\USERNAME\.conan\data\zlib\1.2.11\user\channel\package\bf9ec17af5844bd8d3cc139070000dc26fc5f076\` there is `.conan_link` file contains something like this: ``` D:\.conan\ba8a6e\1 ``` As far as...
I'm going to migrate to Conan2, now revisions are disabled for Conan1. Will [activation revisions](https://docs.conan.io/1/versioning/revisions.html#how-to-activate-the-revisions) simplify (minimize diff?) further upgrade to Conan2, or it's completely unnecessary short term? As far...
### Describe the bug Windows Server 2022, Conan 2.22.1, Python 3.11 The problem arises after upgrade Conan from 2.21.0 to 2.22.0 (and 2.22.1) on our CI workflow during `conan install`...
I noticed that if I use "share" tool in mobile Chrome (Android and iPadOS are affected at least) version part is removed from the final URL. E.g.: When I do...