General

Profile

eileencodes (Eileen Uchitelle)

  • Login: eileencodes
  • Registered on: 03/01/2015
  • Last sign in: 01/07/2025

Issues

open closed Total
Assigned issues 3 37 40
Reported issues 0 6 6

Projects

Project Roles Registered on
Ruby Committer 10/07/2024
Backport187 Committer 10/07/2024
Backport191 Committer 10/07/2024
Backport192 Committer 10/07/2024
Backport193 Committer 10/07/2024
Backport200 Committer 10/07/2024
Backport21 Committer 10/07/2024
Backport22 Committer 10/07/2024
Ruby 1.8 Committer 10/07/2024
Ruby master Committer 10/07/2024

Like

Activity

01/07/2025

07:35 PM Ruby master Revision ad96c5a7 (git): [ruby/prism] Throw syntax error for endless method with `[]=`
Prism shoudld throw a syntax error for endless methods when the method
name uses brackets. Previously it would not. T...
eileencodes (Eileen Uchitelle)
07:21 PM Ruby master Bug #21010: Endless method definition of `[]=` is SyntaxError in parse.y but allowed in Prism
Fixed in https://github.com/ruby/prism/pull/3377 eileencodes (Eileen Uchitelle)

12/16/2024

03:51 PM Ruby master Revision a2123757 (git): [ruby/prism] Fix 3112 - disallow commas after block arg
Prism was already disallowing arguments after block args, but in
parse.y, any comma after a block arg is a syntax err...
eileencodes (Eileen Uchitelle)

12/11/2024

11:06 PM Ruby master Bug #20938 (Closed): Percent String literal delimiter impacts string contents with parse.y
Applied in changeset commit:git|9fe6fd86936ead769fe983feb5461ca4f192f16e.
----------
[ruby/prism] Fix percent delimi...
eileencodes (Eileen Uchitelle)
11:06 PM Ruby master Revision 9fe6fd86 (git): [ruby/prism] Fix percent delimiter strings with crlfs
parse.y treats CRLF as a LF and basically "normalizes" them before
parsing. That means a string like `%\nfoo\r\n` is...
eileencodes (Eileen Uchitelle)

10/04/2024

12:47 PM Ruby master Misc #20728: Propose Eileen Uchitelle as a core committer
Email send and PR opened here https://github.com/ruby/git.ruby-lang.org/pull/84
Thank you!
eileencodes (Eileen Uchitelle)

09/19/2024

03:28 PM Ruby master Misc #20728: Propose Eileen Uchitelle as a core committer
Thank you for nominating me Kevin, and the support those who have commented so far. It would be an honor to be accept... eileencodes (Eileen Uchitelle)

08/27/2024

08:53 PM Ruby master Revision 2157dcb5 (git): [ruby/prism] Add `contains_splat` flag
If we have a splat, add a flag for it named `contains_splat`.
https://github.com/ruby/prism/commit/5be97a75c8
eileencodes (Eileen Uchitelle)
08:01 PM Ruby master Revision 7462cc77 (git): [PRISM] Fix allocations for keyword splat params
Fixes the following allocations tests:
* `test_keyword_and_keyword_splat_parameter`
* `test_keyword_parameter`
* `te...
eileencodes (Eileen Uchitelle)

08/21/2024

03:37 PM Ruby master Revision 7ad74d16 (git): [PRISM] Implement unused block warning
Related: ruby/prism#2935 eileencodes (Eileen Uchitelle)

Also available in: Atom