-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile definitions no longer hardcoded in generated CMakeLists.txt #1622
Conversation
This is redundant to passing them on the command line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to push changes to reactor-rs
?
The previous commit accidentally changed the C and Rust submodule versions.
Is this OK to merge now? The rust test failure is just a network issue. |
There is a little more to it, actually. Let me have a closer look. |
There was a warning related to the Gradle configuration not being found in the root of the workspace, but that's not actually armful. |
Where is the |
lf-lang/reactor-c#179 only touches 1 file, but the summary for the changes in reactor-c in this PR lists many more changes. Why? |
Probably because the submodule version that we point to in |
This is redundant to passing them on the command line. This change is in line with my long-term goal of disentangling the code generator from the build system.