nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 02/05/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 49 | 860 | 909 |
| Reported issues | 25 | 295 | 320 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
Today
-
09:18 AM Ruby Revision 9ebef81e (git): Relax thresholds for compaction verification
- These tests failed with RHEL10 again.
-
04:43 AM Ruby Feature #19107: Allow trailing comma in method signature
- What about the lambda arguments?
commit:731b6092e9268af960bf0f060e37504f4deb7380 seems not to allow `->(a,) {}`.
02/22/2026
-
11:00 AM Ruby Revision c71999e8 (git): [DOC] Update the date in man pages
-
10:59 AM Ruby Revision dcdec8c2 (git): [DOC] Check if date in man pages is up-to-date
-
02:27 AM Ruby Bug #21919 (Rejected): `libruby-static.a` links to wrong `Init_enc`
- `--with-static-linked-ext` means the extension libraries including encodings are linked to the ruby executable or library.so.
`-static.a` is not intended to link these extensions. -
02:06 AM Ruby Revision 9efde1f2 (git): [DOC] Specify the HTML output path explicitly
02/21/2026
-
05:31 AM Ruby Revision a0d9b69c (git): colorize: [DOC] Add documents
-
05:30 AM Ruby Revision 2794351c (git): colorize: Refactor #initialize
- Use keyword arguments and extract repeated regexps as constant.
-
05:30 AM Ruby Revision 1fb58853 (git): colorize: Make internal methods/constants private
-
05:30 AM Ruby Revision 769b8de4 (git): colorize: Support background color