From: "nagachika (Tomoyuki Chikanaga)" Date: 2022-09-25T05:05:37+00:00 Subject: [ruby-core:110060] [Ruby master Bug#18734] [Win32] `File.sticky?` returns `nil` while `File::Stat.sticky?` returns `false` Issue #18734 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 89eab8e0bf34ed36f32c1f8c230790f8b23a356f merged revision(s) 7f81f335478a3ca873f34e3bc0af6927819d3e84. ---------------------------------------- Bug #18734: [Win32] `File.sticky?` returns `nil` while `File::Stat.sticky?` returns `false` https://bugs.ruby-lang.org/issues/18734#change-99311 * Author: nobu (Nobuyoshi Nakada) * Status: Closed * Priority: Normal * Backport: 2.7: WONTFIX, 3.0: DONE, 3.1: DONE ---------------------------------------- On the platforms where sticky bit is not provided, `File.sticky?` returns `nil` while `File::Stat.sticky?` returns `false`. It seems changed accidentally together with `test_s()` at commit:git|86307f52ee1b3c5aa76e2fd6ee118e681dd76905. -- https://bugs.ruby-lang.org/ Unsubscribe: