lf-lang / lf-lang/lf-python-support
CI Errors on Latest Version of Reactor-C-Py for Physical Actions PR
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Lingua-Franca PR in question: https://github.com/lf-lang/lingua-franca/pull/1348
It appears the latest version of Reactor-C-Py is breaking lingua-franca CI due to mismatch between const and non-const qualified functions/variables:
- https://github.com/lf-lang/lingua-franca/runs/8166085012?check_suite_focus=true: At first glance, it looks like our integration with reactor-c is causing a redefinition of the function, which is caused by a mismatch between const char and char.
Would be good if someone familiar with this repo and reactor-c has a look at the CI errors and makes the changes to ensure matching signatures between reactor-c-py and reactor-c
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing Lingua-Franca PR #1348 and the linked cli-tests CI run. Compare the const and non-const function and variable signatures across reactor-c-py and reactor-c, then confirm that the integration no longer produces redefinition errors and the CI checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, python
- Domain
- backend, ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100