Skip to content

test: fix filename#12974

Merged
kgryte merged 1 commit into
developfrom
philipp/drift-stats-base-dists-invgamma-2026-06-19
Jun 20, 2026
Merged

test: fix filename#12974
kgryte merged 1 commit into
developfrom
philipp/drift-stats-base-dists-invgamma-2026-06-19

Conversation

@Planeshifter

Copy link
Copy Markdown
Member

Description

Renames test/test.nativs.jstest/test.native.js in @stdlib/stats/base/dists/invgamma/logpdf. The previous filename was a single-character typo; the file is a standard try-require native-binding test and is structurally identical to its pdf sibling.

Match across the namespace: every other stats/base/dists/invgamma/* package with a native binding (10 of 10 native-bound siblings, 100%) names this file test.native.js. The string test.nativs appears nowhere else in the repository, the package's scripts.test field is empty, and test/test.native.js did not pre-exist. Nothing in the file's body changes.

Related Issues

None.

Questions

No.

Other

No.

Checklist

AI Assistance

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • 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 on behalf of @Planeshifter as part of the cross-package API drift-detection routine. The namespace (@stdlib/stats/base/dists/invgamma, 12 non-autogenerated members) was selected at random; structural feature extraction surfaced one outlier (the typo'd test.nativs.js), confirmed by a cross-reference validation agent against sibling pdf/test/test.native.js. The full drift report (per-feature majority distributions, gate outcomes, the unresolved beta rate/scale documentation inconsistency) is saved locally; only the mechanical rename is included here.


@stdlib-js/reviewers


Generated by Claude Code

Renames `test/test.nativs.js` to `test/test.native.js` to match the
convention used by every other native-bound sibling in
`@stdlib/stats/base/dists/invgamma` (10 of 12 packages, 83%) and by the
broader `@stdlib/stats/base/dists/**` corpus. The previous filename was
a single-character typo; the file itself is a standard `try-require`
test of the package's native binding and is structurally identical to
`stats/base/dists/invgamma/pdf/test/test.native.js`. No reference to
the old filename exists anywhere in the repository.
@stdlib-bot stdlib-bot added the Statistics Issue or pull request related to statistical functionality. label Jun 19, 2026
@stdlib-bot

Copy link
Copy Markdown
Contributor

Coverage Report

No coverage information available.

@kgryte kgryte added the Tests Pull requests specifically adding tests. label Jun 20, 2026
@kgryte kgryte marked this pull request as ready for review June 20, 2026 10:56
@kgryte kgryte requested a review from a team June 20, 2026 10:56
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Jun 20, 2026
@kgryte kgryte changed the title fix: rename test.nativs.jstest.native.js in stats/base/dists/invgamma/logpdf test: fix filename Jun 20, 2026
@kgryte kgryte merged commit 8ca8ea2 into develop Jun 20, 2026
69 checks passed
@kgryte kgryte deleted the philipp/drift-stats-base-dists-invgamma-2026-06-19 branch June 20, 2026 10:57
@kgryte kgryte removed the Needs Review A pull request which needs code review. label Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Statistics Issue or pull request related to statistical functionality. Tests Pull requests specifically adding tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants