chore: add number keyword to int32 outliers in math/base/assert#12554
Draft
Planeshifter wants to merge 2 commits into
Draft
chore: add number keyword to int32 outliers in math/base/assert#12554Planeshifter wants to merge 2 commits into
number keyword to int32 outliers in math/base/assert#12554Planeshifter wants to merge 2 commits into
Conversation
Adds missing `number` keyword in `package.json`, present in 33/35 siblings in `math/base/assert` (94.3% conformance) including the analogous integer-checking siblings `is-integer`, `is-safe-integer`, `is-positive-integer`, etc. Metadata-only change; no source, test, or behavioral changes.
Adds missing `number` keyword in `package.json`, present in 33/35 siblings in `math/base/assert` (94.3% conformance) including the analogous integer-checking siblings `is-integer`, `is-safe-integer`, `is-positive-integer`, etc. Metadata-only change; no source, test, or behavioral changes.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
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
Adds the missing
"number"keyword topackage.jsonin two outlier packages in the@stdlib/math/base/assertnamespace, where 33/35 siblings (94.3%) already carry this keyword.math/base/assert/int32-is-evenPackage
@stdlib/math/base/assert/int32-is-evenwas missing the"number"keyword frompackage.json. 33 of 35 sibling packages in@stdlib/math/base/assertcarry this keyword (94.3% conformance), including all analogous integer-checking siblings (is-integer,is-safe-integer,is-positive-integer,is-negative-integer,is-nonnegative-integer, etc.). Added"number"after"integer"to match the thematic ordering established byis-integerand its siblings.math/base/assert/int32-is-oddPackage
@stdlib/math/base/assert/int32-is-oddwas missing the"number"keyword frompackage.json. 33 of 35 sibling packages in@stdlib/math/base/assertcarry this keyword (94.3% conformance), including all analogous integer-checking siblings. Added"number"after"integer"to match the thematic ordering established byis-integerand its siblings.Related Issues
This pull request has no related issues.
Questions
No.
Other
Metadata-only change; no source, test, or behavioral changes. Total diff: 2 lines across 2 files.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code via the cross-package drift-detection routine. Structural and semantic features were extracted from every member of
@stdlib/math/base/assert(35 packages); majority patterns were computed at a 75% conformance threshold; three independent validation agents (opus semantic-review, opus cross-reference, sonnet structural-review) each returnedconfirmed-driftfor both outliers before any file was edited. Onlypackage.jsonkeywordswere modified.@stdlib-js/reviewers
Generated by Claude Code