eileencodes (Eileen Uchitelle)
- Login: eileencodes
- Registered on: 03/01/2015
- Last sign in: 12/03/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 3 | 25 | 28 |
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
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...
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... - 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...
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!
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...
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 - 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...
08/21/2024
- 03:37 PM Ruby master Revision 7ad74d16 (git): [PRISM] Implement unused block warning
- Related: ruby/prism#2935
07/24/2024
- 01:45 AM Ruby master Revision b4a02502 (git): [PRISM] Fix block param instructions when it has a recevier
- In the following code:
```ruby
def foo(&blk)
blk.call
end
```
Prism was using the `getblockparam` instruction but... - 01:45 AM Ruby master Revision 70d4dcb7 (git): [Prism] Use `putnil` for nil kwargs, not `putobject {}`
- This addresses one of the issues in the `test_kw_splat_nil` failure, but
doesn't make the test pass because of other ...
Also available in: Atom