nobu (Nobuyoshi Nakada)
- Login: nobu
- Email: nobu@ruby-lang.org
- Registered on: 04/27/2008
- Last sign in: 07/03/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 44 | 859 | 903 |
Reported issues | 25 | 282 | 307 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Contributor | 04/27/2008 |
Like
Activity
07/05/2025
-
07:57 AM Ruby Feature #21386: Introduce `Enumerable#join_map`
- This code would show the difference more clearly.
```ruby
[[1,2],3].map {|n|[n]}.join("|") #=> "1|2|3"
[[1,2],3]... -
07:50 AM Ruby Feature #21386: Introduce `Enumerable#join_map`
- prateekkish@gmail.com (Prateek Choudhary) wrote in #note-2:
> PR: https://github.com/ruby/ruby/pull/13792
This di...
07/03/2025
-
12:44 PM Ruby Revision 4592d637 (git): Suppress a warning in code for SOCKS5
-
06:46 AM Ruby Revision a020e349 (git): [DOC] Deleted the description about 2.2 and earlier
-
06:44 AM Ruby Revision c31bfd54 (git): [DOC] Fix markup in security.rdoc
-
05:29 AM Ruby Revision 9782bd52 (git): Drop HTTP support in downloader.rb
- The only use case is access to `repo.or.cz`, and it redirects HTTP
requests to HTTPS now. -
05:29 AM Ruby Revision 319062e4 (git): Prefer autotools repository mirror for build-aux files
- gcc master is still using 2021 version files.
-
05:29 AM Ruby Revision 5817e58a (git): Extract last-modified time after fetch completes
-
03:36 AM Ruby Bug #21500 (Closed): Backport gcc 15 support
- commit:b42afa1dbcb Suppress gcc 15 unterminated-string-initialization warnings
commit:f1f0cc14cc7 Separate `__has_at...
07/02/2025
-
03:37 AM Ruby Revision d3146731 (git): CI: Fix appending to an array
- Parentheses are required to add a new element to an array, not to the
first element of the array.
Also available in: Atom