style: follow-up fixes for develop commits (2026-06-24 → 2026-06-25)#13131
Closed
Planeshifter wants to merge 1 commit into
Closed
style: follow-up fixes for develop commits (2026-06-24 → 2026-06-25)#13131Planeshifter wants to merge 1 commit into
Planeshifter wants to merge 1 commit into
Conversation
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
Member
Author
|
Closing as a false positive. The proposed fix (adding the missing spaces in the Local report at Generated by Claude Code |
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.
Resolves #na.
Description
Follow-up fixes for commits merged to
developbetween 2026-06-24 23:56 UTC and 2026-06-25 10:24 UTC (SHAs4a1467352..f0362db28, 20 commits).This pull request:
blas/ext/base/gwxsy/docs/repl.txt(3eace62, line 78), the.ndarraysignature is missing spaces after several commas —x,strideX,offsetX,y,strideY,offsetY,w,strideW,offsetW— inconsistent with every peer package in the directory (gxpy, gxsy, gwaxpb, gxmy). Replace withN, x, strideX, offsetX, y, strideY, offsetY, w, strideW, offsetW.Related Issues
None.
Questions
No.
Other
Validation
What was checked across the 20 develop commits in the window:
gwaxpb,gwxsy,gxmy) against established peer packages (gxpy,gxsy,gwaxpb).blas/base/dtrmvenum refactor,.d.tssimplifications, doc fixes, EditorConfig fixes, stats namespace removal, CI workflow patch,ndarray/base/assertTS additions).git diff 4a1467352^..f0362db28) for arithmetic, stride/index, off-by-one, wrong-argument, and copy-paste errors.dtrmvrefactor, and.d.ts-vs-runtime mismatches.Deliberately excluded (low signal):
fcca2dc42namespace removals fromstats/base,f30fe0156.d.tsgeneric simplification,e2e391ed1operator-assignment swap ingxpy,22afd69bdresolved enum values passed throughdtrmv,3db715718/1977f9294documentedsubmodedefault correction, and thegit fetch ... || truescaffolding in7b03f883e.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was assembled by an automated commit-review routine: four parallel review agents (two style-compliance, two bug/security) audited the 20 commits merged to
developin the last 24 hours, and findings were filtered down to a single high-signal style violation. The fix itself is a one-line whitespace change; no logic was changed.Generated by Claude Code