General

Profile

eileencodes (Eileen Uchitelle)

  • Login: eileencodes
  • Registered on: 03/01/2015
  • Last sign in: 05/24/2024

Issues

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

Like

Activity

06/20/2024

04:42 PM Ruby master Feature #20589 (Open): Resize array in `rb_ary_freeze` and use `rb_ary_freeze` internally for arrays
GitHub PR https://github.com/ruby/ruby/pull/11030
This is a redo of https://github.com/ruby/ruby/pull/2640 and a n...
eileencodes (Eileen Uchitelle)

05/26/2024

10:11 AM Ruby master Revision 0f9e50b8 (git): Fix macos bug deleting too many files
Since #10209 we've been noticing that on macos after running `make
clean` the `coroutine/arm64/Context.S` file is mis...
eileencodes (Eileen Uchitelle)

05/24/2024

06:46 PM Ruby master Bug #20506: YJIT build error on aarch64 with Rust 1.78.0
The macos one is https://bugs.ruby-lang.org/issues/20495. Until https://github.com/ruby/ruby/pull/10699 is merged, yo... eileencodes (Eileen Uchitelle)

05/23/2024

07:30 PM Ruby master Revision c96b5791 (git): [ruby/prism] Raise `void value expression` in begin clauses
In some cases Prism was either not raising an appropriate `void value
expression` error, or raising that error when t...
eileencodes (Eileen Uchitelle)

05/21/2024

12:35 PM Ruby master Bug #20495: Running "make clean" deletes critical "coroutine/amd64/Context.S" file and causes "make" to fail
I wrote a fix for this a couple weeks ago. https://github.com/ruby/ruby/pull/10699 eileencodes (Eileen Uchitelle)

04/18/2024

09:21 PM Ruby master Revision 6443d690 (git): Don't mark empty singleton cc's
These cc's aren't managed by the garbage collector so we shouldn't try
to mark and move them.
eileencodes (Eileen Uchitelle)

03/26/2024

06:29 PM Ruby master Revision e16086b7 (git): Refactor init_copy gc attributes
This PR moves `rb_copy_wb_protected_attribute` and
`rb_gc_copy_finalizer` into a single function called
`rb_gc_copy_a...
eileencodes (Eileen Uchitelle)

03/05/2024

08:00 PM Ruby master Bug #20325: Enumerator.product.size bug with zero * infinite enumerators
I don't think this is a bug, the documentation and tests say the current behavior is intentional:
> "Returns the ...
eileencodes (Eileen Uchitelle)

02/23/2024

06:59 PM Ruby master Bug #20234 (Closed): Segfault parsing begin statement inside method definition receiver
Applied in changeset commit:git|50ace992c75724aac6765b944f9017e21901e276.
----------
[Bug #20234] Fix segv when pars...
eileencodes (Eileen Uchitelle)
06:59 PM Ruby master Revision 50ace992 (git): [Bug #20234] Fix segv when parsing begin statement in method definition
In a method definition, the `begin` may not have an `nd_body`. When that
happens we get a null expr back from `last_e...
eileencodes (Eileen Uchitelle)

Also available in: Atom