Skip to content

[docs-only]: remove merge conflict markers from the cuda.core 1.2.0 release notes - #2518

Closed
aryanputta wants to merge 2 commits into
NVIDIA:mainfrom
aryanputta:fix/release-notes-conflict-markers
Closed

[docs-only]: remove merge conflict markers from the cuda.core 1.2.0 release notes#2518
aryanputta wants to merge 2 commits into
NVIDIA:mainfrom
aryanputta:fix/release-notes-conflict-markers

Conversation

@aryanputta

Copy link
Copy Markdown
Contributor

Description

cuda_core/docs/source/release/1.2.0-notes.rst on main contains unresolved merge conflict markers at lines 28, 37 and 46:

<<<<<<< HEAD
- The default-stream singletons ...
=======
- :meth:`Linker.which_backend` ...
>>>>>>> origin/main

Both bullets are correct and belong in the notes. Only the three marker lines are removed; no prose is changed.

They entered in 418595b78a (#2490), where the #2485 default-stream bullet and the #2409 nvJitLink bullet from d9da44221 were left unresolved against each other.

Why CI did not catch it

Two reasons, both worth knowing:

  • The check-merge-conflict pre-commit hook only reports markers while the repository is mid-merge. A commit that records the markers as ordinary content passes it.
  • RST renders the markers as literal text rather than failing the Sphinx build, so Docs / Build docs stayed green.

Without this they would ship verbatim in the published 1.2.0 release notes.

Testing

pre-commit run --files cuda_core/docs/source/release/1.2.0-notes.rst passes, and the file no longer matches <<<<<<<, ======= or >>>>>>>.

Both bullets are kept; only the <<<<<<<, ======= and >>>>>>> lines
are removed.
Signed-off-by: Aryan <aryansputta@gmail.com>
@copy-pr-bot

Copy link
Copy Markdown
Contributor

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actionsgithub-actionsBot added the cuda.core Everything related to the cuda.core module label Aug 6, 2026
@mdboommdboom changed the title docs: remove merge conflict markers from the cuda.core 1.2.0 release notes[docs-only]: remove merge conflict markers from the cuda.core 1.2.0 release notesAug 7, 2026
@mdboom
mdboom enabled auto-merge (squash) August 7, 2026 13:24
@mdboom

Copy link
Copy Markdown
Contributor

/ok to test 785cb9e

@mdboommdboom self-assigned this Aug 7, 2026
@mdboommdboom added the documentation Improvements or additions to documentation label Aug 7, 2026
@mdboommdboom added this to the cuda.core 1.2.0 milestone Aug 7, 2026
@mdboom

Copy link
Copy Markdown
Contributor

I wonder how this got past pre-commit 🤔

@mdboommdboom closed this Aug 7, 2026
auto-merge was automatically disabled August 7, 2026 13:25

Pull request was closed

@mdboom

Copy link
Copy Markdown
Contributor

Closing as already-fixed.

@github-actions

Copy link
Copy Markdown

github-actionsBot pushed a commit that referenced this pull request Aug 8, 2026
Removed preview folders for the following PRs:
- PR #2455
- PR #2487
- PR #2495
- PR #2503
- PR #2518
- PR #2534
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cuda.coreEverything related to the cuda.core moduledocumentationImprovements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@aryanputta@mdboom