Actions
Bug #18981
closedBackport bundle loader option to stable versions
Bug #18981:
Backport bundle loader option to stable versions
Description
https://github.com/ruby/ruby/pull/6193 is needed by macOS 13.0(Ventura).
I created the following patches.
- for Ruby 2.7: https://github.com/ruby/ruby/pull/6297
- for Ruby 3.0: https://github.com/ruby/ruby/pull/6298
- for Ruby 3.1: https://github.com/ruby/ruby/pull/6296
I'm not sure mjit_worker.c changes are correct.
@katei (Yuta Saito) or @k0kubun (Takashi Kokubun) Can you review them?
Updated by hsbt (Hiroshi SHIBATA) about 3 years ago
- Assignee set to katei (Yuta Saito)
Ruby 3.1 has passed all the tests with make check. Ruby 2.7 and Ruby 3.0 failed some tests like Socket. But these are not related to these changes.
Updated by hsbt (Hiroshi SHIBATA) about 3 years ago
- Backport changed from 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN to 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED
Updated by k0kubun (Takashi Kokubun) about 3 years ago
I'm not sure mjit_worker.c changes are correct.
Looks good to me.
Updated by hsbt (Hiroshi SHIBATA) about 3 years ago
- Status changed from Assigned to Closed
- Assignee changed from katei (Yuta Saito) to nagachika (Tomoyuki Chikanaga)
Updated by nagachika (Tomoyuki Chikanaga) about 3 years ago
- Backport changed from 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED to 2.7: REQUIRED, 3.0: REQUIRED, 3.1: DONE
Updated by hsbt (Hiroshi SHIBATA) about 3 years ago
- Related to Bug #19005: Ruby interpreter compiled XCode 14 cannot build some native gems on macOS added
Updated by hsbt (Hiroshi SHIBATA) about 3 years ago
- Backport changed from 2.7: REQUIRED, 3.0: REQUIRED, 3.1: DONE to 2.7: DONE, 3.0: DONE, 3.1: DONE
Actions