fix(bash): clean up background process groups - #27
Conversation
yan-ad
commented
Aug 20, 2026
@Blankeos, could you please review this PR when you get a chance? This fixes leaked background processes that can accumulate and cause excessive memory usage. Thank you! |
Maintainer updateMerge confidence: 5/5 Merged What I did
CI note Why this PR is necessary Ready to merge. |
Blankeos
commented
Aug 24, 2026
Thank you again yan-ad, I really appreciate this! |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Validation
cargo fmt --allcargo check --bin crabcodegit diff --checkTest note
The full test target is currently blocked by pre-existing
input.render(...)test call sites that are missing a newly required boolean argument.