Soroush Bateni

Results 13 issues of Soroush Bateni

Many of our C tests/examples/benchmarks have assumed that `instant_t` (which is used to represent [time](https://github.com/icyphy/lingua-franca/wiki/Writing-Reactors-in-C#timed-behavior) in the C target) is a `long long int`, which was the old data type...

It would be a nice exploratory project to try to get Lingua Franca running in some capacity on [Zephyr](https://www.zephyrproject.org). Afterward, we should explore how we could utilize the features offered...

good first issue
feature
new project

#977 is going to add support for attributes. In that effort, due to an ambiguity in the grammar caused by the "at" clause, a [temporary fix](https://github.com/lf-lang/lingua-franca/pull/977#issuecomment-1165848992) was [applied](https://github.com/lf-lang/lingua-franca/pull/977/commits/8b0d893b95eb38640c2d68291474e8048353c04e) that requires...

federated

...with the following error message: ``` Federate 2: FATAL ERROR: Attempted to insert reactions for a trigger that had an intended tag that was in the past. This should not...

federated

Originally from @lhstrh [here](https://github.com/lf-lang/examples-lingua-franca/pull/7#issuecomment-1163652163). > The CCpp target itself still doesn't make sense to me. I think a target should specify a language, not a build configuration. The CCpp target...

question
c

A cycle is incorrectly detected in the following program: ```C target C; import Count from "../lib/Count.lf" import TestCount from "../lib/TestCount.lf" reactor PassThrough { input in:int; output out:int; reaction(in) -> out...

``` Failed to perform diagram layout. The source or the target of edge ElkEdge ElkPort (0.0,0.0 | 0.0,0.0) -> ElkNode "main_f_f" (0.0,0.0 | 0.0,0.0) could not be found. This usually...

[This](https://github.com/lf-lang/lingua-franca/runs/6841936156?check_suite_focus=true#step:8:366) CI test has failed with the following error: ``` Federate 0: FATAL ERROR: get_next_event_tag(): Earliest event on the event queue (-3001) is earlier than the current time (0). ```...

I have been seeing the following intermittent error in the CI that seems to be related to the [prepare-build-env action](https://github.com/lf-lang/lingua-franca/blob/master/.github/actions/prepare-build-env/action.yml): ![image](https://user-images.githubusercontent.com/4221770/170287761-bc542b30-0c9d-45ad-bf10-4bd3ad28f3fb.png) Specifically, it looks like the error is related to...

gradle
ci