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

Allow for finalizers as well as initializers #26

Open
alpha-convert opened this issue Dec 2, 2024 · 0 comments
Open

Allow for finalizers as well as initializers #26

alpha-convert opened this issue Dec 2, 2024 · 0 comments
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.

Comments

@alpha-convert
Copy link

It would be extremely useful for individual tests to support finalizers, alongside the already-supported initializers. At the moment, one has to either (a) include the finalizer of the previous test in the initializer of the next, and thread the state between them globally, or (b) use GC finalizers.

@github-iron github-iron added the forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system. label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwarded-to-js-devs This report has been forwarded to Jane Street's internal review system.
Projects
None yet
Development

No branches or pull requests

2 participants