Unverified Commit c49b9784 authored by Alejandro R Mosteo's avatar Alejandro R Mosteo Committed by GitHub
Browse files

Replace Run impl on Windows due to polling problems (#1)

GNAT.Expect.Poll is hanging for unknown reasons on Windows. -gnatP makes no difference. Manual polling using timeouts also doesn't read any output.

Falling back to GNAT.OS_Lib.Spawn for the moment. This means that, on Windows, there cannot be user input to the process.
parent 103f0d19
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment