Skip to content

feat: galvanize improvements#940

Merged
thesayyn merged 5 commits intomainfrom
galvanize
Feb 27, 2026
Merged

feat: galvanize improvements#940
thesayyn merged 5 commits intomainfrom
galvanize

Conversation

@thesayyn
Copy link
Member

Changes are visible to end-users: no

Test plan

  • Covered by existing test cases

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@thesayyn
Copy link
Member Author

@codex review

@thesayyn thesayyn requested a review from alexeagle February 26, 2026 22:16
@thesayyn
Copy link
Member Author

@devin-ai-integration review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f08b25a3cd

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

thesayyn and others added 4 commits February 26, 2026 14:39
kill(pid, 0) succeeds for zombie children until reaped, causing
StreamingFile::open to spin forever if the writer exits before
creating the file but remains a zombie (parent hasn't called waitpid).

Add is_pid_zombie: on Linux uses procfs to check state == 'Z'; on
macOS uses proc_pidinfo(PROC_PIDTBSDINFO) and checks pbi_status == 5
(SZOMB). is_pid_alive now returns false for zombies so callers receive
the documented BrokenPipe error instead of hanging indefinitely.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@thesayyn thesayyn merged commit 51a73b9 into main Feb 27, 2026
1 check passed
@thesayyn thesayyn deleted the galvanize branch February 27, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants