[wp-trac] [WordPress Trac] #62150: ensure that deleted dirs from the SimplePie library are included in `$_old_files` prior to release of 6.7

WordPress Trac noreply at wordpress.org
Wed Oct 16 02:11:47 UTC 2024


#62150: ensure that deleted dirs from the SimplePie library are included in
`$_old_files` prior to release of 6.7
-----------------------------+---------------------
 Reporter:  pbiron           |       Owner:  (none)
     Type:  task (blessed)   |      Status:  new
 Priority:  normal           |   Milestone:  6.7
Component:  Upgrade/Install  |     Version:  trunk
 Severity:  normal           |  Resolution:
 Keywords:                   |     Focuses:
-----------------------------+---------------------

Comment (by peterwilsoncc):

 Replying to [comment:2 pbiron]:
 > The specific purpose of this ticket is that there have been problems in
 the past with the tooling used to generate the changes for `$_old_files`
 where directories that used to exist but no longer do in the release being
 build don't get added to the array...and since it's known that 6.7
 **will** have such directories that need to be deleted, I just wanted to
 make sure that they are included.

 Got it, thanks Paul.

 I wasn't aware of the problem and would have totally missed that.

 Reviewing the WP-CLI upgrade output, the SimplePie portion of the old
 files will need to be:

 {{{
 // Files
 wp-includes/SimplePie/Author.php
 wp-includes/SimplePie/Cache.php
 wp-includes/SimplePie/Caption.php
 wp-includes/SimplePie/Category.php
 wp-includes/SimplePie/Copyright.php
 wp-includes/SimplePie/Core.php
 wp-includes/SimplePie/Credit.php
 wp-includes/SimplePie/Enclosure.php
 wp-includes/SimplePie/Exception.php
 wp-includes/SimplePie/File.php
 wp-includes/SimplePie/gzdecode.php
 wp-includes/SimplePie/IRI.php
 wp-includes/SimplePie/Item.php
 wp-includes/SimplePie/Locator.php
 wp-includes/SimplePie/Misc.php
 wp-includes/SimplePie/Parser.php
 wp-includes/SimplePie/Rating.php
 wp-includes/SimplePie/Registry.php
 wp-includes/SimplePie/Restriction.php
 wp-includes/SimplePie/Sanitize.php
 wp-includes/SimplePie/Source.php

 // Directories
 wp-includes/SimplePie/Cache/
 wp-includes/SimplePie/Content/
 wp-includes/SimplePie/Decode/
 wp-includes/SimplePie/HTTP/
 wp-includes/SimplePie/Net/
 wp-includes/SimplePie/Parse/
 wp-includes/SimplePie/XML/
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62150#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list