chore: remove stray binary - #14334
Merged
Merged
Conversation
…-integerf` Remove a compiled example binary (`examples/c/example`, a 33 KB Mach-O executable) accidentally committed to the package. The file is absent from all 34 sibling packages in the `math/base/assert` namespace (0% of siblings track a compiled example binary) and does not correspond to the package's own build system: `examples/c/Makefile` emits `example.out` and removes `*.out` on `clean`, never producing a bare `example`. The source files `example.c` and `Makefile` are retained; nothing in the package references the removed artifact.
Contributor
Coverage ReportNo coverage information available. |
kgryte
approved these changes
Aug 16, 2026
math/base/assert/is-negative-integerf
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
This pull request removes a stray compiled example binary from
math/base/assert/is-negative-integerf.math/base/assert/is-negative-integerfRemoves
examples/c/example, a 33 KB compiled Mach-O (arm64) executable committed alongside the C example source. No other package in themath/base/assertnamespace tracks a compiled example binary (0/34 siblings), and the artifact does not correspond to the package's build system, whoseexamples/c/Makefileemitsexample.outand cleans*.out— it never produces a bareexample. The source filesexample.candMakefileare retained; nothing in the package references the removed artifact.Conformance: 34/35 packages (97%) in the namespace track C example source only, with no compiled binary.
Related Issues
No.
Questions
No.
Other
Detected via a cross-package structural audit of all 35
math/base/assertpackages (file-tree,package.json, README, andmanifest.jsonshape, plus a JSDoc/signature pass overlib/main.jsandlib/index.js). This was the only committed binary in the namespace and the only deviation that was simultaneously mechanical, behavior-preserving, and confined to a single package; three independent validation passes (structural review, cross-reference for test/example reliance, and a semantic sanity check) each returnedconfirmed-drift.Deliberately excluded from this PR:
is-coprime's absent native C addon (an implementation gap already tracked in #4169, not drift); the C++-vs-C addon differences in the signed-zero packages (a genuine implementation choice, cf. #4613); and README section /docs/repl.txtdifferences (generator-owned, and without a clear ≥75% majority). No test, example, or library source is modified.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code running an automated cross-package drift-detection routine. The routine extracted structural and semantic features from every package in the
math/base/assertnamespace, computed the majority pattern per feature, flagged the lone deviating package, and validated the single correction — removal of a stray committed binary — through three independent review passes before opening this pull request. A maintainer should review before merge.@stdlib-js/reviewers
Generated by Claude Code