General

Profile

stanhu (Stan Hu)

  • Login: stanhu
  • Registered on: 01/08/2018
  • Last sign in: 03/20/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 7 8

Activity

01/22/2024

12:57 AM Ruby master Revision 67b00f72 (git): Make tests play with upstream Ruby tests
CI broke in https://github.com/ruby/ruby/pull/9604 because if any Ruby
tests run `require 'net/http'`, they will poll...
stanhu (Stan Hu)

01/13/2024

04:17 AM Ruby master Bug #20181: Process.wait(-1) doesn't report exited child processes if WAITPID_USE_SIGCHLD is enabled
Yes, thanks, this definitely looks like the same issue. Thanks for filing that issue and getting the patches merged.
...
stanhu (Stan Hu)

01/12/2024

05:12 PM Ruby master Bug #20181: Process.wait(-1) doesn't report exited child processes if WAITPID_USE_SIGCHLD is enabled
This might be a duplicate of https://bugs.ruby-lang.org/issues/19322. stanhu (Stan Hu)
05:04 PM Ruby master Bug #20181 (Closed): Process.wait(-1) doesn't report exited child processes if WAITPID_USE_SIGCHLD is enabled
From Ruby 2.6 to 3.2, `Process.wait(-1)` doesn't return in a timely manner if a spawned, detached process is still ru... stanhu (Stan Hu)

12/26/2023

03:33 PM Ruby master Bug #20088 (Open): Ruby 3.3.0 does not cross-complie on arm64-darwin
To reproduce:
```shell
docker run -it ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0.rc2-mri-arm64-darwin b...
stanhu (Stan Hu)

08/23/2023

04:49 AM Ruby master Bug #19005: Ruby interpreter compiled XCode 14 cannot build some native gems on macOS
We can close this now that XCode 14.3, which ships with clang 14.0.3, now fixes this issue: https://github.com/python... stanhu (Stan Hu)

01/10/2023

09:20 AM Ruby master Bug #19005: Ruby interpreter compiled XCode 14 cannot build some native gems on macOS
nobu (Nobuyoshi Nakada) wrote in #note-33:
> Adding `-no_fixup_chains -undefined dynamic_lookup` together will break...
stanhu (Stan Hu)

01/07/2023

06:55 PM Ruby master Bug #19005: Ruby interpreter compiled XCode 14 cannot build some native gems on macOS
Submitted https://github.com/ruby/ruby/pull/7086. stanhu (Stan Hu)
06:28 PM Ruby master Bug #19005: Ruby interpreter compiled XCode 14 cannot build some native gems on macOS
A possible fix is to squelch this warning via `-no_fixup_chains`:
```diff
diff --git a/configure.ac b/configure.a...
stanhu (Stan Hu)
06:20 PM Ruby master Bug #19005: Ruby interpreter compiled XCode 14 cannot build some native gems on macOS
stanhu (Stan Hu)

Also available in: Atom