-
Notifications
You must be signed in to change notification settings - Fork 73
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 cabal-doctest
#428
Comments
Thanks for your work on this! I've just noticed that there is an issue when Example from https://github.com/haskus/packages/actions/runs/10195092999/job/28203068431:
Similarly, when I try |
@hsyl20 does passing |
@sol Yes it does |
Initial implementation: #425
Based on: https://github.com/mpickering/cabal-doctest-demo/blob/master/cabal-doctest
Related discussions:
TODO:
--with-compiler
#439cabal build
step by capturing the REPL arguments with--repl-multi-file
. This possibly also needs--keep-temp-files
. Then calldoctest
with--no-magic
. cabal-doctest: Get rid of separatecabal build
step #441cabal doctest spec
cabal-doctest: Accept component #442--ignore-project
--list-options
--help
--dry-run
doctest
options like--verbose
or--fast
The text was updated successfully, but these errors were encountered: