mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 04/16/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
Today
-
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
06/11/2025
-
09:38 AM Ruby Feature #21435: Kernel#then_try as a conditional #then
- To be honest, when I see a code fragment like `.optional { it.decorate if it.respond_to? :decorate }`, I couldn't und...
Also available in: Atom