Conversation
lhstrh
left a comment
There was a problem hiding this comment.
Your IDE seems to care a lot about grammar!
| [features] | ||
| default=["vec-id-sets"] | ||
| # Enable the parallel runtime implementation todo make default | ||
| # Enable the parallel runtime implementation # TODO make default |
There was a problem hiding this comment.
This looks a little weird. Also, I'm not sure I understand what's left to do.
There was a problem hiding this comment.
The idea was to make the parallel-runtime feature a default feature of the crate. Currently if you want parallel execution you need to enable it explicitly with a lot of ceremony: https://github.com/lf-lang/lingua-franca/blob/4f8d8893574e3c76fd30c2515c9be9a7444e4f1f/test/Rust/src/target/CargoDependencyOnRuntime.lf#L5
|
Looks like we have a couple of build issues:
|
I fixed few minor things that my IDE was complaining about.