Nobuyoshi Nakada

Results 126 issues of Nobuyoshi Nakada

Ensure consistent indentation within the file. Or at least it should be consistent within each function.

Fix "Skipping Gem::PackageTask tests. rake not found." during test-all. Since mswin versions use `.\ruby.exe` not `exe/ruby`, another means is needed.

Since the 'z' modifier for `size_t` is specified in C99, but is not supported in VC2013, until we drop support for VC2013, we have to use `PRIuSIZE` instead.

gcc 13 seems failing to detect initialization conditions in this case. ``` $ gcc-mp-13 --version gcc-mp-13 (MacPorts gcc13 13.2.0_3+stdlib_flag) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free...

When failed in `require`, it always shows just the path of the rubygems code and useless.

### Describe the bug License "ruby" in a gemspec file is ignored. ### Steps to reproduce the behavior 1. Make a gemspec file, `test/test.gemspec`: ```ruby Gem::Specification.new do |spec| spec.name =...

## What was the end-user or developer problem that led to this PR? This is a fix-up of #7483. Test method names in Rubygems are often very long, and the...

Allow methods to declare that they don't accept a block via `&nil`.