Error: undefined fun 'isatty' for LibC on Windows #13165
Labels
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
platform:windows
Windows support based on the MSVC toolchain / Win32 API
topic:stdlib:system
Bug Report
Discovered as part of https://github.com/athena-framework/athena/actions/runs/4370118689/jobs/7644691322 within the
framework
tests:I haven't manually confirmed it, but I'd assume this is a resume of doing like
STDIN.tty?
on windows.Seems the actual binding for that function was missed in #10784 and this is first time someone tried using
IO#tty?
on windows?The text was updated successfully, but these errors were encountered: