From: eregontp@... Date: 2020-11-11T19:27:51+00:00 Subject: [ruby-core:100800] [Ruby master Feature#17267] Remove Win32API at Ruby 3.0 Issue #17267 has been updated by Eregon (Benoit Daloze). @hsbt Was it extracted to a gem? BTW: ``` $ gem-codesearch "require.+Win32API" | wc -l 339 $ gem-codesearch -i "require.+win32api" | wc -l 355 ``` ---------------------------------------- Feature #17267: Remove Win32API at Ruby 3.0 https://bugs.ruby-lang.org/issues/17267#change-88443 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- https://github.com/ruby/ruby/blob/master/ext/win32/lib/Win32API.rb#L5 says "Win32API is deprecated after Ruby 1.9.1; use fiddle directly instead". We have enough time to deprecate for this module. Can we remove it from our repo? -- https://bugs.ruby-lang.org/ Unsubscribe: