Skip to content

Normalize all line endings to LF via .gitattributes#2963

Merged
antonwolfy merged 2 commits into
masterfrom
make-all-line-endings-LF
Jun 22, 2026
Merged

Normalize all line endings to LF via .gitattributes#2963
antonwolfy merged 2 commits into
masterfrom
make-all-line-endings-LF

Conversation

@antonwolfy

@antonwolfy antonwolfy commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Enforces LF (\n) line endings across the repository to prevent CRLF/LF inconsistencies between platforms. A few tracked files had crept in with CRLF endings; this normalizes them and adds a .gitattributes rule so the policy is enforced automatically going forward.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

@antonwolfy antonwolfy added this to the 0.21.0 release milestone Jun 22, 2026
@antonwolfy antonwolfy self-assigned this Jun 22, 2026
@antonwolfy antonwolfy marked this pull request as ready for review June 22, 2026 09:59
@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@vlad-perevezentsev vlad-perevezentsev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thank you @antonwolfy

@coveralls

coveralls commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 78.084%. remained the same — make-all-line-endings-LF into master

@github-actions

Copy link
Copy Markdown
Contributor

Array API standard conformance tests for dpnp=0.21.0dev1=py313h509198e_18 ran successfully.
Passed: 1357
Failed: 3
Skipped: 16

@antonwolfy antonwolfy merged commit 52a44b3 into master Jun 22, 2026
119 of 125 checks passed
@antonwolfy antonwolfy deleted the make-all-line-endings-LF branch June 22, 2026 17:40
github-actions Bot added a commit that referenced this pull request Jun 22, 2026
Enforces LF (`\n`) line endings across the repository to prevent CRLF/LF
inconsistencies between platforms. A few tracked files had crept in with
CRLF endings; this normalizes them and adds a `.gitattributes` rule so
the policy is enforced automatically going forward. 52a44b3
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.

3 participants