swactor/crates/wasm-actor
Claude a9835f27ad fix: emit watch notification when StopSignal stops an actor
StopSignal interception in tick_all set stopping=true but did not push
to the deaths vector, so phase 5b watch notifications never fired for
externally-stopped actors (via rt.stop_actor()). Now pushes
(addr, ExitReason::Stopped) to deaths, consistent with the
ctx.stop_self() path.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:07:59 +07:00
..
src fix: bounds-check alloc pointer before copy_from_slice 2026-02-13 21:07:59 +07:00
tests fix: emit watch notification when StopSignal stops an actor 2026-02-13 21:07:59 +07:00
Cargo.toml skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00