General

Profile

nobu (Nobuyoshi Nakada)

  • Login: nobu
  • Email: nobu@ruby-lang.org
  • Registered on: 04/27/2008
  • Last sign in: 04/27/2024

Issues

open closed Total
Assigned issues 33 844 877
Reported issues 21 305 326

Projects

Project Roles Registered on
Ruby Committer 07/18/2008
Backport186 Committer 10/14/2009
Backport187 Committer 07/15/2008
Backport191 Committer 05/16/2009
Backport192 Committer 08/02/2010
Backport193 Committer 08/24/2011
Backport200 Committer 02/17/2013
Backport21 Committer 12/21/2013
Backport22 Committer 12/19/2014
Ruby 1.8 Committer 04/27/2008
Ruby master Committer 04/27/2008

Like

Activity

04/26/2024

10:22 AM Ruby master Revision 500586b4 (git): Set executable on rdoc-srcdir [ci skip]
nobu (Nobuyoshi Nakada)
09:17 AM Ruby master Revision 762491db (git): [DOC] Caveat about "allocate then wrap"
nobu (Nobuyoshi Nakada)
08:28 AM Ruby master Feature #20444: Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
That example does not need `Ractor`.
```ruby
class MyStop < ::StopIteration
attr_reader :result
def initial...
nobu (Nobuyoshi Nakada)
06:16 AM Ruby master Bug #20457: Final `return` is eliminated from the AST
Optimizations in the parser such as `reduce_nodes` that are not intended for the VM will no longer be necessary.
htt...
nobu (Nobuyoshi Nakada)

04/25/2024

12:05 PM Ruby master Bug #20452: Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
Does this help you?
https://github.com/nobu/ruby/tree/mainstackaddr
nobu (Nobuyoshi Nakada)
11:38 AM Ruby master Bug #20452: Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
`make DEFS=-DMAINSTACKADDR_AVAILABLE=0 thread.o` seems working. nobu (Nobuyoshi Nakada)

04/24/2024

02:07 PM Ruby master Bug #20452: Ruby 3.3 on Alpine Linux results in a relatively shallow SystemStackError exception
Does `configure` with `ac_cv_func_pthread_get_stackaddr_np=no` change something? nobu (Nobuyoshi Nakada)
09:02 AM Ruby master Revision 91ff2fd9 (git): Fix dllimport warnings
From Visual C:
```
../../../../../src/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c(5): warning C4273...
nobu (Nobuyoshi Nakada)
03:33 AM Ruby master Feature #20444 (Feedback): Kernel#loop: returning the "result" value of StopIteration doesn't work when raised directly
nobu (Nobuyoshi Nakada)
03:06 AM Ruby master Revision 66edc33f (git): [DOC] Wait for `docs` to complete before installing all
The document directories may be incomplete or empty before `docs` is
completed.
nobu (Nobuyoshi Nakada)

Also available in: Atom