General

Profile

jeremyevans0 (Jeremy Evans)

Issues

open closed Total
Assigned issues 1 34 35
Reported issues 3 136 139

Projects

Project Roles Registered on
Ruby Committer 04/14/2016
Backport187 Committer 04/14/2016
Backport191 Committer 04/14/2016
Backport192 Committer 04/14/2016
Backport193 Committer 04/14/2016
Backport200 Committer 04/14/2016
Backport21 Committer 04/14/2016
Backport22 Owner, Committer 04/14/2016
Ruby 1.8 Committer 04/14/2016
Ruby master Committer, Triage team 04/14/2016

Activity

03/17/2024

06:32 PM Ruby master Bug #20343 (Closed): Ripper.sexp in Ruby 3.4 returns nil
This is expected as that syntax was removed. See #19918 jeremyevans0 (Jeremy Evans)

03/14/2024

02:43 PM Ruby master Feature #20335: `Thread.each_caller_location` should accept the same arguments as `caller` and `caller_locations`
Seems fine to me. Looking at the code, I don't think it would be difficult to implement. jeremyevans0 (Jeremy Evans)
01:37 AM Ruby master Bug #20319: Singleton class is being frozen lazily in some cases
I looked into this and the current behavior is deliberate, as there is a comment stating `should not propagate to met... jeremyevans0 (Jeremy Evans)

03/06/2024

05:48 PM Ruby master Feature #20326: Add an `undefined` for use as a default argument.
The problem with this is you could pass `undefined` just the same as `nil`. You would end up in a similar situation ... jeremyevans0 (Jeremy Evans)

03/04/2024

06:39 PM Ruby master Misc #20281: DevMeeting-2024-03-14
* [Bug #20301] `Set#add?` does two hash look-ups (jeremyevans0)
* This doesn't seem like a bug to me, as there was...
jeremyevans0 (Jeremy Evans)
05:46 PM Ruby master Bug #20319: Singleton class is being frozen lazily in some cases
Eregon (Benoit Daloze) wrote in #note-3:
> I think Kernel#freeze should only freeze the object itself, which means i...
jeremyevans0 (Jeremy Evans)
05:38 PM Ruby master Bug #20314: Simultaneous Timeout expires may raise an exception after the block
Solution 2 makes the most sense to me. If inside a `Timeout.timeout` block, you are swallowing the exception that yo... jeremyevans0 (Jeremy Evans)
05:18 PM Ruby master Bug #20226 (Closed): Inconsistent Sort results on 3.3.0 compared to previous versions
jeremyevans0 (Jeremy Evans)
03:36 PM Ruby master Bug #20323 (Closed): Segmentation Fault in while working in Ruby 2.6.3
This is not a segmentation fault (SIGSEGV), it's an illegal instruction crash (SIGILL). Considering it occurs in `/us... jeremyevans0 (Jeremy Evans)

03/01/2024

12:35 AM Ruby master Feature #20317: Removing the `allocate` method should cause `new` to fail
The current behavior may be what you want if you want to ensure that new instances of the class have `#initialize` ca... jeremyevans0 (Jeremy Evans)

Also available in: Atom