Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reaction does not trigger dependency for Simultaneous code snippet from website #1353

Closed
jhaye opened this issue Apr 26, 2022 · 0 comments · Fixed by #1352
Closed

Reaction does not trigger dependency for Simultaneous code snippet from website #1353

jhaye opened this issue Apr 26, 2022 · 0 comments · Fixed by #1352
Assignees
Labels
bug Something isn't working rust Related to the Rust target

Comments

@jhaye
Copy link
Collaborator

jhaye commented Apr 26, 2022

I implemented the Simultaneous code snippet for the website here. The problem is that the repeat reaction in the main reactor doesn't seem to trigger the dependent reaction in the Destination reactor. This is the output:

Time since start: 0, microstep: 0
  x is present.

There should be another output where both x and y are true.

@jhaye jhaye added the bug Something isn't working label Apr 26, 2022
@oowekyala oowekyala self-assigned this Sep 6, 2022
oowekyala referenced this issue Sep 6, 2022
Effect-dependencies were not being correctly registered
for child port references.
oowekyala referenced this issue Sep 6, 2022
Effect-dependencies were not being correctly registered
for child port references.
@oowekyala oowekyala transferred this issue from lf-lang/reactor-rs Sep 6, 2022
@oowekyala oowekyala added the rust Related to the Rust target label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rust Related to the Rust target
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants