ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:50563] [Ruby trunk Bug#14840] `warning: constant Net::ProtoServerError is deprecated` only via net/http
       [not found] <redmine.issue-14840.20180610045113@ruby-lang.org>
@ 2018-06-10  4:51 ` zn
  2018-06-14 11:09 ` [ruby-dev:50578] [Ruby trunk Bug#14840][Closed] " zn
  1 sibling, 0 replies; 2+ messages in thread
From: zn @ 2018-06-10  4:51 UTC (permalink / raw)
  To: ruby-dev

Issue #14840 has been reported by znz (Kazuhiro NISHIYAMA).

----------------------------------------
Bug #14840: `warning: constant Net::ProtoServerError is deprecated` only via net/http
https://bugs.ruby-lang.org/issues/14840

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Assigned
* Priority: Normal
* Assignee: naruse (Yui NARUSE)
* Target version: 2.6
* ruby -v: ruby 2.6.0dev (2018-06-10 trunk 63619) [x86_64-linux]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
When ruby loads `net/protocol` via `net/http`, `Net::ProtoServerError` is deprecated.
But via `net/smtp`, etc, it does not warn.
Is this intentional?

```
% ruby -r net/http -e 'Net::ProtoServerError'
-e:1: warning: constant Net::ProtoServerError is deprecated
% ruby -r net/smtp -e 'Net::ProtoServerError'
```



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

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

* [ruby-dev:50578] [Ruby trunk Bug#14840][Closed] `warning: constant Net::ProtoServerError is deprecated` only via net/http
       [not found] <redmine.issue-14840.20180610045113@ruby-lang.org>
  2018-06-10  4:51 ` [ruby-dev:50563] [Ruby trunk Bug#14840] `warning: constant Net::ProtoServerError is deprecated` only via net/http zn
@ 2018-06-14 11:09 ` zn
  1 sibling, 0 replies; 2+ messages in thread
From: zn @ 2018-06-14 11:09 UTC (permalink / raw)
  To: ruby-dev

Issue #14840 has been updated by znz (Kazuhiro NISHIYAMA).

Status changed from Assigned to Closed

Resolved at r63661

----------------------------------------
Bug #14840: `warning: constant Net::ProtoServerError is deprecated` only via net/http
https://bugs.ruby-lang.org/issues/14840#change-72493

* Author: znz (Kazuhiro NISHIYAMA)
* Status: Closed
* Priority: Normal
* Assignee: naruse (Yui NARUSE)
* Target version: 2.6
* ruby -v: ruby 2.6.0dev (2018-06-10 trunk 63619) [x86_64-linux]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
When ruby loads `net/protocol` via `net/http`, `Net::ProtoServerError` is deprecated.
But via `net/smtp`, etc, it does not warn.
Is this intentional?

```
% ruby -r net/http -e 'Net::ProtoServerError'
-e:1: warning: constant Net::ProtoServerError is deprecated
% ruby -r net/smtp -e 'Net::ProtoServerError'
```



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

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

end of thread, other threads:[~2018-06-14 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-14840.20180610045113@ruby-lang.org>
2018-06-10  4:51 ` [ruby-dev:50563] [Ruby trunk Bug#14840] `warning: constant Net::ProtoServerError is deprecated` only via net/http zn
2018-06-14 11:09 ` [ruby-dev:50578] [Ruby trunk Bug#14840][Closed] " zn

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