You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, ..
The text was updated successfully, but these errors were encountered:
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, ..The text was updated successfully, but these errors were encountered: