tractor/examples/debugging
Gud Boi b645f7fa8c Bind named `to_actor.run()` inputs with partials
PR #481 made target inputs positional and reserved keywords for
actor placement/runtime controls. PR #484 still forwarded target
kwargs, so tests and examples failed local signature binding after
the rebase.

Deats,
- bind named target inputs with `functools.partial()`
- keep placement, naming and runtime controls as direct keywords
- reject invalid target calls locally before actor startup
- require linked one-shots to raise one direct `RemoteActorError`
- doc linked context execution and per-child process reaping

Prompt-IO: ai/prompt-io/opencode/20260819T184640Z_481ba003_prompt_io.md

(this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`))
2026-08-19 17:24:40 -04:00
..
asyncio_bp.py Swap `open_channel_from()` to yield `(chan, first)` 2026-03-13 19:28:57 -04:00
debug_mode_hang.py Drop now-deprecated deps on modern `trio`/Python 2025-03-16 16:06:24 -04:00
fast_error_in_root_after_spawn.py Update tests+examples imports for new subpkgs 2026-04-02 17:59:13 -04:00
multi_daemon_subactors.py Update debug examples + harden `test_debugger` 2026-06-17 17:39:44 -04:00
multi_nested_subactors_error_up_through_nurseries.py Bind named `to_actor.run()` inputs with partials 2026-08-19 17:24:40 -04:00
multi_subactor_root_errors.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
multi_subactors.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
open_ctx_modnofound.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
per_actor_debug.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
pm_in_subactor.py Add a `tractor.post_mortem()` API test + example 2025-03-24 14:04:52 -04:00
restore_builtin_breakpoint.py Disable `greenback` sync fn breakpointing by def 2025-07-14 00:00:13 -04:00
root_actor_breakpoint.py Change `tractor.breakpoint()` to new `.pause()` in test suite 2025-03-27 13:24:25 -04:00
root_actor_breakpoint_forever.py Change `tractor.breakpoint()` to new `.pause()` in test suite 2025-03-27 13:24:25 -04:00
root_actor_error.py Drop `tractor.run()` from all examples 2021-05-07 11:21:40 -04:00
root_cancelled_but_child_is_in_tty_lock.py Bind named `to_actor.run()` inputs with partials 2026-08-19 17:24:40 -04:00
root_self_cancelled_w_error.py Add a root-already-cancelled crash handling test 2025-08-20 10:18:52 -04:00
root_timeout_while_child_crashed.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
shield_hang_in_sub.py Fix `SIGUSR1` tree-dump ordering in `_stackscope` 2026-06-17 17:39:44 -04:00
shielded_pause.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
subactor_bp_in_ctx.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
subactor_breakpoint.py Name every `ActorNursery` binding `an` in tests/examples 2026-08-19 15:46:04 -04:00
subactor_error.py Port debugging examples off `run_in_actor` 2026-08-19 15:41:56 -04:00
sync_bp.py Port debugging examples off `run_in_actor` 2026-08-19 15:41:56 -04:00