Remove stray replace.patch from the repo#174
Merged
Merged
Conversation
replace.patch was a leftover diff artifact accidentally committed. It is not referenced by the build or tests, and its content is stale (it adds <ctype.h> to tests/mport_util_test.c, which uses no ctype functions and whose current includes no longer match the patch context). AI-Assisted-By: Claude Opus 4.8 (1M context) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis pull request removes an unused, stale patch file (replace.patch) that was accidentally committed and is not referenced by the build or tests. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Claude finished @laffer1's task in 33s —— View job Reviewing PR #174
ReviewVerified both claims in the PR description:
This is a clean, correctly scoped deletion of a dead artifact (0 additions / 9 deletions, single file). No build, test, or CI references depend on it. No memory-safety, SQL, or path-traversal surface here since it's just a leftover text file — nothing to flag. LGTM. |
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.
replace.patchwas a leftover diff artifact accidentally committed (in #162). It is not referenced by the build or tests, and its content is stale — it adds<ctype.h>totests/mport_util_test.c, which uses no ctype functions and whose current include block no longer matches the patch context.Removing it; nothing depends on it.
🤖 Generated with Claude Code
Summary by Sourcery
Chores: