mugikurash (Shuta Mugikura)
- Login: mugikurash
- Registered on: 08/26/2025
- Last sign in: 08/27/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
08/27/2026
-
09:27 AM Ruby Bug #22269: `Coverage.line_stub` clobbers already-collected coverage data
- Patch: https://github.com/ruby/ruby/pull/18533
-
09:26 AM Ruby Bug #22269 (Open): `Coverage.line_stub` clobbers already-collected coverage data
- `Coverage.line_stub` compiles the file with `compile_file` only to read the ISeq's `trace_points`. Since https://bugs.ruby-lang.org/issues/22018 `compile_file` registers the file into the coverage table, so calling `line_stub` while `Cov...