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

Add option to run each example in its own ghci session #13

Open
martijnbastiaan opened this issue Dec 30, 2021 · 0 comments
Open

Add option to run each example in its own ghci session #13

martijnbastiaan opened this issue Dec 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@martijnbastiaan
Copy link
Owner

While we already run each module in its own ghci session, we could go further and run each example in its own session. This would ensure tests run in isolation. I decided not to pursue this for the first release due to the massive performance hit testing would take. Still, the performance hit might be worth it for some users.

Note: we already run :reload before running a test in a module. This only resets binders, but not plugin loads, GHC extension settings, ..

@martijnbastiaan martijnbastiaan added the enhancement New feature or request label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant