nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 11/09/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 44 | 859 | 903 |
| Reported issues | 23 | 286 | 309 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Contributor | 04/27/2008 |
Activity
11/12/2025
-
10:27 PM Ruby Revision be86e7c5 (git): [ruby/io-wait] Define ABI version
- https://github.com/ruby/io-wait/commit/ad6f47fd3a
-
02:26 PM Ruby Revision 6a055451 (git): [ruby/io-wait] No method definition is always ractor-safe
- https://github.com/ruby/io-wait/commit/44b68fc51b
-
02:10 PM Ruby Revision ab13ece6 (git): [ruby/io-wait] Drop support for ruby 2.7
- https://github.com/ruby/io-wait/commit/dad4c70f2a
-
02:10 PM Ruby Revision b4b0cd4a (git): [ruby/io-wait] Drop support for ruby 3.0
- https://github.com/ruby/io-wait/commit/62626dae8c
-
02:10 PM Ruby Revision ff4f9b88 (git): [ruby/io-wait] Drop support for ruby 3.1
- https://github.com/ruby/io-wait/commit/33efb55d0e
-
01:48 PM Ruby Revision b1c578d8 (git): [ruby/io-wait] Start 0.4.0
- https://github.com/ruby/io-wait/commit/f5c81139dd
-
01:48 PM Ruby Revision b70f5afb (git): [ruby/io-wait] Remove `IO#nread` and `IO#ready?
- https://github.com/ruby/io-wait/commit/1decadc7f9
-
01:23 PM Ruby Revision 4adb79f8 (git): [ruby/io-wait] Deprecate `IO#nread` and `IO#ready?`
- To use these methods, busy loop is necessary somewhere.
Use other method to wait instead.
https://github.com/ruby/io-wait/commit/8ff4821cea -
01:23 PM Ruby Revision b072c399 (git): [ruby/io-wait] Bump up to 0.3.6
- https://github.com/ruby/io-wait/commit/bf41116ff5
-
01:19 PM Ruby Revision edb8296b (git): Make alias `Ractor#value` only if undefined
- `Ractor#value` replaces `Ractor#take`; if the former is defined the
latter is undefined, and vice versa.