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
We've recently started looking into shipping a command-line REPL for the GameLisp scripting language (fleabitdev/glsp#11), but it would need to provide working readline-like functionality when it's run on a fresh installation of MinGW.
MinGW's default console (Mintty) seems to be unsupported by all existing Rust crates, and GNU readline itself also seems to be broken on that console.
Are there any major problems which prevent rustyline from providing basic support for Mintty, or is it just something which hasn't been looked into yet? If I were to attempt to implement this feature myself, are there any obstacles I should know about?
Hi folks,
We've recently started looking into shipping a command-line REPL for the GameLisp scripting language (fleabitdev/glsp#11), but it would need to provide working
readline
-like functionality when it's run on a fresh installation of MinGW.MinGW's default console (Mintty) seems to be unsupported by all existing Rust crates, and GNU
readline
itself also seems to be broken on that console.Are there any major problems which prevent
rustyline
from providing basic support for Mintty, or is it just something which hasn't been looked into yet? If I were to attempt to implement this feature myself, are there any obstacles I should know about?(Some previous discussion at #203)
The text was updated successfully, but these errors were encountered: