Cristian Le

Results 1003 comments of Cristian Le

That is odd. Is it failing on all conda builders like that? You might want to make sure the cmake conda package does not contain the python wrappers, that was...

The core of the issue is that however you defined `_tango` target, it is not a format that is well recognized, e.g. `python_add_library `, `pybind11` helpers etc. will tag the...

I thought we don't copy `.pyc` files, instead we want to compile and put the artifact instead. Otherwise I remember there are 2 distinct handlings of extenstion_suffix and source_suffix, which...

I guess the issue is with > Using this decorator requires that the class’s metaclass is [ABCMeta](https://docs.python.org/3/library/abc.html#abc.ABCMeta) or is derived from it. A class that has a metaclass derived from...

Can you comment with an example fmf file for this?

That might be difficult because I can't run `run-vcpkg` because I don't have a `vcpkg.json`. What I was considering is to have a `try...catch` around the first `vcpkg` command and...

> OTOH, the `run-cmake` action should not _fatally_ fail on such occasion, but should just print a warning and proceed forward. Probably there are other sensible solutions too, open to...

In that case, I'll see if I can make a quick PR for the CMake 4.0 changes and test it from Fedora's CI.

I wonder if this could be refactored to use sphinx primitives instead. That should help support sphinx roles better, but it would change the dependency though. I looked into the...