user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 5/5] DS: warn on deprecations
  2019-05-22 21:46  6% [PATCH 0/5] DS: drop more unused stuff Eric Wong
@ 2019-05-22 21:46  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-05-22 21:46 UTC (permalink / raw)
  To: meta

Enabling deprecation warnings didn't seem to have any
noticeable effects with "perl -w -c", so whatever reason
Danga had for it is long irrelevant.
---
 lib/PublicInbox/DS.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm
index d73c8d0..737f4c7 100644
--- a/lib/PublicInbox/DS.pm
+++ b/lib/PublicInbox/DS.pm
@@ -14,7 +14,6 @@ use POSIX ();
 use Time::HiRes ();
 
 use warnings;
-no  warnings qw(deprecated);
 
 use PublicInbox::Syscall qw(:epoll);
 
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/5] DS: drop more unused stuff
@ 2019-05-22 21:46  6% Eric Wong
  2019-05-22 21:46  7% ` [PATCH 5/5] DS: warn on deprecations Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2019-05-22 21:46 UTC (permalink / raw)
  To: meta

No point in bloating processes with this stuff.

Eric Wong (5):
  DS: get rid of unused methods and aliases
  DS: remove support OtherFds code
  DS: drop $VERSION var
  DS: remove IPPROTO_TCP import
  DS: warn on deprecations

 lib/PublicInbox/DS.pm | 98 ++++---------------------------------------
 1 file changed, 9 insertions(+), 89 deletions(-)

-- 
EW

^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-05-22 21:46  6% [PATCH 0/5] DS: drop more unused stuff Eric Wong
2019-05-22 21:46  7% ` [PATCH 5/5] DS: warn on deprecations Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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