-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
B::Debug deprecated: remove from core distribution post-perl-5.28 #15780
Comments
From @jkeenanCreated by @jkeenanOnce perl-5.26.0 has been released (May 2017), consider removing Per suggestion by Reini Urban in: https://rt.cpan.org/Ticket/Display.html?id=118391#txn-1676817 And per discussion in: https://rt-archive.perl.org/perl5/Ticket/Display.html?id=129821#txn-1438864 https://rt-archive.perl.org/perl5/Ticket/Display.html?id=129821#txn-1439103 Perl Info
|
From @jkeenanOn Mon, 26 Dec 2016 19:17:40 GMT, jkeen@verizon.net wrote:
With the release of perl-5.26.0, this ticket is now open for discussion. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @jkeenanOn Thu, 01 Jun 2017 14:14:11 GMT, jkeenan wrote:
Shall we remove B::Debug from core per discussion in other tickets? Please discuss. Thanks. -- |
From @iabynOn Sun, Jul 23, 2017 at 01:16:04PM -0700, James E Keenan via RT wrote:
Yes. -- |
From @karenetheridgeOn Sun, 23 Jul 2017 13:16:03 -0700, jkeenan wrote:
+1 from me. |
From @xsawyerxOn 07/24/2017 06:57 PM, Karen Etheridge via RT wrote:
+2. |
@jkeenan - Status changed from 'open' to 'resolved' |
From @ilmari"James E Keenan via RT" <perlbug-followup@perl.org> writes:
This is not how perlpolicy says to remove modules: they need a If something in the Perl core is marked as deprecated, we may As of Perl 5.12, deprecated features and modules warn the user So this should be reverted, and the module changed upstream to include use if "$]" >= 5.027003 deprecate.pm; and that version should be imported into core. - ilmari |
From @ilmariilmari@ilmari.org (Dagfinn Ilmari Mannsåker) writes:
Or, the actually valid variant: use if "$]" >= 5.025003, 'deprecate'; - ilmari |
@jkeenan - Status changed from 'resolved' to 'open' |
From @xsawyerxOn 07/25/2017 02:02 PM, Dagfinn Ilmari Mannsåker wrote:
This is correct. We cannot simply delete it. We will need to deprecate I think the word "remove" was ambiguous in this thread and implied |
From @jkeenanOn Wed, 26 Jul 2017 08:58:04 GMT, xsawyerx@gmail.com wrote:
Okay, can you let us know when it is *officially* deprecated? At that point we'll change this ticket's subject and links to reflect scheduled removal in 5.30 (spring 2019). Thank you very much. -- |
From @xsawyerxOn 07/27/2017 12:57 AM, James E Keenan via RT wrote:
It is now officially deprecated.
Yes, please. |
From @ilmariSawyer X <xsawyerx@gmail.com> writes:
And I've now pulled in version 1.25 from CPAN (commit 0283ad9), which
Go ahead. -- |
From @jkeenanOn Thu, 27 Jul 2017 08:06:04 GMT, xsawyerx@gmail.com wrote:
I have re-implemented the removal of B::Debug from the Perl 5 core distribution. This work is currently in this branch: smoke-me/jkeenan/130410-remove-b-debug Since this is one of the items on our list of blockers for perl-5.30 (https://rt-archive.perl.org/perl5/Ticket/Display.html?id=131806), unless we hear objections I will merge this into blead as soon as the smoke testers have processed it, i.e., in a week or sooner. Thank you very much. -- |
From @jkeenanOn Sun, 23 Sep 2018 21:35:05 GMT, jkeenan wrote:
Smoke reports on this branch at http://perl.develop-help.com/?b=smoke-me%2Fjkeenan%2F130410-remove-b-debug are looking fine. The only failures are on rigs which are also reporting failures on blead. Merged into blead in commit 903b110 and resolving ticket. Thank you very much. -- |
@jkeenan - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#130410 (status was 'resolved')
Searchable as RT130410$
The text was updated successfully, but these errors were encountered: