Christian Menard
Christian Menard
There are 3 action items: - Update the Maven configuration so that it uses the same Kotlin version as is specified in `gradle.properties`. - Double check that all other dependency...
After some investigation I found that the Maven configuration is actually correct and specifies the same kotlin version as the one used in gradle. However, it appears that instead the...
Yes! Somehow I thought I already forced on the Debug mode for our C++ tests, but I also recently noticed that this isn't the case. Note that we can also...
Why make the scheduler selection a compile time decision? If all the schedulers implement the same API, they can all be compiled and the appropriate scheduler can be chosen by...
I think we can close this one.
I am not sure what the status of this PR/issue is, but this might become obsolete since we plan to move the target properties out of LF code and into...
I lost track of this issue and stumbled across it today. I made another attempt at fixing it in https://github.com/lf-lang/lingua-franca/pull/1242. Could you check if this solves the issue and the...
> I am having trouble with generated delay reactors in Python. Maybe @cmnrd knows more? No, sorry. In https://github.com/lf-lang/lingua-franca/pull/1508, I only moved code around, but did not touch the internals...
> [It looks like we have a deadline violation in the enclave tests.](https://github.com/lf-lang/lingua-franca/actions/runs/3922259891/jobs/6705087765#step:7:453) Do you know how we should handle this, @cmnrd? It seems unlikely that this issue resulted from...
I just noticed that there are some more weird issues with the Docker support. It seems that docker files are now generated for all federated programs, no matter if they...