Cristian Le
Cristian Le
> An easy temporary fix would be to disable plugin support by setting the `CHATTERINO_PLUGINS` CMake option to Off This is the solution I would recommend for now. Would it...
> We rely on the `SOL_EXCEPTIONS_SAFE_PROPAGATION` flag that gets enabled automatically when we enable `SOL_USING_CXX_LUA` https://sol2.readthedocs.io/en/latest/safety.html#linker-config Fair concern there. If a simple catch-all is not possible, it seems it would...
> > it would be more useful to consider enabling CXX support in the lua package itself > > In the Fedora package, you mean? Not sure that's possible, since...
> You could probably compile Lua as both C and C++ and merge these, because the intersection of the symbols should be empty. I doubt Fedora would accept this. This...
So from the hacking session, what we would like to do is to report as text in the `results.yaml` of the phase (and automatically printed if failed) about the source...
@AthreyVinay please check the test failures
Hah, tests are failing because it was using git merged reference which has the newer tests, but the packit build used the PR source which did not have the changes...
Seems related to #477. Should we close this as a duplicate to that, and see how we can support it with the context there.
Wouldn't a simple regex find-and-replace be sufficient to move them after we have a specific language for how to define git forge independent `library()`? Something like `library\((?P.+)\)` -> `library(gitlab.com:redhat/rhel/tests/$beakerlib_lib)`?
Also to note that we do support additional locations via ```yaml require: - type: library url: https://github.com/beakerlib/openssl name: /certgen ``` You could make a similar regex find-and-replace to move them...