Conversation
The replicator binary at the project root was a Mach-O arm64 executable accidentally committed in 5b2ccf1 (PR unbound-force#9). It causes 'Exec format error' on non-macOS-arm64 machines. make build correctly outputs to bin/replicator (already gitignored). Added /replicator to .gitignore to prevent reoccurrence. Closes unbound-force#102
|
🤖 Finished Review · ✅ Success · Started 11:22 AM UTC · Completed 11:31 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.15 |
|
Risk Assessment: low (1/5) DetailsMinimal two-file housekeeping change removing a stale binary and adding a gitignore entry, with no protected paths, no security-sensitive files, no dependency changes, and complete alignment with linked issue scope. |
|
Looks good to me |
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.
Summary
Removes a stale Mach-O 64-bit arm64
replicatorbinary that was accidentally committed at the project root in5b2ccf1(PR #9). This binary causesExec format erroron any non-macOS-arm64 machine.make buildcorrectly outputs tobin/replicator, which is already covered by.gitignore.Changes
git rm replicator— removed the stale binary from tracking/replicatorto.gitignoreto prevent reoccurrenceVerification
make buildstill outputs correctly tobin/replicatorReferences
Closes #102
Same category as #34 (runtime artifact tracked in git)