Christian Menard
Christian Menard
It strikes me that serializability should actually be a property of a type, not of a connection or port. For this, however, we would need a more elaborate type system...
@patilatharva perhaps this is interesting for you?
Which compiler are you using, and what is its version?
Your compiler might be too old... This seems to be an issue with the C++ standard. The rules regarding `noexcept` on the constructor initially were relatively strict, but then they...
Interesting. I am curious how the rust generator handles this. Is 'other' essentially handled like a mutable parameter? I think the safe thing to do for now is enforce uniqueness...
What @oowekyala is saying though, is that in the Rust target parameters do not become part of the self struct. They are only available during construction (passed as arguments to...
- See that all of our examples, benchmarks, and the website use the new syntax. Afaik, the examples and the website are up to date, but we still have to...
For reactor-c you could just copy the clang-format and clang-tidy setup from reactor-cpp.
I just happened to run into this issue again using the nightly build of VS Code. Which version did you use? The following program ``` target Python reactor Foo {...
The rendering of physical pass-through connections is also affected by this bug.