[#119637] Behavior of raising from rescue blocks when multiple rescue blocks exist — Rodrigo Rosenfeld Rosas via ruby-core <ruby-core@...>
Hello, I couldn't find any documentation about the subject, so I thought
3 messages
2024/10/29
[ruby-core:119395] [Ruby master Feature#20775] Gemify win32-registry, win32-sspi and win32-resolv
From:
"hsbt (Hiroshi SHIBATA) via ruby-core" <ruby-core@...>
Date:
2024-10-02 04:52:53 UTC
List:
ruby-core #119395
Issue #20775 has been updated by hsbt (Hiroshi SHIBATA). >My intention is that the repository can be moved to https://github.com/ruby/win32-registry and can be integrated it into ruby. Can you add my GitHub account (hsbt) to that repository as admin? After that, I will transfer to under the Ruby org. ---------------------------------------- Feature #20775: Gemify win32-registry, win32-sspi and win32-resolv https://bugs.ruby-lang.org/issues/20775#change-110011 * Author: larskanis (Lars Kanis) * Status: Assigned * Assignee: hsbt (Hiroshi SHIBATA) ---------------------------------------- Many libraries bundled with ruby have been gemified and were separated into it's own repository. Not so far the 3 win32 libraries: https://github.com/ruby/ruby/tree/master/ext/win32/lib/win32 * win32/registry * win32/resolv * win32/sspi win32-registry ----------- I started with win32/registry in https://github.com/larskanis/win32-registry * separate all commit into it's own repository, * make it a gem, * add proper test cases to verify the core functions, * add a GHA workflow to run the tests, * add a single commit to change to consistent UTF-8 string output (see https://bugs.ruby-lang.org/issues/20774) My intention is that the repository can be moved to https://github.com/ruby/win32-registry and can be integrated it into ruby. However I think `win32/registry` should permanently stay a bundled gem, since the registry access is a core functionality on Windows, so it should always be in the core ruby distribution. win32-sspi ----------- Regarding `win32/sspi` I doubt that anyone is using this library. It was completely broken since ruby-3.0 until some days ago due to this fix: https://github.com/ruby/ruby/commit/fc2f196cb8542a81bf271cdb90e0189c54321103 Nevertheless it makes sense to gemify it and to move it to it's own repository. I use a massively extended version of this file at work, maybe this can be included then. IMHO there's no need to keep it in the ruby distribution. win32-resolv --------- I don't have a strong opinion reg. `win32/resolv` and never had a reason to use this platform dependent API instead of the cross platform functions in the `socket` library. Maybe it had a use in the past. -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- [email protected] To unsubscribe send an email to [email protected] ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/