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

Fix: repeater tick not scheduling at the end of the tick #174

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BramOtte
Copy link
Contributor

@BramOtte BramOtte commented Jan 10, 2025

There was an inconsistency between the normal ticking and the ticking of the redpiler direct backend
Where redpiler could schedule a tick inside of the tick method but the normal tick could not.
This might also explain some inconsistent behaviour between redpiler and the normal tick but I have not tested this yet.

Additionally it seems vanilla schedules this tick after updating the block-state while redpiler did this before updating.

I have tested the changes on Iris with the mandlebrot program on redpiler and it does not seem to break things, I haven't tested it much outside of that yet.
So I do still need to test the default backend.

@BramOtte
Copy link
Contributor Author

It seems tests have failed, I almost forgot we had those, so i'l need to figure out what goes wrong here and probably need to do some more tests before this can be merged

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

Successfully merging this pull request may close these issues.

1 participant