Luis Caro Campos
Luis Caro Campos
> Merging them when there's more than one build type/configuration might simplify things for the project, especially if combined with my suggestion in https://github.com/conan-io/cmake-conan/issues/705 for allowing the project to specify...
I have a feeling that boost simply does not yet support visual studio 2026: https://github.com/boostorg/boost/issues/1104 If you still have vs2022, or have an earlier toolchain installed side by side on...
> Sensible example > The previous example had a nonsense thrift file and checked in files that the thrift compiler must generate > This example removes the checked in files...
Thanks @CJCombrink We are currently blocked by https://github.com/apache/thrift/pull/3077/files#r2466068497 I can see that traditionally thrift has not meant to be used as a shared library - however it was also working....
Thanks @CJCombrink - in case it's helpful, we've merged the 0.21.0 version of this PR (https://github.com/conan-io/conan-center-index/pull/28738) while we determine what to do with 0.22.0
Thanks @CJCombrink This is now reported upstream https://issues.apache.org/jira/browse/THRIFT-5898 - apparently even the static variant on Windows may not work, so 0.22.0 is broken in that regard - will wait until...
Hi @CJCombrink - am I right in assuming that even 0.23.0 has issues with shared libraries on Windows?
Hi @vladd12, thank you for your contribution. The refactored test is very valid, however it is outside of the scope of what we aim to test in Conan Center. For...
Thanks @vladd12, yes - just leaving the `self.run()` invocation and removing both the asm file and the extra lines to invoke it would be fine by us
> Guys, I will warn you - don't worry why I do bump version so often. 5.0.0 was a huge refactoring, so since 5.0.0 possible some issues. I do testing...