afurm (Andrii Furmanets)
- Login: afurm
- Registered on: 12/27/2025
- Last sign in: 02/18/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
02/20/2026
-
11:12 AM Ruby Revision f3d52cb8 (git): [ruby/rubygems] Document concurrent_downloads in environment command
- https://github.com/ruby/rubygems/commit/927f1e3a0f
02/19/2026
-
10:17 PM Ruby Revision bb8881f3 (git): [ruby/rubygems] Honor concurrent_downloads from gemrc
- https://github.com/ruby/rubygems/commit/6a187a0a99
01/29/2026
-
02:05 AM Ruby Revision 0c30897d (git): [ruby/rubygems] Remove outdated TODO in RemoteFetcher
- https://github.com/ruby/rubygems/commit/cc81b8b228
01/16/2026
-
10:52 AM Ruby Revision f872901b (git): MatchData: Avoid large stack allocations in MatchData (GH-15872)
12/27/2025
-
11:46 AM Ruby Bug #21805: Wrong "key not found" in NoMatchingPatternKeyError when destructuring Data
- Thanks. The https://github.com/ruby/ruby/pull/15748 will fix the issue.
12/26/2025
-
05:05 AM Ruby Revision b01fd2d8 (git): Fix RSET_IS_MEMBER macro parameter mismatch
- The RSET_IS_MEMBER macro had a parameter named 'sobj' but the macro
body used 'set' instead, causing the first argument to be ignored.
This worked by accident because all current callers use a variable
named 'set', but would cause compi...