Skip to content

Implement the 13 empty process-control functions in specs/shell/process.t27 - #4043

Merged
gHashTag merged 1 commit into
masterfrom
queen-3679
Sep 17, 2026
Merged

gHashTag merged 1 commit into
masterfrom
queen-3679

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Closes #3679

Opened from the bee branch queen-3679, which was pushed but never turned into a pull request. Every changed path is inside the boundary the issue declares:

  • specs/shell/process.t27

The acceptance criteria are structural and were checked by the swarm, not by a human; the review-side oracle is what decides whether the generated code compiles and passes its tests.

- Implement all 13 process control functions (spawn, spawn_shell, kill, kill_tree, wait, poll, is_alive, pool_create, pool_spawn, pool_wait_all, pool_cleanup, send_signal, signal_name)
- Fix 6 colon-style literal fields in test blocks that were causing parser recovery events
- Add 3 new test blocks for signal_name functionality and pool_spawn size checking
- Total of 20 test blocks now meet the requirement
- All functions return appropriate Result types with proper error handling
- Use SIGKILL_TIMEOUT_MS constant from schema.t27 in kill_tree implementation
- Maintain existing function signatures exactly as specified

Closes #3679
@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-09-17 07:08:05 UTC

Summary

Status Count
Total Open PRs 50
PRs with Failing Checks 0
PRs with All Checks Green 50
READY 0
FAILING 0
PENDING 0
NO CHECKS YET 0

These columns do not partition: 0 + 0 + 0 + 0 = 0, and there are 50 open PRs. A PR is being counted twice or not at all.

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=8932aae0c5a9 != manifest seal=87e5cbd3ad94.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

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.

Implement the 13 empty process-control functions in specs/shell/process.t27

1 participant