cad-editor/crates/ocs_plugin_api/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Hakan Seven 5e59421e92 test(plugin): drop Dispatch floor in timeout test; doc stream-close path
The call-timeout test asserted the real 10 s Dispatch floor, adding 10 s+
to every suite run. Add a cfg(test)-only OCS_PLUGIN_TEST_FLOOR_SECS seam
so the test fires at its 1 s base instead; production still enforces the
hard safety floors. Test now finishes in ~1 s.

Also document in mark_dead that the host-side socket is closed indirectly
by killing the child (which unblocks and drops the detached reader
thread's Stream), not by the take() in mark_dead itself.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 17:56:24 +03:00
..
ipc Fix 4: shared-memory 2026-06-25 00:01:36 +03:00
process Fix 4: shared-memory 2026-06-25 00:01:36 +03:00
ribbon Fix 4: shared-memory 2026-06-25 00:01:36 +03:00
host.rs fix(plugin): f64 pick coords + harden out-of-process lifecycle 2026-06-25 00:16:08 +03:00
lib.rs Fix 5: Allow backward-compatibility and add plugin-template-v2 2026-06-25 00:02:17 +03:00
manifest.rs Fix 5: Allow backward-compatibility and add plugin-template-v2 2026-06-25 00:02:17 +03:00
process.rs test(plugin): drop Dispatch floor in timeout test; doc stream-close path 2026-06-26 17:56:24 +03:00
ribbon.rs Initial commit 2026-06-25 00:01:36 +03:00
runner.rs Fix 5: Allow backward-compatibility and add plugin-template-v2 2026-06-25 00:02:17 +03:00
shm.rs Fix 4: shared-memory 2026-06-25 00:01:36 +03:00