-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As mentioned in the migration guide, doctest-parallel can only test exported binders:
It would be nice if modules could be marked to run in "interpreted mode", i.e.:
{-# ANN module "doctest-parallel: --interpret" #-}
By copying these internal modules to a temporary directory and using GHCi to interpret them, we could get the best of both worlds: run as many examples as possible against compiled/optimized code, while also being able to run doctests on internal ones. (We don't necessarily have to copy them, but I'm unsure how thread-safe starting multiple GHCi sessions is..)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
