General

Profile

jeremyevans0 (Jeremy Evans)

Issues

open closed Total
Assigned issues 1 40 41
Reported issues 5 141 146

Projects

Project Roles Registered on
Ruby Committer 04/14/2016

Activity

06/13/2025

03:35 AM Ruby Bug #21440 (Closed): Cannot create instances of frozen Data subclasses
This fails since Data was added in Ruby 3.2:
```ruby
Class.new(Data.define(:a)).freeze.new
# can't modify frozen...
jeremyevans0 (Jeremy Evans)

06/09/2025

09:30 PM Ruby Bug #21402 (Open): ruby2_keywords affects methods/procs with post arguments
I believe this is an oversight. We forgot to consider post arguments during the development of `ruby2_keywords`. I ... jeremyevans0 (Jeremy Evans)

06/05/2025

04:25 PM Ruby Feature #21390 (Closed): Deprecate passing arguments to Set#to_set and Enumerable#to_set
Implemented in commit:0b07d2a1e32a456fc302c8d970fa85782bdb98ce jeremyevans0 (Jeremy Evans)

06/04/2025

07:43 PM Ruby Bug #21396: Set#initialize should call Set#add on items passed in
This is not a bug, IMO. Using underlying functions instead of calling methods was one of the deliberate design decis... jeremyevans0 (Jeremy Evans)

06/03/2025

06:08 AM Ruby Bug #21330: Namespace: Class and Module frozen status is not namespaced
ko1 (Koichi Sasada) wrote in #note-4:
> I'm afraid that moving frozen flag into class_ext (and each built-in class v...
jeremyevans0 (Jeremy Evans)

06/01/2025

03:40 AM Ruby Misc #21379: DevMeeting-2025-06-05
* [Feature #21389] Simplify Set#inspect output (jeremyevans0)
* I think Set#inspect should produce output similar ...
jeremyevans0 (Jeremy Evans)
03:38 AM Ruby Feature #21390 (Closed): Deprecate passing arguments to Set#to_set and Enumerable#to_set
Array#to_a, Hash#to_h, Enumerable#to_a, and Enumerable#to_h do not allow you to specify subclasses. This has undesir... jeremyevans0 (Jeremy Evans)
03:35 AM Ruby Feature #21389 (Open): Simplify Set#inspect output
As Set is now a core collection class, it should have special inspect output. Ideally, inspect output should be suit... jeremyevans0 (Jeremy Evans)

05/27/2025

03:46 PM Ruby Bug #21376: Inconsistent equality between Sets with different compare_by_identity, different classes
This was reported as a bug. Can you explain what you think is the bug in the current core Set implementation? From y... jeremyevans0 (Jeremy Evans)
03:42 PM Ruby Bug #21377: core Set#inspect does not use inherited class name
It is intended behavior. Core classes generally do not have different output in subclasses (e.g. Hash, Array, String... jeremyevans0 (Jeremy Evans)

Also available in: Atom