Skip to content

merge queue: checking #12301 on master (bbed2f7) - #12355

Closed
mergify[bot] wants to merge 2 commits into
masterfrom
mergify/merge-queue/2604cc1cfc
Closed

merge queue: checking #12301 on master (bbed2f7)#12355
mergify[bot] wants to merge 2 commits into
masterfrom
mergify/merge-queue/2604cc1cfc

Conversation

@mergify

@mergify mergify Bot commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request has been checked successfully and will be merged soon. 🎉

#12301 is queued for merge on branch master (bbed2f7).

This pull request has been created by Mergify to check the mergeability of #12301.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.

Required conditions of queue rule default for merge:

  • #review-threads-unresolved = 0 [🛡 GitHub branch protection]
  • github-review-approved [🛡 GitHub branch protection]
  • any of [🛡 GitHub branch protection]:
    • check-success = Doctest Cabal
    • check-neutral = Doctest Cabal
    • check-skipped = Doctest Cabal
  • any of [🛡 GitHub branch protection]:
    • check-success = Meta checks
    • check-neutral = Meta checks
    • check-skipped = Meta checks
  • any of [🛡 GitHub branch protection]:
    • check-success = docs/readthedocs.org:cabal
    • check-neutral = docs/readthedocs.org:cabal
    • check-skipped = docs/readthedocs.org:cabal
  • any of [🛡 GitHub branch protection]:
    • check-success = Validate post job
    • check-neutral = Validate post job
    • check-skipped = Validate post job
  • any of [🛡 GitHub branch protection]:
    • check-success = fourmolu
    • check-neutral = fourmolu
    • check-skipped = fourmolu
  • any of [🛡 GitHub branch protection]:
    • check-success = hlint
    • check-neutral = hlint
    • check-skipped = hlint
  • any of [🛡 GitHub branch protection]:
    • check-success = Bootstrap post job
    • check-neutral = Bootstrap post job
    • check-skipped = Bootstrap post job
  • any of [🛡 GitHub branch protection]:
    • check-success = whitespace
    • check-neutral = whitespace
    • check-skipped = whitespace
  • any of [🛡 GitHub branch protection]:
    • check-success = Check sdist post job
    • check-neutral = Check sdist post job
    • check-skipped = Check sdist post job
  • any of [🛡 GitHub branch protection]:
    • check-success = Changelogs
    • check-neutral = Changelogs
    • check-skipped = Changelogs

Required conditions to stay in the queue:

---
checking_base_sha: bbed2f789436fb32e64e69e0c8a9d2633e747955
previous_check_retries: []
previous_failed_batches: []
pull_requests:
  - number: 12301
    scopes: []
scopes: []
...

andreabedini and others added 2 commits September 9, 2026 11:45
`dependOnWiredIns` adds two kinds of constraint: one installed-unit-id
constraint per wired-in unit of the compiler, and one `base >= 4.22`
version constraint.

The second only makes sense next to the first. The unit-id constraints
pin the new, reinstallable `base`; the version constraint then excludes
the old, non-reinstallable one. But it was added unconditionally, while
the unit-id constraints are empty for a compiler that reports no wired-in
units. Such a compiler has no installed `base` satisfying the bound, so
plans that reach this code fail, and `--allow-boot-library-installs`
alone is enough to reach it.

Fixes #12328.
@mergify mergify Bot closed this Sep 12, 2026
@mergify
mergify Bot deleted the mergify/merge-queue/2604cc1cfc branch September 12, 2026 16:23
@humh25

humh25 commented Sep 12, 2026 via email

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants