joshuay03 (Joshua Young)
- Login: joshuay03
- Registered on: 07/29/2023
- Last sign in: 04/27/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
09/07/2026
-
01:21 AM Ruby Revision 427e31e8 (git): [ruby/rubygems] Preserve existing Bundler concurrency settings
- https://github.com/ruby/rubygems/commit/8c646202df
-
01:21 AM Ruby Revision ef78e41d (git): [ruby/rubygems] Separate Bundler I/O concurrency
- https://github.com/ruby/rubygems/commit/2222146df1
11/08/2025
10/26/2025
-
10:59 PM Ruby Revision 52ea2220 (git): Fix segfault when moving nested objects between ractors during GC
- Fixes a segmentation fault when moving nested objects between ractors with GC stress enabled and YJIT.
The issue is a timing problem: `move_enter` allocates new object shells but leaves their contents uninitialized until `move_leave` co...
07/02/2025
06/11/2025
-
11:40 PM Ruby Revision 8abb87b9 (git): [rubygems/rubygems] Remove duplicate documentation for `--changelog` flag
- https://github.com/rubygems/rubygems/commit/9f1d07685f
06/10/2025
-
10:25 AM Ruby Revision a21acaee (git): Follow-ups to #13555
03/21/2025
04/01/2024
-
01:06 AM Ruby Revision e07178d5 (git): [DOC] Fix scope resolution operator typo in `Process#wait` docs
03/16/2024
-
03:40 AM Ruby Feature #19787: Add Enumerable#uniq_map, Enumerable::Lazy#uniq_map, Array#uniq_map and Array#uniq_map!
- rubyFeedback (robert heiler) wrote in #note-6:
> Ultimately you only have to convince matz. :)
> ...
Thanks, that's a good point re: backwards compatibility.
> I am not really invested in the proposal here, so I will not comment m...