nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 09/16/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 44 | 859 | 903 |
Reported issues | 23 | 285 | 308 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Contributor | 04/27/2008 |
Like
Activity
Today
-
01:42 PM Ruby Revision dd69a75f (git): fetch-bundled_gems.rb: Fix extraneous newline
- Print a concatenated string instead of `print`ing multiple strings,
since `$\` is set to `"\n"` because of `-l` comma... -
01:42 PM Ruby Revision b034a3df (git): bundled_gems_spec.rb: Remove useless `map`
- `Dir.[]` returns list of strings, `map(&:to_s)` does nothing.
-
01:42 PM Ruby Revision e7581988 (git): test-bundled-gems.rb: Allow wildcards in `BUNDLED_GEMS`
-
12:22 PM Ruby Revision ce1ed871 (git): Revert "Already git 2.32 is expected in doc/contributing/building_ruby.md"
- This reverts commit fbc7e935761d892ba6c031256ccbb914963e4ce1.
Failures with "GCC 8" and "clang 12".
```
/github/work... -
09:42 AM Ruby Revision 9c85a94f (git): vcs.rb: Drop support for ruby older than 2.6
-
05:34 AM Ruby Revision e92543e7 (git): Skip `TestSyncWithCommits` on other than particular platforms
- No one uses `sync_default_gems_with` on other platforms; it is used by
the dedicated workflow and a few developers only. -
05:34 AM Ruby Revision fbc7e935 (git): Already git 2.32 is expected in doc/contributing/building_ruby.md
-
04:42 AM Ruby Bug #21608 (Rejected): 三項演算子と break を組み合わせると SyntaxError
- In ruby code, operations with arguments without parentheses have quite lower precedence.
That code is inverting the ... -
02:23 AM Ruby Revision 885860d2 (git): Fix git version comparison
-
02:23 AM Ruby Revision 13a57c9c (git): sync_default_gems.rb: Set git configurations for EOL code of logs