eileencodes (Eileen Uchitelle)
- Login: eileencodes
- Registered on: 03/01/2015
- Last sign in: 09/19/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 18 | 18 |
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
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 ...
07/19/2024
- 01:15 AM Ruby master Revision 69e65b9b (git): Fix interpolated sybmol node instructions
- If the symbol node is interpolated like this `:"#{foo}"` the instruction
sequence should be `putstring` followed by `...
07/18/2024
- 02:12 PM Ruby master Revision aa3030ac (git): Fix empty hash instruction
- When we have an empty hash the iseq should have a `newhash` but instead
had a `duphash`. To fix, check if the node's ...
07/10/2024
- 02:51 PM Ruby master Bug #20623: Unexpected behavior of blocks in Enumerator::Lazy#zip
- I tested this against a few versions of Ruby. In 2.7.x the first example returns `[1,2]`. But since 3.0.x it returns ...
Also available in: Atom