Skip to content

docs: follow-up fixes#11925

Merged
kgryte merged 2 commits intodevelopfrom
philipp/fix-commit-review-2026-05-04
May 4, 2026
Merged

docs: follow-up fixes#11925
kgryte merged 2 commits intodevelopfrom
philipp/fix-commit-review-2026-05-04

Conversation

@Planeshifter
Copy link
Copy Markdown
Member

Follow-up fixes for commits merged to develop between 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 develop over the last 24 hours.

Fixes by package

  • blas/base/ndarray: fix word-order inconsistency in cswap/zswap entries 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 adjacent caxpy, ccopy, zaxpy, and zcopy entries.
  • blas/ext/base/dcartesian-power: fix four @example blocks in lib/node_modules/@stdlib/blas/ext/base/dcartesian-power/docs/types/index.d.ts (introduced in cb59572) where require() 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:

  • stdlib JavaScript / TypeScript style guide compliance (two independent passes).
  • stdlib C / Markdown / Make / repl / package metadata style guide compliance.
  • Obvious bugs in the introduced code (two independent passes; both came back clean).

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 develop over 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

claude added 2 commits May 4, 2026 12:24
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.
@stdlib-bot stdlib-bot added the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label May 4, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
blas/base/ndarray $\color{red}2780/2914$
$\color{green}+95.40%$
$\color{green}47/47$
$\color{green}+100.00%$
$\color{red}0/23$
$\color{green}+0.00%$
$\color{red}2780/2914$
$\color{green}+95.40%$
blas/ext/base/dcartesian-power $\color{green}462/462$
$\color{green}+100.00%$
$\color{green}39/39$
$\color{green}+100.00%$
$\color{green}4/4$
$\color{green}+100.00%$
$\color{green}462/462$
$\color{green}+100.00%$

The above coverage report was generated for the changes in this PR.

@Planeshifter Planeshifter changed the title docs: follow-up fixes for commits merged 2026-05-03 / 2026-05-04 docs: follow-up fixes May 4, 2026
@Planeshifter Planeshifter marked this pull request as ready for review May 4, 2026 20:49
@Planeshifter Planeshifter requested review from a team and kgryte May 4, 2026 20:49
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label May 4, 2026
@kgryte kgryte removed the Needs Review A pull request which needs code review. label May 4, 2026
@kgryte kgryte merged commit a3a5677 into develop May 4, 2026
60 checks passed
@kgryte kgryte deleted the philipp/fix-commit-review-2026-05-04 branch May 4, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants