General

Profile

jeremyevans0 (Jeremy Evans)

Issues

open closed Total
Assigned issues 1 38 39
Reported issues 4 133 137

Projects

Project Roles Registered on
Ruby Committer 04/14/2016

Activity

03/18/2025

05:32 AM Ruby Feature #21190: Proposal for the Deconstruct Method in the MatchData Class
You can implement this more easily using named captures:
```ruby
/(?<country_code>\d{2})(?<area_code>\d{2})(?<num...
jeremyevans0 (Jeremy Evans)

02/27/2025

03:41 PM Ruby Misc #21154 (Closed): Document or change Module#autoload?
jeremyevans0 (Jeremy Evans)
03:28 PM Ruby Bug #21120 (Closed): Segmentation fault when running Rails with MN threads enabled on 3.4.1
jeremyevans0 (Jeremy Evans)

02/19/2025

01:47 AM Ruby Misc #20968: `Array#fetch_values` unexpected method name in stack trace
My thinking is inline with @Eregon 's. It's significantly more work to try to modify the backtraces to omit `<intern... jeremyevans0 (Jeremy Evans)

02/18/2025

02:25 AM Ruby Bug #21131: IO.copy_stream: yielded string changes value when duped
Thank you for the report. This is definitely a bug. My testing shows it affects all versions of Ruby, at least back t... jeremyevans0 (Jeremy Evans)
02:19 AM Ruby Misc #21134: DevMeeting-2025-03-13
* [Bug #21089] Missing methods on enumerators created from Enumerator::product and Enumerator::Chain (jeremyevans0)
...
jeremyevans0 (Jeremy Evans)
02:07 AM Ruby Bug #20906 (Closed): Segmentation Fault in compile_keyword_arg
jeremyevans0 (Jeremy Evans)
02:06 AM Ruby Bug #20906: Segmentation Fault in compile_keyword_arg
This was fixed in Ruby 3.4 by removing support for the syntax. I don't think there are plans to fix Ruby 3.3 to allo... jeremyevans0 (Jeremy Evans)
01:48 AM Ruby Bug #21036 (Closed): Somewhat confusing behaviour between warning "block passed may be ignored", versus the responsible method triggering this warning already being faulty and can never be run successfully due to errors such as "wrong number of arguments" and/or recursive cal
rubyFeedback (robert heiler) wrote:
> Please feel free to close this issue at any moment in time; it may not
> be a...
jeremyevans0 (Jeremy Evans)

02/09/2025

06:37 PM Ruby Feature #21126: Drop default_proc when Hash#freeze is called for better Ractor support
I think this is a bad idea. It makes `freeze` change the hash in a non-backwards compatible way.
For `Hash#defaul...
jeremyevans0 (Jeremy Evans)

Also available in: Atom