Files
bun.sh/src/shell
Claude Bot 84d566de4d Enable background commands (&) in shell
Background commands using the '&' operator are now fully functional.
The infrastructure was already in place from PR #9631 but was
intentionally disabled. This commit enables the feature by:

- Uncommenting and fixing the parser code in shell.zig
- Adding Subshell support to the Async state
- Adding proper error checking for '&' followed by '||'
- Updating tests to reflect the new functionality

Fixes the issue where users got "Background commands '&' are not
supported yet" error when trying to run commands in the background.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 12:51:08 +00:00
..
2025-07-21 13:26:47 -07:00