1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/crates
lucasmerlin c3a9b8d59f egui_kittest_mcp: delete the stdio shim; unify launch with attach
The kittest harness now dials the inspection socket directly, so the
stdio-relay shim is dead. Delete src/shim.rs and the dual-role main
(drop KITTEST_MCP_HANDSHAKE). Bridge::launch now reuses prepare_attach +
accept_pending: bind a socket, spawn the child with EGUI_INSPECTION_SOCKET
set (no more KITTEST_INSPECTOR / _PATH / current_exe), inherit stderr so
panics surface, and use a generous accept timeout for the compile-then-run
child.
2026-05-26 16:34:01 +02:00
..
2026-05-19 14:41:16 +02:00