Running cabal doctest with ghc-9.12#11929
Merged
Merged
Conversation
Contributor
1f0a831 to
00a5955
Compare
2 tasks
Collaborator
Author
|
@mergify refresh |
Contributor
✅ Pull request refreshed |
sol
requested changes
Jun 3, 2026
ulysses4ever
approved these changes
Jun 3, 2026
00a5955 to
db7f7ad
Compare
Bodigrim
reviewed
Jun 3, 2026
93b5b00 to
7efa94d
Compare
Collaborator
|
I don't think is a good idea to move back from 9.12.4 to 9.12.2, for obvious reasons. |
Bodigrim
approved these changes
Jun 4, 2026
847ee6d to
5d0fdf8
Compare
Contributor
Merge Queue Status
This pull request spent 1 hour 33 minutes 44 seconds in the queue, including 1 hour 22 minutes 4 seconds running CI. Waiting for any of
All conditions
ReasonThe merge conditions cannot be satisfied due to failing checks Failing checks: HintYou may have to fix your CI before adding the pull request to the queue again. |
84 tasks
- Log the cabal version we're running doctests with - Bump quick-jobs to use ghc-9.12.4 - Don't go as far as 9.12.4, use 9.12.2 Co-Authored-By: Artem Pelenitsyn <a.pelenitsyn@gmail.com>
5d0fdf8 to
a47eadb
Compare
Collaborator
Author
|
@mergify queue |
Contributor
Merge Queue Status
Required conditions to enter a queue
|
Contributor
Merge Queue Status
This pull request spent 11 minutes 15 seconds in the queue, including 3 seconds running CI. Required conditions to merge
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #11493. I found something that works by accident, pinning to
doctest-0.25.0. This fix supercedes the one from #11793 and sticks with usingcabal doctestfor the doctests. I also log the version of cabal we use when running doctests and bumped toghc-9.12.4, the ghc used for running quick-jobs.