Nobuyoshi Nakada

Results 157 comments of Nobuyoshi Nakada

@coder2000 Could you show your mkmf.log file?

> Changed backticks in tables to ``...``; backticks don't work in tables. According to https://github.com/ruby/ruby/actions/runs/19883240184, backticks look working even in tables.

> @nobu, if you don't object: This time tomorrow I'll close this PR and open a new one that's properly based on the current state of ruby/ruby. Sorry to be...

`MatchData#inspect` escapes substrings as well. The current description is correct.

I don't think it is preferable to call `Child#inspect` over the delegated `pretty_print`, as calling `inspect` is an indirect fallback. A possible mitigation would be to respect `pretty_print` (or `pretty_print_cycle`)...