ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:109754] [Ruby master Bug#18981] Backport bundle loader option to stable versions
@ 2022-08-29  9:22 hsbt (Hiroshi SHIBATA)
  2022-08-29  9:29 ` [ruby-core:109755] " hsbt (Hiroshi SHIBATA)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hsbt (Hiroshi SHIBATA) @ 2022-08-29  9:22 UTC (permalink / raw)
  To: ruby-core

Issue #18981 has been reported by hsbt (Hiroshi SHIBATA).

----------------------------------------
Bug #18981: Backport bundle loader option to stable versions
https://bugs.ruby-lang.org/issues/18981

* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Priority: Normal
* Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
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 or @k0kubun Can you review them?



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:109755] [Ruby master Bug#18981] Backport bundle loader option to stable versions
  2022-08-29  9:22 [ruby-core:109754] [Ruby master Bug#18981] Backport bundle loader option to stable versions hsbt (Hiroshi SHIBATA)
@ 2022-08-29  9:29 ` hsbt (Hiroshi SHIBATA)
  2022-08-29 15:16 ` [ruby-core:109776] " k0kubun (Takashi Kokubun)
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hsbt (Hiroshi SHIBATA) @ 2022-08-29  9:29 UTC (permalink / raw)
  To: ruby-core

Issue #18981 has been updated by hsbt (Hiroshi SHIBATA).

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.


----------------------------------------
Bug #18981: Backport bundle loader option to stable versions
https://bugs.ruby-lang.org/issues/18981#change-98991

* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Priority: Normal
* Assignee: katei (Yuta Saito)
* Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
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 or @k0kubun Can you review them?



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:109776] [Ruby master Bug#18981] Backport bundle loader option to stable versions
  2022-08-29  9:22 [ruby-core:109754] [Ruby master Bug#18981] Backport bundle loader option to stable versions hsbt (Hiroshi SHIBATA)
  2022-08-29  9:29 ` [ruby-core:109755] " hsbt (Hiroshi SHIBATA)
@ 2022-08-29 15:16 ` k0kubun (Takashi Kokubun)
  2022-09-01 10:03 ` [ruby-core:109808] " hsbt (Hiroshi SHIBATA)
  2022-09-04  7:54 ` [ruby-core:109840] " nagachika (Tomoyuki Chikanaga)
  3 siblings, 0 replies; 5+ messages in thread
From: k0kubun (Takashi Kokubun) @ 2022-08-29 15:16 UTC (permalink / raw)
  To: ruby-core

Issue #18981 has been updated by k0kubun (Takashi Kokubun).


> I'm not sure mjit_worker.c changes are correct.

Looks good to me.

----------------------------------------
Bug #18981: Backport bundle loader option to stable versions
https://bugs.ruby-lang.org/issues/18981#change-99012

* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Priority: Normal
* Assignee: katei (Yuta Saito)
* Backport: 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED
----------------------------------------
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 or @k0kubun Can you review them?



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:109808] [Ruby master Bug#18981] Backport bundle loader option to stable versions
  2022-08-29  9:22 [ruby-core:109754] [Ruby master Bug#18981] Backport bundle loader option to stable versions hsbt (Hiroshi SHIBATA)
  2022-08-29  9:29 ` [ruby-core:109755] " hsbt (Hiroshi SHIBATA)
  2022-08-29 15:16 ` [ruby-core:109776] " k0kubun (Takashi Kokubun)
@ 2022-09-01 10:03 ` hsbt (Hiroshi SHIBATA)
  2022-09-04  7:54 ` [ruby-core:109840] " nagachika (Tomoyuki Chikanaga)
  3 siblings, 0 replies; 5+ messages in thread
From: hsbt (Hiroshi SHIBATA) @ 2022-09-01 10:03 UTC (permalink / raw)
  To: ruby-core

Issue #18981 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Assigned to Closed
Assignee changed from katei (Yuta Saito) to nagachika (Tomoyuki Chikanaga)

----------------------------------------
Bug #18981: Backport bundle loader option to stable versions
https://bugs.ruby-lang.org/issues/18981#change-99048

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Assignee: nagachika (Tomoyuki Chikanaga)
* Backport: 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED
----------------------------------------
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 or @k0kubun Can you review them?



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:109840] [Ruby master Bug#18981] Backport bundle loader option to stable versions
  2022-08-29  9:22 [ruby-core:109754] [Ruby master Bug#18981] Backport bundle loader option to stable versions hsbt (Hiroshi SHIBATA)
                   ` (2 preceding siblings ...)
  2022-09-01 10:03 ` [ruby-core:109808] " hsbt (Hiroshi SHIBATA)
@ 2022-09-04  7:54 ` nagachika (Tomoyuki Chikanaga)
  3 siblings, 0 replies; 5+ messages in thread
From: nagachika (Tomoyuki Chikanaga) @ 2022-09-04  7:54 UTC (permalink / raw)
  To: ruby-core

Issue #18981 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.7: REQUIRED, 3.0: REQUIRED, 3.1: REQUIRED to 2.7: REQUIRED, 3.0: REQUIRED, 3.1: DONE

Merged https://github.com/ruby/ruby/pull/6296.

----------------------------------------
Bug #18981: Backport bundle loader option to stable versions
https://bugs.ruby-lang.org/issues/18981#change-99077

* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Priority: Normal
* Assignee: nagachika (Tomoyuki Chikanaga)
* Backport: 2.7: REQUIRED, 3.0: REQUIRED, 3.1: DONE
----------------------------------------
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 or @k0kubun Can you review them?



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-04  7:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29  9:22 [ruby-core:109754] [Ruby master Bug#18981] Backport bundle loader option to stable versions hsbt (Hiroshi SHIBATA)
2022-08-29  9:29 ` [ruby-core:109755] " hsbt (Hiroshi SHIBATA)
2022-08-29 15:16 ` [ruby-core:109776] " k0kubun (Takashi Kokubun)
2022-09-01 10:03 ` [ruby-core:109808] " hsbt (Hiroshi SHIBATA)
2022-09-04  7:54 ` [ruby-core:109840] " nagachika (Tomoyuki Chikanaga)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).