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

Refactor Spec.run to macro finished #14122

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

straight-shoota
Copy link
Member

This should be largely equivalent to the current solution with at_exit but more robust because it does not conflict with libraries' at_exit handlers.

Resolves #14121

This should be largely equivalent to the current solution with `at_exit`
but more robust because it does not conflict with libraries' `at_exit`
handlers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run spec suite in macro finished hook instead of at_exit
1 participant