[前][次][番号順一覧][スレッド一覧]

ruby-changes:69067

From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:20:43 +0900 (JST)
Subject: [ruby-changes:69067] a1d42c37f4 (master): Update ruby.c

https://git.ruby-lang.org/ruby.git/commit/?id=a1d42c37f4

From a1d42c37f4d849db71561e2ca60eb279719f6172 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Tue, 7 Sep 2021 13:04:31 -0700
Subject: Update ruby.c

---
 ruby.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruby.c b/ruby.c
index b523aee7da..3ecbff8170 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1841,7 +1841,7 @@ process_options(int argc, char **argv, ruby_cmdline_options_t *opt) https://github.com/ruby/ruby/blob/trunk/ruby.c#L1841
 #endif
     if (opt->features.set & FEATURE_BIT(yjit)) {
         if (opt->mjit.on) {
-            rb_warn("MJIT and YJIT are both enabled at the same time. Exiting");
+            rb_warn("MJIT and YJIT cannot both be enabled at the same time. Exiting");
             exit(1);
         }
         rb_yjit_init(&opt->yjit);
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]