General

Profile

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

11/08/2025

11:52 AM Ruby Revision 4365c4fb (git): [DOC] Replace 3.5 reference in NEWS.md
joshuay03 (Joshua Young)

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...
joshuay03 (Joshua Young)

07/02/2025

02:28 AM Ruby Revision 8bf13f26 (git): Reduce allocations in `Gem::BUNDLED_GEMS.warning?`
joshuay03 (Joshua Young)

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 joshuay03 (Joshua Young)

06/10/2025

10:25 AM Ruby Revision a21acaee (git): Follow-ups to #13555
joshuay03 (Joshua Young)

03/21/2025

01:36 AM Ruby Revision 99503ab9 (git): Escape `Binding` reference in pattern matching docs
joshuay03 (Joshua Young)

04/01/2024

01:06 AM Ruby Revision e07178d5 (git): [DOC] Fix scope resolution operator typo in `Process#wait` docs
joshuay03 (Joshua Young)

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...
joshuay03 (Joshua Young)
03:30 AM Ruby Feature #19787: Add Enumerable#uniq_map, Enumerable::Lazy#uniq_map, Array#uniq_map and Array#uniq_map!
austin (Austin Ziegler) wrote in #note-5:
> Wouldn’t it make more sense, then, to do `uniq { … }.map { … }`? Yes, there’s a *small* bit of extra code, but it means that you’re in most cases going to be performing *less work* than either...
joshuay03 (Joshua Young)

07/31/2023

10:13 AM Ruby Feature #19787: Add Enumerable#uniq_map, Enumerable::Lazy#uniq_map, Array#uniq_map and Array#uniq_map!
mame (Yusuke Endoh) wrote in #note-3:
> Is `.map { ... }.uniq` such a very frequent idiom?
I work on a Rails codebase and it's most commonly used to iterate through foreign keys / associated records and get the unique values (quite oft...
joshuay03 (Joshua Young)

Also available in: Atom