mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
0f07dc95f1
Many of the CI tests have been failing on my M2 Pro mac (Ventura 13.4) when running inside of a vscode terminal (a strange `ENOTTY` error). This modifies the pty-handling code to use libc directly rather than the older pty library that appears mostly unmaintained (outside of @littledivy's fork). As a bonus, this should allow us to run pty tests on the mac CI runner. After this PR, the tests now complete with 100% success on my local machine. Before this PR, I needed to pass `CI=true` to get my local test suite to pass. |
||
---|---|---|
.. | ||
src | ||
std@b23a76a47a | ||
wpt@c84a2ef4f2 | ||
Cargo.toml |