-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
readLine not working in Linux Mint #24431
Comments
Do you mean on 2.0? Which specific version? The only thing that could have changed in the implementation of readLine is |
Sorry, I was mistaken, and edited the original to correct. An older executable compiled under 2.0 still works correctly today. Also fails during execution when compiled with cpp. |
Have you maybe tried doing |
No, I actually hadn't thought of trying that. Silly of me. Obvious in hindsight. After much more poking around, I find the problem is a new bug in the Geany IDE, not in Nim. (This used to work in Geany.) No wonder you couldn't reproduce the problem. Sorry about the confusion. |
Description
Neither readLine() nor readLineFromStdIn() work today in Linux Mint. I tried both. Assigning to variables didn't help, either.
readLine test:
readLineFromStdIn test:
Nim Version
Nim 2.2.0
Operating System: Linux Mint 22
Kernel: Linux 6.8.0-48-generic
Architecture: x86-64
gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu4)
Current Output
Expected Output
Known Workarounds
None known at this time.
Additional Information
Last known good: Nim 2.0
The text was updated successfully, but these errors were encountered: