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

QLS: check NoThunks only at the end of an action sequence #530

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jorisdral
Copy link
Collaborator

See the commit messages

We'll use this in the state machine tests, for example to test that the number
of open handles is 0 after running a sequence of actions.
We sacrifice a bit of precision, but the state machine tests are already quite
slow so this should speed them up a bit.
We now check `NoThunks` even when assertions are disabled. With assertions
enabled, some data was evaluated as part of the assertion checking, which is
evaluated without assertions enabled.
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