James
James
Oh, I have an idea. Maybe the image files are being parsed and tried to apply the template! I will update my test for this
No, no success, I cannot make the test fail, even using characters like ``{}``. Can you please share your jinja2 version? Doing a ``pip list`` or similar (I am testing...
Ok, managed to reproduce it, trying different binary patterns. I am working to try a fix, but it happens that is not that evident, to differentiate which files should be...
https://github.com/conan-io/conan/pull/9323 would be reproducing the issue, with a dirty poc of a fix based on try-except to avoid jinja2 errors
Yep, definitely the "gitignore" kind solution would be the more robust, no magic or autodetection, just declare which files shouldn't be applied the template. That would be a fairly easy...
Yes, I forgot about the potential Unicode error. I have added a capture for that exception too, please try again. Thanks!
Functionality of https://github.com/conan-io/conan/pull/9323 has been moved to 2.0 to https://github.com/conan-io/conan/pull/10255, because this never moved forward in 1.X, as it didn't feel right. In that other PR, the exclusion is explicit,...
Hi @mpusz This should be quite straightforward in Conan 2.0, because those will be defined by the ``CMakeToolchain``. You can already try it in latest Conan, use the toolchain and...
Yes, they will compose easily, it is just we haven't implemented the feature yet, but it is planned. As said, they are still early stage, but this shouldn't be a...
Hi @baby4bamboo You cannot request specific package-id in ``conanfile``. You specify the recipe reference, down to the recipe revision, but not including the ``package_id`` part. The binary that needs to...