nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 11/01/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/06/2025
-
06:25 PM Ruby Revision a7eba545 (git): [Backport #21625] Allow io/wait methods with `IO#ungetc` in text mode
-
06:23 PM Ruby Revision f2fd5b3b (git): [Backport #21638] Mark ractor-local `$VERBOSE` and `$DEBUG`
- https://github.com/sampersand/blog/blob/master/the%20-s%20flag.md#the-segfault
-
11:25 AM Ruby Bug #21666: Math.lgamma(-1).should == [infinity_value, 1] fails with Fedora glibc-2.42.9000-8.fc44
- Is this correct?
https://github.com/ruby/ruby/compare/master...nobu:ruby:lgamma-unspecified-values?expand=1 -
11:09 AM Ruby Revision 8c95c9d5 (git): Dispatch by platform at load
- `RUBY_PLATFORM` should be invariant within the same process.
-
11:09 AM Ruby Revision 89056f4a (git): [DOC] Stop documentation for internals
- Stop documentation for undocumented private constants and private
class methods. And align private method definition styles.
Also `Socket.tcp_with_fast_fallback` looks private as well as
`Socket.tcp_without_fast_fallback`.
11/05/2025
-
10:07 AM Ruby Revision ae7415c2 (git): [ruby/strscan] [DOC] no doc for internal methods
- https://github.com/ruby/strscan/commit/5614095d9c
-
07:17 AM Ruby Revision 439ca043 (git): [ruby/strscan] Deprecate constant `Id`
- `$Id$` is for RCS, CVS, and SVN; no information with GIT.
https://github.com/ruby/strscan/commit/9e3db14fa2 -
07:06 AM Ruby Revision 27b1500e (git): [ruby/strscan] [DOC] Add document of StringScanner::Error
- https://github.com/ruby/strscan/commit/16ec901356
-
05:13 AM Ruby Revision f8e9bccd (git): [ruby/strscan] Deprecate undocumented toplevel constant `ScanError`
- https://github.com/ruby/strscan/commit/b4ddc3a2a6
-
04:54 AM Ruby Revision c85ef2ca (git): [ruby/strscan] ISO C90 forbids mixed declarations and code
- Cannot use C99 syntax, as far as supporting Ruby 2.6 and earlier.
https://github.com/ruby/strscan/commit/f6d178fda5