Conversation
Author
|
@boxed — GitHub does not allow an outside-fork contributor to add a formal review request here. Once this draft is marked ready after the contribution author’s final review, would you please review it? |
Owner
|
Well.. truth be told I'm not really the main author of most of the code anymore heh. I'm more of the guy who got the ball rolling and am enjoying watching how great @Otto-AA and @nicklafleur are :P |
Collaborator
|
happy to review when you are ready |
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
Closes #439
Testing
uv run pytest tests/mutation/test_mutation.py tests/e2e/test_e2e_coverage.py tests/e2e/test_e2e_my_lib.py -q(244 passed, 1 skipped)uv run pytest --ignore=tests/utils/test_safe_setproctitle.py -q(402 passed, 2 skipped)uv run pre-commit run --all-files --show-diff-on-failure --color=neverThe complete macOS run has one unrelated failure in
test_setproctitle_crashes_after_fork_with_corefoundation_loaded: the installedsetproctitleno longer produces the deliberately expected SIGSEGV. That platform-specific sentinel is skipped by the project’s Linux CI.AI assistance disclosure
This change was implemented with OpenAI Codex assistance. The implementation and test output were checked during the assisted session. The PR is intentionally left as a draft until the contribution author completes their personal review of the final diff, as requested in the issue discussion.