Nobuyoshi Nakada

Results 159 comments of Nobuyoshi Nakada

And this has conflicts probably because of wrong base commit. You should fix it first.

Clear unexpected reverting changes.

Shouldn’t this change too? ```ruby m = Module.new m::N = Module.new m::N::O = Module.new m.set_temporary_name("foo") p m::N::O ```

[set_temporary_name.patch](https://github.com/user-attachments/files/18582464/set_temporary_name.patch)

ruby-bench tests failures are: - `RData` - deivid-rodriguez/byebug#924 - socketry/cool.io#85 - ruby-concurrency/concurrent-ruby#1096 - `rb_postponed_job_register_one` - tmm1/stackprof#240

When `RUBY_PAGER` or `PAGER` is set to empty, CRuby just send the message to stdout without pager: ```console $ RUBY_PAGER= PAGER= ruby --help Usage: ruby [options] [--] [filepath] [arguments] ......

Both seem loaded via `iseq_loader_checker.rb` from `test/runner.rb`.

Apart from this PR, [Always treat encoding as TYPEDDATA](https://github.com/ruby/ruby/pull/15455/commits/47299639bd4105085e20ecb734851abc7792bf36) should be merged, I think.

Please discuss a new feature at [the Issue Tracking System](https://bugs.ruby-lang.org/issues) first.

I can't reproduce the second issue "chtype conversion test failure" with Apple clang version 17.0.0. And Apple clang version 21 doesn't look released yet. Are you using developers beta or...