mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
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.