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
09/15/2025
-
03:13 PM Ruby Revision 61df1253 (git): [DOC] Markup code in `Float::MIN` document
-
02:18 PM Ruby Revision 23c04a9b (git): [DOC] Markup as markdown
-
01:14 PM Ruby Revision 70210aca (git): [ruby/optparse] Prefer `Proc` over `Method`
- The performances are: block > proc > method object.
https://github.com/ruby/optparse/commit/9ec5d1d582 -
08:11 AM Ruby Revision e19bb993 (git): CI: Remove "combo build tests" in Compilations [ci skip]
- These tests are run in the dedicated workflows for JITs.
-
08:02 AM Ruby Revision 6d2f93f1 (git): [ruby/date] Suppress maybe-uninitialized warning by gcc-13
- https://github.com/ruby/date/commit/afaa4a997b
-
07:00 AM Ruby Revision 9f024c22 (git): Share `TestObject::ToStrCounter` class
-
05:56 AM Ruby Revision cb35cc63 (git): Make PRISM_BUILD_DIR even when baseruby is available
- It is needed before updating the timestamp for prism/srcs.mk.
-
04:05 AM Ruby Revision f18af456 (git): Set `$extmk` in extmk.rb
- Get rid of `File.identical?` on a WebDAV-mounted drive.