petekinnecom (Pete Kinnecom)
- Login: petekinnecom
- Registered on: 05/29/2025
- Last sign in: 05/30/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/30/2025
-
11:56 PM Ruby Bug #21384: const_added is triggered twice when using autoload
- I see, thank you for the clarification!
05/29/2025
-
11:02 PM Ruby Bug #21384 (Closed): const_added is triggered twice when using autoload
- As the title says, I've noticed that `const_added` is invoked twice when using `autoload`. I'm wondering if this behavior is intended or perhaps a bug. Here's a small script to reproduce what I'm seeing:
``` ruby
require "tmpdir"
...