Soroush Bateni

Results 13 issues of Soroush Bateni

Currently, there are no unit tests for the utility programs in [util/tracing](https://github.com/lf-lang/lingua-franca/tree/master/util/tracing/). These unit tests should, at the very least, make sure that they compile. Ideally, we should also verify...

good first issue
tracing

Verbatim from [GitHub documentation](https://github.com/github/renaming): > Many communities, both on GitHub and in the wider Git community, are considering renaming the default branch name of their repository from master. GitHub is...

The following LF program: ``` target C; main reactor { logical action a; reaction(a) {= =} reaction() a {= =} } ``` produces the following diagram: ![image](https://user-images.githubusercontent.com/4221770/137377298-53cc37d4-897e-44ab-a2a1-f76380f7409b.png) I believe it...

bug
compiler