Skip to content

merge queue: embarking master (6d6fc4c) and #8889 together#11102

Closed
mergify[bot] wants to merge 3 commits into
masterfrom
mergify/merge-queue/b70c71b060
Closed

merge queue: embarking master (6d6fc4c) and #8889 together#11102
mergify[bot] wants to merge 3 commits into
masterfrom
mergify/merge-queue/b70c71b060

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Jul 25, 2025

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

Branch master (6d6fc4c) and #8889 are embarked together for merge.

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

Required conditions of queue default for merge:

  • #approved-reviews-by >= 2 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
  • #review-threads-unresolved = 0 [🛡 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: 6d6fc4c772e1b8d3741d63878b8b2a35700fea08
previous_failed_batches: []
pull_requests:
  - number: 8889
...

jgotoh and others added 3 commits July 22, 2025 11:15
The new parser replicates the grammar of the legacy parser while providing
better error reporting and more maintainable code structure. The fallback
strategy ensures smooth transition while the legacy parser is phased out.

The flag `--project-file-parser` allows you to select which project file
parser to use.

* `legacy` - the old parser (will be removed in a future release)
* `default` - the default parser (uses `fallback` unless compiled with `-f+legacy-comparison`)
* `parsec` - the new parser using Parsec
* `fallback` - the new parser using Parsec, but falling back to the old parser if it fails
* `compare` - the new parser using Parsec, but comparing the results with the old parser

When `cabal-install` is compiled, then the `-f+legacy-comparision` flag
can be passed which changes the default parser mode to `compare`.

Fixes #6101 #7748 #10611
* Error messages are indented by 2 spaces
* 0:0 positions are never shown
* More attempts are made to remove extra newlines.
@mergify mergify Bot closed this Jul 25, 2025
@mergify mergify Bot deleted the mergify/merge-queue/b70c71b060 branch July 25, 2025 09:52
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