
23 May
2024
23 May
'24
5:15 a.m.
Issue #20183 has been updated by hsbt (Hiroshi SHIBATA). https://github.com/ruby/ruby/pull/10832 for Ruby 3.1 ---------------------------------------- Bug #20183: `erb/escape.so` cannot be loaded when `--with-static-linked-ext` https://bugs.ruby-lang.org/issues/20183#change-108401 * Author: nobu (Nobuyoshi Nakada) * Status: Closed * Backport: 3.1: DONE, 3.2: DONE, 3.3: DONE ---------------------------------------- Since `cgi/escape.c` and `erb/escape.c` are both initialized by `Init_escape()` functions, both call the same function in `extinit.c`. -- https://bugs.ruby-lang.org/