-
Notifications
You must be signed in to change notification settings - Fork 63
added functions for reading stdin #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hey @certik can you review this change? I took the stdin reading from the input function and changed it into a function that reads the full stdin as a file. Also the windows test succeeded before, because the path the script entered was incorrect but not catched as an error. Also I'm not sure installing a shared library on windows is even possible, because visual studio is not supporting that. Do you have a clue on that? I have removed the windows test for now so that the CI works again |
|
@certik I'll merge this now, please open an issue if you need changes on the stdin handling |
This PR moves the part of the
raw_input()functions into it's own function to allow the user to get the stdin input as string. This PR also features comment improvements for all input functions to note things like what happens whenTerm::Terminalis not enabling the input.