General

Profile

dylants (Dylan Thacker-Smith)

  • Login: dylants
  • Registered on: 03/12/2018
  • Last sign in: 01/16/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 7 8

Activity

01/16/2024

06:14 PM Ruby master Bug #14607: Fix use of the rb_profile_frames start parameter
> The original patch has a merge conflict. However, I have opened a pull request with the fix for this issue (https:/... dylants (Dylan Thacker-Smith)

12/28/2023

04:58 PM Ruby master Revision 2b967376 (git): Fix use of the rb_profile_frames start parameter
Previously, it was decrementing the start argument until it reached
zero without actually changing the control frame ...
dylants (Dylan Thacker-Smith)

05/25/2022

06:07 PM Ruby master Bug #18801: Dead YARV instructions produced when `branchif` is used
Both of those instructions serve a purpose, but they could also be optimized away.
`next_catch_label` is reference...
dylants (Dylan Thacker-Smith)

10/20/2021

10:19 PM Ruby master Revision 4b80358e (git): Fix condition in cb_align_pos which should return early when aligned
dylants (Dylan Thacker-Smith)

04/20/2021

09:59 PM Ruby master Bug #14607: Fix use of the rb_profile_frames start parameter
> I need to remember why such special (additional) calculation is done
I'm not sure what you mean by additional ca...
dylants (Dylan Thacker-Smith)

04/14/2021

06:28 PM Ruby master Feature #17790: Have a way to clear a String without resetting its capacity
> Maybe String#capacity and String#capacity= would make sense?
Using `capacity=` for the method name would set the...
dylants (Dylan Thacker-Smith)

04/09/2021

06:44 PM Ruby master Feature #17790: Have a way to clear a String without resetting its capacity
If we want `clear` to shrink memory by default, a `shrink: true` keyword argument could be added so the user could ov... dylants (Dylan Thacker-Smith)
06:38 PM Ruby master Feature #17790: Have a way to clear a String without resetting its capacity
What makes sense probably depends on how long lived the String is and whether there is an upper-bound to how much nee... dylants (Dylan Thacker-Smith)

03/26/2021

12:12 AM Ruby master Feature #17749: Const source location without name
I agree that `source_location` would be better for this new feature, since it is referring to the receiver of the cal... dylants (Dylan Thacker-Smith)

08/04/2020

07:57 PM Ruby master Bug #14607: Fix use of the rb_profile_frames start parameter
The original patch has a merge conflict. However, I have opened a pull request with the fix for this issue (https://... dylants (Dylan Thacker-Smith)

Also available in: Atom