mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 12/05/2024
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
Today
-
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...
04/08/2025
-
05:34 PM Ruby Bug #21256 (Assigned): `it` value is wrapped in an array when that doesn't happen with numbered parameter
- Here is a repro without rspec.
```ruby
class C
define_method(:foo) do
p it
end
end
class D < C
... -
08:47 AM Ruby Bug #21220: Memory corruption in update_line_coverage() [write at index -1]
- byroot (Jean Boussier) wrote in #note-7:
> Can source line ever legitimately be `0`?
With `eval`, it can. It can ... -
08:32 AM Ruby Bug #21220: Memory corruption in update_line_coverage() [write at index -1]
- @mbcodeandsound Just FYI, I bet you meant to write `!(1..16).cover?(channel)` in the following line.
https://git...
Also available in: Atom