Christian Menard
Christian Menard
@oowekyala What is the status of this PR? Should it be reviewed?
What should we do with this one? Rewriting the history will be a major break for everyone using this repository. We probably have to accept that there are some large...
I got curious and made a fresh clone. With 184 MiB (including all submodules) our repository isn't too large. I have seen much worse. And `git clone --depth 1` mitigates...
I removed the C tag, as this actually applies to all runtimes.
What exactly does it fix?
Oh, so the problem is that this example has an `include` directory next to the `src` directory, which violates our assumption that all sources are located in `src`. Renaming "our"...
Ok, those files should go into `src-gen`. We can just create a nested include directory and make this part of the include path. The C++ also copies an LF specific...
Yes, we also discussed the overlap between this issue and the new RFC in the last developer meeting. However, we resolved to focus https://github.com/lf-lang/rfcs/pull/11 on where we place LF code,...
@petervdonovan do you think this would be easily fixable?
@erlingrj The Zephyr test fails because it uses the old `threading` property. I don't understand where the LF files that the test tries to compile originate from. Could you point...