-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
I am testing this on a Linux aarch64 with JRuby.
I can see the io/console/ffi/stty_console is being loaded based on the warning message:
"io/console on JRuby shells out to stty for most operations"
If I manually require io/console/ffi/native_console it fails due to the platform guard at the top of the file.
However, if I remove that guard it, it loads and works fine in my brief testing.
So I have two questions:
-
Is there any reason to not allow
aarch64in theio/console/ffi/linux_consoleguard? -
Even if it falls back to
io/console/ffi/stty_console, is there any reason not to supportIO.console? I think it could returnFile.new("/dev/tty/", "r+")similar to the one inio/console/ffi/native_console?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels