Making WordPress.org

Opened 4 weeks ago

Closed 4 weeks ago

#7964 closed defect (bug) (fixed)

Update developer.wordpress.org/reference with changes from 6.8

Reported by: jorbin's profile jorbin Owned by:
Milestone: Priority: normal
Component: Developer Hub Keywords:
Cc:

Description

It seems as though the parsing of docs for 6.8 either didn't complete fully or didn't complete sucessfully. Two specifics that make me think this is an issue:

Change History (3)

#1 @dd32
4 weeks ago

  • Resolution set to duplicate
  • Status changed from new to closed

Merging this with #7963 - I suspect it's an issue in the phpdoc-parser + PHP 8.1

#2 @dd32
4 weeks ago

  • Resolution duplicate deleted
  • Status changed from closed to reopened

This is subtly different..

#3 @dd32
4 weeks ago

  • Resolution set to fixed
  • Status changed from reopened to closed

Reimported the 6.8 changes.

It seems that the import that was run for 6.8 was either incomplete, or wasn't run with the proper source checkout.

The PHPDoc parser we use can no longer be run on WordPress.org, as such, it can't be imported directly into developer.w.org and must be run locally on a PHP7 install first, and then exported / uploaded, and then a separate task run to import the code examples..

Filed (and rambled) about the compatility issues in https://github.com/WordPress/phpdoc-parser/issues/246

Note: See TracTickets for help on using tickets.