I am and have always used a manual install with the mingw compiler with no
issues on my Windows machine. I needed a new utility at work and tried to use
rdstdin to get input from the user, but it would not import. This is the error:
Hint: used config file 'c:\Nim\config\nim.cfg' [Conf]
c:\Nim\lib\impure\rdstdin.nim(28, 5) Error: undeclared identifier: 'stdout'
If I copy rdstdin.nim to the current directory and add
import system
Run
at the top it works. This has been duplicated in v1.0.2 and v1.2.0.
Is this expected? Or should I file a bug report? I couldn't find anything about
it.