-
Notifications
You must be signed in to change notification settings - Fork 695
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
Is the use of doctests in validate.sh up to date? #9623
Labels
Comments
The validate script can be changed to work using
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the use of doctests in
validate.sh
up to date? InMakefile
we're using;cabal/Makefile
Line 6 in 28e2926
cabal/Makefile
Lines 93 to 98 in 28e2926
The doctest step is not using the
cabal repl --with-ghc=doctest
method but shouldn't it since that is now the recommended way, #8504 (comment)?cabal/validate.sh
Lines 387 to 392 in 28e2926
If I
--help
,--list-steps
and then walk through the steps in order, all with the--doctest
option, it fails at thedoctest
step;The text was updated successfully, but these errors were encountered: