test: fix filename#12974
Merged
kgryte merged 1 commit intoJun 20, 2026
Merged
Conversation
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.
Contributor
Coverage ReportNo coverage information available. |
kgryte
approved these changes
Jun 20, 2026
test.nativs.js → test.native.js in stats/base/dists/invgamma/logpdf
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.
Description
Renames
test/test.nativs.js→test/test.native.jsin@stdlib/stats/base/dists/invgamma/logpdf. The previous filename was a single-character typo; the file is a standardtry-requirenative-binding test and is structurally identical to itspdfsibling.Match across the namespace: every other
stats/base/dists/invgamma/*package with a native binding (10 of 10 native-bound siblings, 100%) names this filetest.native.js. The stringtest.nativsappears nowhere else in the repository, the package'sscripts.testfield is empty, andtest/test.native.jsdid not pre-exist. Nothing in the file's body changes.Related Issues
None.
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
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'dtest.nativs.js), confirmed by a cross-reference validation agent against siblingpdf/test/test.native.js. The full drift report (per-feature majority distributions, gate outcomes, the unresolvedbetarate/scale documentation inconsistency) is saved locally; only the mechanical rename is included here.@stdlib-js/reviewers
Generated by Claude Code