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

Playtest not re-processing nodes and running on latest graph until second entry #44

Open
lalalune opened this issue Mar 30, 2022 · 1 comment

Comments

@lalalune
Copy link

Currently, playtest tests the last state of the graph.

To test: Make a new graph with a hello world. Try playtest, should return nothing. Try playtest again, should return input.

This was probably always a bug, actually, but we didn't notice because process graph was being called on every action. As we are not processing every action, we'll need to call the process graph before playtesting.

@michaelsharpe
Copy link
Collaborator

I did set up a process punsub sevent that should process the graph before the run. But there may be some timing issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants