General

Profile

tenderlovemaking (Aaron Patterson)

Issues

open closed Total
Assigned issues 4 155 159
Reported issues 26 130 156

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

11/14/2024

05:23 PM Ruby master Feature #20861: Add an environment variable for tuning the default thread quantum
ko1 (Koichi Sasada) wrote in #note-11:
> This example doesn't make sense for the real app because nobody repeat slee...
tenderlovemaking (Aaron Patterson)

11/11/2024

12:40 AM Ruby master Revision c991f75c (git): [ruby/json] Reduce comparisons when parsing numbers
Before this commit, we would try to scan for a float, then if that
failed, scan for an integer. But floats and integ...
tenderlovemaking (Aaron Patterson)

11/02/2024

08:34 PM Ruby master Feature #20861: Add an environment variable for tuning the default thread quantum
byroot (Jean Boussier) wrote in #note-6:
> > Are you thinking something different (like specify quantum in time rath...
tenderlovemaking (Aaron Patterson)
07:58 PM Ruby master Feature #20861: Add an environment variable for tuning the default thread quantum
ioquatix (Samuel Williams) wrote in #note-2:
> This can be useful, so I agree with adding it.
>
> For the sake of...
tenderlovemaking (Aaron Patterson)

11/01/2024

11:30 PM Ruby master Feature #20782: Introduction of Happy Eyeballs Version 2 (RFC8305) in TCPSocket.new
hsbt (Hiroshi SHIBATA) wrote in #note-2:
> @matz I propose @shioimm as a Ruby committer. She is best person to maint...
tenderlovemaking (Aaron Patterson)
10:44 PM Ruby master Feature #20861: Add an environment variable for tuning the default thread quantum
I think I did my math a little wrong. It should be 50ms rather than 500ms, but the measurements are correct. Specif... tenderlovemaking (Aaron Patterson)
10:34 PM Ruby master Feature #20861 (Open): Add an environment variable for tuning the default thread quantum
The default thread quantum is currently [hard coded at 100ms](https://github.com/ruby/ruby/blob/c7708d22c33040a74ea7a... tenderlovemaking (Aaron Patterson)

10/28/2024

08:38 PM Ruby master Revision 3c9be02a (git): [ruby/prism] Only read from buffer if `size` is greater than 0
It looks like we can possibly do an out of bounds read if size is equal
to 0. This commit adds a conditional to ensu...
tenderlovemaking (Aaron Patterson)

10/16/2024

02:06 AM Ruby master Bug #20799 (Closed): Bug in forwarding to struct methods
Applied in changeset commit:git|a0ecdbfbfe57a57ab33bdb5e1de4d5dfa8407dbb.
----------
Remove "simple" flag from forwa...
tenderlovemaking (Aaron Patterson)
02:06 AM Ruby master Revision a0ecdbfb (git): Remove "simple" flag from forwarded ICs
I don't think we should ever consider forwarded IC's to be "simple".
Previously, the "simple" flag would be copied to...
tenderlovemaking (Aaron Patterson)

Also available in: Atom