stanhu (Stan Hu)
- Login: stanhu
- Registered on: 01/08/2018
- Last sign in: 07/23/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 3 | 10 | 13 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Contributor | 03/03/2025 |
Like
Activity
07/23/2025
-
08:23 PM Ruby Bug #21519 (Closed): `configure` script in Ruby tarballs should be generated with autoconf 2.72+ for C23 compilers
-
08:22 PM Ruby Bug #21519: `configure` script in Ruby tarballs should be generated with autoconf 2.72+ for C23 compilers
- Oh, this is a duplicate of https://bugs.ruby-lang.org/issues/21340.
-
08:21 PM Ruby Bug #21519 (Closed): `configure` script in Ruby tarballs should be generated with autoconf 2.72+ for C23 compilers
- The `autoconf` used to generate `configure` in the Ruby source downloads needs to be updated from 2.71 to 2.72 to fix...
03/06/2025
-
07:25 AM Ruby Bug #21169: "try to mark T_NONE object" with 3.3.7
- alanwu (Alan Wu) wrote in #note-1:
> You seem to have using a patched ruby, which makes the backtrace less helpful. ...
03/04/2025
-
06:39 PM Ruby Bug #21169 (Open): "try to mark T_NONE object" with 3.3.7
- We have been intermittent `try to mark T_NONE object` erorrs in CI using Ruby 3.3.7. For example:
```
/builds/git...
02/03/2025
-
10:47 PM Ruby Bug #21111 (Assigned): RbConfig::CONFIG['CXX'] quietly set to "false" when Ruby cannot build C++ programs
- As reported in https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/2222 and https://trac.macports.org/ticke...
01/15/2025
-
10:52 PM Ruby Feature #21042 (Assigned): Add and expose Thread#memory_allocations memory allocation counters
- For the last 5 years, we've been patching our Ruby interpreter with https://github.com/ruby/ruby/pull/3978 in order t...
08/18/2024
-
09:02 AM Ruby Revision 65fed1c3 (git): Allow waitpid(-1, Process::WNOHANG) to be woken if a waitpid(pid) is
- ...pending
If two threads are running, with one calling waitpid(-1, Process::WNOHANG),
and another calling waitpid($...
05/15/2024
-
04:21 AM Ruby Bug #20490: Process.waitpid2(-1, Process::WNOHANG) misbehaves on Ruby 3.1 & 3.2 with detached process
- I've opened fixes here:
* 3.2: https://github.com/ruby/ruby/pull/10771
* 3.1: https://github.com/ruby/ruby/pull/1... -
03:39 AM Ruby Bug #20490: Process.waitpid2(-1, Process::WNOHANG) misbehaves on Ruby 3.1 & 3.2 with detached process
- I think this patch in the `ruby_3_2` branch fixes the problem:
```diff
diff --git a/process.c b/process.c
index 354e...
Also available in: Atom