forked from goodboy/tractor
Oddly my env was borked bc a missing sub-dep (`typing-extensions` apparently not added by `uv` for `stackscope`?) and then `stackscope` was silently failing import and caused the shield-pause test to also fail (since it couldn't match the expected `log.devx()` on console). The import failure is not very explanatory due to the `log.warning()`; change it to `.error()` level. Also, explicitly import `_sync_pause_from_builtin` in `examples/debugging/restore_builtin_breakpoint.py` to ensure the ref is exported properly from `.devx.debug` (which it wasn't during dev of the prior commit Bp). |
||
|---|---|---|
| .. | ||
| asyncio_bp.py | ||
| debug_mode_hang.py | ||
| fast_error_in_root_after_spawn.py | ||
| multi_daemon_subactors.py | ||
| multi_nested_subactors_error_up_through_nurseries.py | ||
| multi_subactor_root_errors.py | ||
| multi_subactors.py | ||
| open_ctx_modnofound.py | ||
| per_actor_debug.py | ||
| pm_in_subactor.py | ||
| restore_builtin_breakpoint.py | ||
| root_actor_breakpoint.py | ||
| root_actor_breakpoint_forever.py | ||
| root_actor_error.py | ||
| root_cancelled_but_child_is_in_tty_lock.py | ||
| root_timeout_while_child_crashed.py | ||
| shield_hang_in_sub.py | ||
| shielded_pause.py | ||
| subactor_bp_in_ctx.py | ||
| subactor_breakpoint.py | ||
| subactor_error.py | ||
| sync_bp.py | ||