yui-knk (Kaneko Yuichiro)
- Login: yui-knk
- Registered on: 02/17/2014
- Last sign in: 09/05/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 23 | 24 |
Reported issues | 1 | 30 | 31 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 12/07/2015 |
Backport187 | Committer | 12/07/2015 |
Backport191 | Committer | 12/07/2015 |
Backport192 | Committer | 12/07/2015 |
Backport193 | Committer | 12/07/2015 |
Backport200 | Committer | 12/07/2015 |
Backport21 | Committer | 12/07/2015 |
Backport22 | Committer | 12/07/2015 |
Ruby 1.8 | Committer | 12/07/2015 |
Ruby master | Committer | 12/07/2015 |
Activity
09/02/2024
- 11:40 PM Ruby master Bug #20695 (Closed): Elevated GC allocations in parse.y parser
- Applied in changeset commit:git|c93d07ed7448f332379cf21b4b7b649b057e5671.
----------
[Bug #20695] Do not create need... - 11:40 PM Ruby master Revision c93d07ed (git): [Bug #20695] Do not create needless string object in parser
- `set_parser_s_value` does nothing in parser therefore no need to
create string object in parser `set_yylval_node`.
#...
08/27/2024
- 12:59 AM Ruby master Revision 52c4d0e0 (git): Remove `enc_coderange_broken` field from `struct rb_parser_config_struct`
- It has not been used since fcc55dc2261b4c61da711c10a5476d05d4391eca.
08/26/2024
- 12:08 AM Ruby master Revision 2e07c130 (git): Remove nonexist declarations
- These functions were removed by 33c1e082d0807db403a2d93cbf0a094c911.
08/02/2024
- 02:37 AM Ruby master Revision 66cbafc6 (git): Refactor to use `tokenize_ident` instead of `TOK_INTERN` and `set_yylval_name`
07/30/2024
- 03:48 AM Ruby master Revision 7ea678b2 (git): Add array test cases for `TestParse#test_define_singleton_error`
07/28/2024
- 11:01 PM Ruby master Revision 3f40ceba (git): Specify `LAST_NODE` for `NODE_DEFINED`
- For example:
```
defined?(1)
```
Before:
```
# @ NODE_SCOPE (id: 2, line: 1, location: (1,0)-(1,11))
# +- nd_tbl: ...
07/26/2024
- 01:29 AM Ruby master Revision 2c76bb7e (git): Remove `struct RNode_VALUES`
- This was removed by a5cc6341c0688c346f70098652b2375c03df40aa.
07/25/2024
- 10:29 PM Ruby master Revision f2728c33 (git): Change RESBODY Node structure
- Extracrt exception variable into `nd_exc_var` field
to keep the original grammar structure.
For example:
```
begin
... - 04:23 AM Ruby master Revision 357ae357 (git): Dump forwarding field of `struct rb_args_info` and `struct RNode_BLOCK_PASS`
Also available in: Atom