Dmitry Bely
Dmitry Bely
### Environment Details * Conan Package Tools Version: **0.35.1** * Conan version: **conan 1.36.0** * Python version: **python 3.8.10** ### Description of Problem, Request, or Question I have a project...
### Environment Details * Conan Package Tools Version: **0.35.0** * Conan version: **conan 1.32.1** How to achieve the same effect as `conan create . --profile:build=pr_build` with cpt? I would like...
When a package is up to date, it's not built with [build=outdated], but its `test_package` is. It's useless but may be very time-consuming. Why it matters: I'm trying to build...
I have a recipe with build_policy='always' that I would like to test with CI and if the result is good, upload it to a conan repo. Unfortunately this does not...
I expected that according to [conan docs](https://docs.conan.io/en/latest/reference/profiles.html) `builder.run("./my_profile)` would search for `my_profile` in the current directory. That's not the case: ``` >> ************************************************** >> Using specified default base profile: ./my_profile...
This function https://github.com/janestreet/base/blob/aee79da69b1dd93870cbae78794b2679dfba3dfc/src/int_math_stubs.c#L25 is not supported by 32-bit MSVC (see https://docs.microsoft.com/en-us/cpp/intrinsics/bitscanforward-bitscanforward64). So I get a link error.
Hovering over a variable with trailing single quote (like `a'`) does not work properly: `a` is evaluated instead. I suppose it's vscode debug engine passing the wrong name to `evaluateRequest()`...
In the following code snippet ```ocaml class test = object method m = () end let _ = let obj = new test in obj# ``` I expected that typing...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). When I add a new version to `conandata.yml` it changes RREVs of all other versions listed there (because RREV depends on the hash...