ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:98997] [Ruby master Feature#17000] 2.7.2 turns off deprecation warnings by deafult
@ 2020-06-30 11:52 mame
  2020-06-30 16:29 ` [ruby-core:98998] " marcandre-ruby-core
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: mame @ 2020-06-30 11:52 UTC (permalink / raw)
  To: ruby-core

Issue #17000 has been reported by mame (Yusuke Endoh).

----------------------------------------
Feature #17000: 2.7.2 turns off deprecation warnings by deafult
https://bugs.ruby-lang.org/issues/17000

* Author: mame (Yusuke Endoh)
* Status: Open
* Priority: Normal
* Assignee: nagachika (Tomoyuki Chikanaga)
----------------------------------------
Matz has decided to disable deprecation warnings for 3.0 keyword separation by default because many users feel them noisy and painful rather than useful.  See https://discuss.rubyonrails.org/t/new-2-7-3-0-keyword-argument-pain-point/74980/47 .

https://github.com/ruby/ruby/pull/3273 is a pull request for the change.  It is essentially one-line change in `error.c`, though it has many changes for tests that checks if the warning is appropriately emitted.

Note that this changeset disables *all* deprecation warnings by default.  The reason why I stop not only keyword-related deprecation warnings but all other ones is because, if we disable only keyword-related deprecation warnings, and if keep other deprecation on by default, it becomes ambiguous what `Warning[:deprecated]` should return.  We considered a new API like `Warning[:keyword_separation_deprecated] = true / false`, but we want to minimize the change because it goes to 2.7 branch.  Fortunately, there are not so many other warnings disabled together; a notable one is `Capturing the given block using Kernel#proc is deprecated; use `&block` instead`, but other warnings are minor, as far as I see.  It is somewhat unfortunate, but matz has already agreed with this direction.

Matz also said in the forum, "we will move on to the new keyword argument behavior in Ruby3.0 as planned".  This violates the traditional convention that "gradually" makes deprecation warnings noisy: deprecated behavior is (1) warned only when VERBOSE is enabled, (2) always warned, and (3) removed.  However, matz made this decision due to special circumstances of 3.0 keyword arguments; delaying the change will be also painful.

Note that, currently, the deprecation convention itself is not changed, so this patch is *not* going to master branch.  We can discuss the deprecation policy change in another ticket, if needed.  Anyway, let this ticket focus on ruby_2_7 branch change.  Please do not discuss the convention change in this ticket.

The final decision is up to 2.7 branch maintainer, @nagachika san, but I hope this change is accepted.

cc/ @jeremyevans0 @eregon @nobu @nagachika



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

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

end of thread, other threads:[~2020-08-11  0:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 11:52 [ruby-core:98997] [Ruby master Feature#17000] 2.7.2 turns off deprecation warnings by deafult mame
2020-06-30 16:29 ` [ruby-core:98998] " marcandre-ruby-core
2020-07-01 12:34 ` [ruby-core:99003] " nagachika00
2020-07-01 14:47 ` [ruby-core:99004] " mame
2020-07-01 15:51 ` [ruby-core:99007] " merch-redmine
2020-07-01 17:36 ` [ruby-core:99016] " jean.boussier
2020-07-02  1:00 ` [ruby-core:99022] " nagachika00
2020-07-02  1:15 ` [ruby-core:99024] " merch-redmine
2020-07-04 11:34 ` [ruby-core:99052] " nagachika00
2020-07-04 17:05 ` [ruby-core:99053] " merch-redmine
2020-07-09  7:36 ` [ruby-core:99094] " mame
2020-07-10 13:58 ` [ruby-core:99110] [Ruby master Feature#17000] 2.7.2 turns off deprecation warnings by default daniel
2020-07-10 14:47 ` [ruby-core:99111] " merch-redmine
2020-07-20  3:57 ` [ruby-core:99231] " akr
2020-07-20 13:01 ` [ruby-core:99238] " nagachika00
2020-08-11  0:23 ` [ruby-core:99549] " joshua.goodall

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).