Hi, just wanted to mention that the win32ole signatures for RBS are one of the missing sigs, currently, in the main stdlib repo.
From what I understood, @soutaro is recommending stdlib sigs to be moved to their own repos, so perhaps one should not add them anymore. On the other hand, win32ole will stop being in stdlib from ruby 4 onwards (according to the warning I'm getting right now), so one more reason to do it here.
I'd add them myself, but the instructions on how to contribute to stdlib repos will not work unless when run from a windows machine (where win32ole can be required). So this is a shoutout to someone with a windows machine who can handle the boilerplate.
Hi, just wanted to mention that the
win32olesignatures for RBS are one of the missing sigs, currently, in the main stdlib repo.From what I understood, @soutaro is recommending stdlib sigs to be moved to their own repos, so perhaps one should not add them anymore. On the other hand,
win32olewill stop being in stdlib from ruby 4 onwards (according to the warning I'm getting right now), so one more reason to do it here.I'd add them myself, but the instructions on how to contribute to stdlib repos will not work unless when run from a windows machine (where
win32olecan be required). So this is a shoutout to someone with a windows machine who can handle the boilerplate.