Christian Menard

Results 188 comments of Christian Menard

Transferred the issue as it appears to be a code generator problem and not related to the runtime.

Yep, we had this in reactor-c, too. However, it is problematic either way. If we merge this change, then all `cmake-include`'s also have to specify the interface explicitly. Consequently, we...

`PUBLIC`, `PRIVATE` or `INTERFACE` are the link interfaces, what follows them are the dependencies that we want to link to using that particular interface. > Also, once we know what...

@tanneberger Is this blocking anything? If not, I would push this back for a bit down to the next release so that we can update the examples in sync with...

There is a plethora of ways to provide hints for cmake on where to look: https://cmake.org/cmake/help/latest/module/FindPython.html. I would say the root cause of this issue is that we build outside...

~Ok, this suggests though that this is only fixed for you because of the Python version we war looking for, not because cmake prefers the venv.~ Ok, nevermind, it seems...

This is a duplicate of https://github.com/lf-lang/lingua-franca/issues/2291

Yes, the `runtime-version` property allows setting a specific git commit ref for the reactor-cpp runtime, without modifying the submodule version. I use this a lot when developing new features in...