ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:108245] [Ruby master Bug#18732] [Win32] `File.chardev?` and `File::Stat.chardev?` are not working
@ 2022-04-15  2:42 nobu (Nobuyoshi Nakada)
  2022-09-25  5:05 ` [ruby-core:110061] " nagachika (Tomoyuki Chikanaga)
  0 siblings, 1 reply; 2+ messages in thread
From: nobu (Nobuyoshi Nakada) @ 2022-04-15  2:42 UTC (permalink / raw)
  To: ruby-core

Issue #18732 has been reported by nobu (Nobuyoshi Nakada).

----------------------------------------
Bug #18732: [Win32] `File.chardev?` and `File::Stat.chardev?` are not working
https://bugs.ruby-lang.org/issues/18732

* Author: nobu (Nobuyoshi Nakada)
* Status: Open
* Priority: Normal
* Backport: 2.6: REQUIRED, 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED
----------------------------------------
```
$ ruby -v -e 'p ["con", "nul"].to_h {|f| [f, [File.chardev?(f), File.stat(f).chardev?]]}'
ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x64-mingw32]
{"con"=>[false, false], "nul"=>[false, false]}
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ruby-core:110061] [Ruby master Bug#18732] [Win32] `File.chardev?` and `File::Stat.chardev?` are not working
  2022-04-15  2:42 [ruby-core:108245] [Ruby master Bug#18732] [Win32] `File.chardev?` and `File::Stat.chardev?` are not working nobu (Nobuyoshi Nakada)
@ 2022-09-25  5:05 ` nagachika (Tomoyuki Chikanaga)
  0 siblings, 0 replies; 2+ messages in thread
From: nagachika (Tomoyuki Chikanaga) @ 2022-09-25  5:05 UTC (permalink / raw)
  To: ruby-core

Issue #18732 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.7: WONTFIX, 3.0: DONE, 3.1: REQUIRED to 2.7: WONTFIX, 3.0: DONE, 3.1: DONE

ruby_3_1 e3607e687014da4f6347c462e7d11fb67000b733 merged revision(s) a0040af6715d85f416f1282588974e151a8164eb.

----------------------------------------
Bug #18732: [Win32] `File.chardev?` and `File::Stat.chardev?` are not working
https://bugs.ruby-lang.org/issues/18732#change-99312

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Priority: Normal
* Backport: 2.7: WONTFIX, 3.0: DONE, 3.1: DONE
----------------------------------------
```
$ ruby -v -e 'p ["con", "nul"].to_h {|f| [f, [File.chardev?(f), File.stat(f).chardev?]]}'
ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x64-mingw32]
{"con"=>[false, false], "nul"=>[false, false]}
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-25  5:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15  2:42 [ruby-core:108245] [Ruby master Bug#18732] [Win32] `File.chardev?` and `File::Stat.chardev?` are not working nobu (Nobuyoshi Nakada)
2022-09-25  5:05 ` [ruby-core:110061] " nagachika (Tomoyuki Chikanaga)

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 read-only IMAP folder(s) and NNTP newsgroup(s).