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 | 1 | 146 | 147 |
Reported issues | 14 | 327 | 341 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Security team, Infrastructure team | 05/28/2008 |
Like
Activity
04/17/2025
-
10:59 AM Ruby Revision 25efd09c (git): sample/trick2025/: adds the top-five entries of TRICK 2025
- See https://github.com/tric/trick2025 for TRICK 2025.
-
10:59 AM Ruby Revision 6556a7be (git): Temporarily stop the trailing-space check in CI
- I will restore the check after the preview release
04/16/2025
-
01:36 AM Ruby Misc #21154: Document or change Module#autoload?
- akr (Akira Tanaka) wrote in #note-28:
> I think it is possible to avoid that by checking caller_locations.
As for...
04/15/2025
-
08:41 AM Ruby Misc #21154: Document or change Module#autoload?
- I had a quick chat with @akr.
`Zeitwerk::Loader.for_gem.setup` identifies its caller file (i.e., the entrypoint fi...
04/10/2025
-
04:02 PM Ruby Misc #21154: Document or change Module#autoload?
- Aha, when test.rb is required, currently `autoload` does (almost) nothing because test.rb is already being required, ...
-
03:26 PM Ruby Misc #21154: Document or change Module#autoload?
- @fxn Sorry for the delay. I finally watched your video.
I'm not exactly sure what you meant by "const_get hook", b...
04/09/2025
-
02:46 PM Ruby Bug #21220 (Closed): Memory corruption in update_line_coverage() [write at index -1]
- Applied in changeset commit:git|0d6263bd416338a339651fb97fe4d62701704c4b.
----------
Fix coverage measurement for ne... -
11:01 AM Ruby Bug #21220: Memory corruption in update_line_coverage() [write at index -1]
- I created a PR.
https://github.com/ruby/ruby/pull/13089
The PR should prevent `RUBY_EVENT_COVERAGE_LINE` from f... -
02:45 PM Ruby Revision 0d6263bd (git): Fix coverage measurement for negative line numbers
- Fixes [Bug #21220]
Co-Authored-By: Mike Bourgeous <mike@mikebourgeous.com>
Co-Authored-By: Jean Boussier <jean.bouss... -
11:04 AM Ruby Bug #21259 (Assigned): The Prism compiler wrongly creates a line number of zero
- test.rb
```
TracePoint.new(:line) do |tp|
p tp
end.enable
load "./target.rb"
```
target.rb
```
if true...
Also available in: Atom