mame (Yusuke Endoh)
- Login: mame
- Email: [email protected]
- Registered on: 05/28/2008
- Last sign in: 06/28/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 146 | 148 |
Reported issues | 19 | 329 | 348 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Security team, Infrastructure team | 05/28/2008 |
Like
Activity
06/30/2025
-
07:00 AM Ruby Revision fd59ac64 (git): vm_backtrace.c: add RB_GC_GUARD for `name` in location_format
- `name` is used via `RSTRING_PTR` within rb_str_catf, which may allocate
and thus potentially trigger GC. Although `na...
06/24/2025
-
02:45 AM Ruby Misc #20968: `Array#fetch_values` unexpected method name in stack trace
- Thanks, I fixed the issue by commit:3546cedde3f6f46f00fd67b73081cbfbb83144de.
```
$ ./miniruby -ve '[1,2].inject(... -
02:39 AM Ruby Revision a18fa863 (git): Change how to correct the first lineno in the backtrace on ArgumentError
- Follow up to fix 3b7373fd00a0ba456498a7b7d6de2a47c96434a2.
In that commit, the line number in the first frame was ove... -
02:39 AM Ruby Revision 3546cedd (git): Set up callable_method_entry for DUMMY frame on ArgumentError
- Before the patch:
```
$ ./miniruby -e '[1, 2].inject(:tap)'
-e:1:in '<main>': wrong number of arguments (given 1, exp...
06/18/2025
-
08:44 AM Ruby Misc #20968: `Array#fetch_values` unexpected method name in stack trace
- I have updated the behavior to (mostly) suppress the display of `<internal:...>` frames in a backtrace. The algorithm...
-
05:52 AM Ruby Misc #20968 (Closed): `Array#fetch_values` unexpected method name in stack trace
- Applied in changeset commit:git|10767283dd0277a1d780790ce6bde67cf2c832a2.
----------
Exclude internal frames from ba... -
05:51 AM Ruby Revision ca10c521 (git): refactor: rename bt_update_cfunc_loc to bt_backpatch_loc
- In preparation for using it to update not only cfunc frames but also
internal frames, the function (and related varia... -
05:51 AM Ruby Revision 10767283 (git): Exclude internal frames from backtrace
- This changeset suppresses backtrace locations like
`<internal:array>:211` as much as possible.
Before the patch:
```... -
05:51 AM Ruby Revision b7cb29b6 (git): Add a test for the previous commit
-
05:51 AM Ruby Revision 2606a36a (git): Update bundled version of debug and use the dev version of irb
Also available in: Atom