You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test runner output capture and Linux build error
- test-examples.pl: add pump() calls around SIGINT in keep-alive tests so
IPC::Run drains the stdout pipe; without pumping $out stays empty causing
ApplicationEnd and ContextAware to fail in interpreter mode
- RunCommand.swift: guard setvbuf(stdout) with #if canImport(Darwin) to fix
Swift 6 strict concurrency error on Linux where stdout is a mutable C global
rather than a macro; FileHandle.standardOutput.write() bypasses C stdio
buffering on Linux anyway
0 commit comments