* [ruby-dev:51150] [Ruby master Bug#18510] Unexpected waiting for console when starting ruby on windows
@ 2022-01-23 14:53 YO4 (Yoshinao Muramatsu)
0 siblings, 0 replies; only message in thread
From: YO4 (Yoshinao Muramatsu) @ 2022-01-23 14:53 UTC (permalink / raw)
To: ruby-dev
Issue #18510 has been reported by YO4 (Yoshinao Muramatsu).
----------------------------------------
Bug #18510: Unexpected waiting for console when starting ruby on windows
https://bugs.ruby-lang.org/issues/18510
* Author: YO4 (Yoshinao Muramatsu)
* Status: Open
* Priority: Normal
* Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
# ruby version
C:\Ruby31-x64\bin>"c:\Ruby31-x64\bin\ruby.exe" -v
ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x64-mingw-ucrt]
older versions have same issue too.
# how to reproduce
execute ruby.exe from cmd.exe command promput like concatenating the quoted path and file name notation
```
C:\Ruby31-x64\bin>"c:\Ruby31-x64\bin\"ruby.exe -v
# => wait for console input unexpectedly
puts "This is Console Input"^Z
=> This is Console Input
# ruby terminated, version not appear
```
It seems to commandline separation issue.
--
https://bugs.ruby-lang.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-01-23 14:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 14:53 [ruby-dev:51150] [Ruby master Bug#18510] Unexpected waiting for console when starting ruby on windows YO4 (Yoshinao Muramatsu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).