Conversation
|
Can you point me to a place where the compile error is visible? And also what is cursor? There is no raw pointer here so if cursor is some kind of linter it is wrong. The dereference is calling this implementation which is completely safe, so adding unsafe blocks is not needed here... |
|
You can find the error here: and in every other PR to lingua-franca that has run tests in the last couple of days. |
|
lf-lang/reactor-rs#53 would fix the issue. But we need to bump the reactor runtime version in lf-lang/lingua-franca I suspect. To avoid future issues like this we shouldn't just download the latest nightly rust in CI. We should run with a set version. Edit: this is the place: |
|
This is fixed instead in lf-lang/reactor-rs#53 |
This PR provides a potential fix to a compile error that started spontaneously appearing on June 8, 2025, which had the following form:
The fix is provided by Cursor.
Unfortunately, this does not fix the problem.
So this PR disables the Rust benchmark tests altogether.