General

Profile

eileencodes (Eileen Uchitelle)

  • Login: eileencodes
  • Registered on: 03/01/2015
  • Last connection: 06/02/2023

Issues

open closed Total
Assigned issues 0 1 1
Reported issues 0 5 5

Activity

09/27/2023

10:36 PM Ruby master Revision 54bbf9a6 (git): [PRISM] Implement MatchLastLineNode
This PR implements `MatchLastLineNode` for Prism.
Related: ruby/prism#1335
eileencodes (Eileen Uchitelle)
03:25 PM Ruby master Revision 2bc243b3 (git): [YARP] Implement regex flags
This fixes the TODO in the code that was passing 0 instead of the regex
flags.
eileencodes (Eileen Uchitelle)

08/23/2023

04:09 AM Ruby master Revision b92d599e (git): Fix typo in anonymous class string
If anonymous was shorted it should be `anon` not `annon`. Fixes typo in
APPEND_S for anonymous classes.
eileencodes (Eileen Uchitelle)

07/01/2023

05:17 AM Ruby master Revision 06dae460 (git): Copy cvar table on clone
When a class with a class variable is cloned we need to also copy the
cvar cache table from the original table to the...
eileencodes (Eileen Uchitelle)
05:17 AM Ruby master Revision 8a3d5797 (git): Fix cvar caching when class is cloned
The class variable cache that was added in
https://github.com/ruby/ruby/pull/4544 changed the behavior of class
varia...
eileencodes (Eileen Uchitelle)
05:17 AM Ruby master Revision 038913f1 (git): Add missing write barrier
We were missing the write barrier for class_value to cref. This should
fix the segv we were seeing in http://ci.rvm.j...
eileencodes (Eileen Uchitelle)

06/05/2023

06:11 PM Ruby master Revision 40f090f4 (git): Revert "Revert "Fix cvar caching when class is cloned""
This reverts commit 10621f7cb9a0c70e568f89cce47a02e878af6778.
This was reverted because the gc integrity build start...
eileencodes (Eileen Uchitelle)
06:11 PM Ruby master Revision 135a5eb7 (git): Add missing write barrier
We were missing the write barrier for class_value to cref. This should
fix the segv we were seeing in http://ci.rvm.j...
eileencodes (Eileen Uchitelle)

06/02/2023

07:49 PM Ruby master Bug #19707 (Closed): Backport openssl fix to ruby_3_2 branch
Hi! While working on backports to fix another bug, I noticed that the openssl tests for Visual Studio code were faili... eileencodes (Eileen Uchitelle)

06/01/2023

03:52 PM Ruby master Revision 77d1b082 (git): Fix cvar caching when class is cloned
The class variable cache that was added in
https://github.com/ruby/ruby/pull/4544 changed the behavior of class
varia...
eileencodes (Eileen Uchitelle)

Also available in: Atom