lingua-franca icon indicating copy to clipboard operation
lingua-franca copied to clipboard

Logical actions don't show up as a dependency in the diagram if they are declared as a source

Open Soroosh129 opened this issue 2 years ago • 6 comments

The following LF program:

target C;
main reactor {
    logical action a;
    reaction(a) {=
        
    =}
    reaction() a {=
        
    =}
}

produces the following diagram:

image

I believe it should show the following:

image

Soroosh129 avatar Oct 14 '21 18:10 Soroosh129