ruby-changes:59433
From: Nobuyoshi <ko1@a...>
Date: Tue, 24 Dec 2019 12:16:19 +0900 (JST)
Subject: [ruby-changes:59433] 3739ddc36f (master): Added `-W:experimental` to `--help` [Feature #16420]
https://git.ruby-lang.org/ruby.git/commit/?id=3739ddc36f From 3739ddc36f462b794ec05c0cfc36458a8d1e17a7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 24 Dec 2019 12:11:42 +0900 Subject: Added `-W:experimental` to `--help` [Feature #16420] diff --git a/ruby.c b/ruby.c index 5a7aa62..7903f58 100644 --- a/ruby.c +++ b/ruby.c @@ -302,6 +302,7 @@ usage(const char *name, int help) https://github.com/ruby/ruby/blob/trunk/ruby.c#L302 }; static const struct message warn_categories[] = { M("deprecated", "", "deprecated features"), + M("experimental", "", "experimental features"), }; static const struct message mjit_options[] = { M("--jit-warnings", "", "Enable printing JIT warnings"), -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/