General

Profile

tenderlovemaking (Aaron Patterson)

Issues

open closed Total
Assigned issues 4 151 155
Reported issues 23 122 145

Projects

Project Roles Registered on
Ruby Committer 03/25/2010
Backport187 Committer 06/18/2013
Backport191 Committer 10/05/2011
Backport192 Committer 10/05/2011
Backport193 Committer 10/05/2011
Backport200 Committer 02/17/2013
Backport21 Committer 12/21/2013
Backport22 Committer 12/19/2014
Ruby 1.8 Committer 10/05/2011
Ruby master Committer 11/13/2009

Like

Activity

03/13/2024

12:55 AM Ruby master Feature #20331: Should parser warn hash duplication and when clause?
I think it's important for the parser to expose these warnings. If someone uses the parser / AST for building a langu... tenderlovemaking (Aaron Patterson)

03/01/2024

08:50 PM Ruby master Feature #20317: Removing the `allocate` method should cause `new` to fail
jeremyevans0 (Jeremy Evans) wrote in #note-1:
> The current behavior may be what you want if you want to ensure that...
tenderlovemaking (Aaron Patterson)
12:18 AM Ruby master Feature #20317 (Open): Removing the `allocate` method should cause `new` to fail
When you remove the `allocate` method from a class the you can't allocate the class via the `allocate` method. Howeve... tenderlovemaking (Aaron Patterson)

02/26/2024

06:54 AM Ruby master Revision 164e464b (git): [ruby/strscan] Add a method for peeking and reading bytes as
integers
(https://github.com/ruby/strscan/pull/89)
This commit adds `scan_byte` and `peek_byte`. `scan_byte` will sc...
tenderlovemaking (Aaron Patterson)

02/16/2024

12:38 AM Ruby master Revision cfe77db0 (git): Spill fewer temps on iv writes
Not all IV writes require calling a C function. If we don't need to
execute a write barrier (IOW the written value is...
tenderlovemaking (Aaron Patterson)

02/14/2024

08:49 PM Ruby master Revision 7943cb22 (git): Consider rb_str_getbyte as leaf sometimes
If YJIT knows the parameter to rb_str_getbyte is a fixnum, then I think
we can consider the function to be a leaf
tenderlovemaking (Aaron Patterson)

02/13/2024

06:10 PM Ruby master Revision a93f4e3d (git): byteslice can return nil so we have to push an "unknown" value
tenderlovemaking (Aaron Patterson)
04:20 PM Ruby master Revision c35fea85 (git): Specialize String#byteslice(a, b) (#9939)
* Specialize String#byteslice(a, b)
This adds a specialization for String#byteslice when there are two
parameters.
...
tenderlovemaking (Aaron Patterson)

01/30/2024

06:19 PM Ruby master Revision 8e708e4a (git): Update forwarding locals for prism
tenderlovemaking (Aaron Patterson)

01/24/2024

08:04 PM Ruby master Revision 94f3f950 (git): Fix repeated block param
Co-Authored-By: Matt Valentine-House <matt@eightbitraptor.com> tenderlovemaking (Aaron Patterson)

Also available in: Atom