Merged
Conversation
Match the "single/double-precision complex" word order used by the adjacent `caxpy`/`ccopy`/`zaxpy`/`zcopy` entries in the same ToC and TypeScript declarations.
…quires Replace backtick-quoted `require()` strings in the TypeScript declarations with single-quoted strings to match the rest of stdlib's TypeScript declaration files.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
approved these changes
May 4, 2026
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.
Follow-up fixes for commits merged to
developbetween 2026-05-03 21:51 UTC and 2026-05-04 09:55 UTC (60188d9..8238153).Description
This pull request applies follow-up fixes to commits merged to
developover the last 24 hours.Fixes by package
blas/base/ndarray: fix word-order inconsistency incswap/zswapentries introduced by 6dcb4ea (lib/node_modules/@stdlib/blas/base/ndarray/README.md,lib/node_modules/@stdlib/blas/base/ndarray/docs/types/index.d.ts); changed "complex single/double-precision" to "single/double-precision complex" to match the convention used by adjacentcaxpy,ccopy,zaxpy, andzcopyentries.blas/ext/base/dcartesian-power: fix four@exampleblocks inlib/node_modules/@stdlib/blas/ext/base/dcartesian-power/docs/types/index.d.ts(introduced in cb59572) whererequire()calls used backtick-quoted strings instead of single quotes, aligning with stdlib convention used throughout sibling declarations.Related Issues
None.
Questions
No.
Other
Validation
Reviewed the union diff
60188d9^..8238153(21 commits, ~24k lines) for:Deliberately excluded from this PR: subjective concerns, "consider"-style suggestions, anything requiring context outside the diff window to validate, and anything where the appropriate fix would require touching files that were not part of the reviewed commits. Fixes were grouped by package and committed separately per stdlib convention.
Checklist
AI Assistance
Yes
No
Code generation (e.g., when writing an implementation or fixing a bug)
Test/benchmark generation
Documentation (including examples)
Research and understanding
Disclosure
This PR was authored by Claude Code: a multi-agent review loop scanned commits merged to
developover the prior 24 hours, and the surviving high-signal style/doc fixes were applied and committed by Claude Code. A maintainer should audit before promoting from draft.@stdlib-js/reviewers
Generated by Claude Code