General

Profile

tenderlovemaking (Aaron Patterson)

  • Login: tenderlovemaking
  • Email: [email protected]
  • Registered on: 07/09/2008
  • Last sign in: 05/28/2025

Issues

open closed Total
Assigned issues 42 213 255
Reported issues 31 125 156

Projects

Project Roles Registered on
Ruby Committer 11/13/2009

Like

Activity

06/26/2025

05:18 PM Ruby Feature #21365 (Closed): Add `Namespace#eval`
Applied in changeset commit:git|3d5619c8b1a76626e0991d758b71afc549829c38.
----------
Introduce Namespace#eval
This ...
tenderlovemaking (Aaron Patterson)
05:18 PM Ruby Revision 3d5619c8 (git): Introduce Namespace#eval
This commit adds an `eval` method to `Namespace` that takes a string and
evaluates the string as Ruby code within the...
tenderlovemaking (Aaron Patterson)

06/25/2025

10:51 PM Ruby Bug #21451: Ractor.make_shareable(->{}, copy: true) raises unhelpful error
Eregon (Benoit Daloze) wrote in #note-1:
> This doesn't really explain from a user POV why it can't copy the Proc th...
tenderlovemaking (Aaron Patterson)
07:06 PM Ruby Bug #21451 (Open): Ractor.make_shareable(->{}, copy: true) raises unhelpful error
```
> ruby -e'Ractor.make_shareable(->{}, copy:true)'
<internal:ractor>:828:in 'Ractor.make_shareable': allocator u...
tenderlovemaking (Aaron Patterson)
05:48 PM Ruby Misc #21399: DevMeeting-2025-07-10
* [Feature #21140] Add a method for getting addresses of certain functions for 3rd party JITs
* RJIT has been extr...
tenderlovemaking (Aaron Patterson)
05:40 PM Ruby Feature #21365: Add `Namespace#eval`
I sent a PR [here](https://github.com/ruby/ruby/pull/13701). :-) tenderlovemaking (Aaron Patterson)

06/10/2025

05:42 PM Ruby Revision 0f922edc (git): ZJIT: Support get/set on global variables
Adds support for code like:
```ruby
$foo
$foo = x
```
tenderlovemaking (Aaron Patterson)

06/05/2025

05:05 PM Ruby Bug #21396: Set#initialize should call Set#add on items passed in
ko1 (Koichi Sasada) wrote in #note-4:
> How about to redfine `initialize` on subclass of `Set` to call `#add`?
I ...
tenderlovemaking (Aaron Patterson)

06/04/2025

07:48 PM Ruby Bug #21396: Set#initialize should call Set#add on items passed in
jeremyevans0 (Jeremy Evans) wrote in #note-2:
> This is not a bug, IMO. Using underlying functions instead of calli...
tenderlovemaking (Aaron Patterson)
07:31 PM Ruby Bug #21396 (Open): Set#initialize should call Set#add on items passed in
```ruby
class Foo < Set
def add(item) = super(item.bytesize)
end
x = Foo.new(["foo"])
p x
p x.include?(3)
...
tenderlovemaking (Aaron Patterson)

Also available in: Atom