Bug #91027
closedExtensionScanner TypeError in extensionScannerMarkFullyScannedRestFiles due to incorrect parsing of Index.rst files
100%
Description
Index.rst files do not contain issue numbers and thefore cause
typeerrors when running the extension scanner:
at TYPO3\CMS\Install\UpgradeAnalysis\DocumentationFile
->getListEntry('[…]/typo3/sysext/core/Documentation/Changelog/7.0/Index.rst')
(1/1) TypeError
Return value of TYPO3\CMS\Install\UpgradeAnalysis\DocumentationFile::parseIssueId()
must be of the type string, null returned
in […]/typo3/sysext/install/Classes/UpgradeAnalysis/DocumentationFile.php line 355
return GeneralUtility::trimExplode('-', $filename)[1];
at TYPO3\CMS\Install\UpgradeAnalysis\DocumentationFile->parseIssueId('Index')
in […]/typo3/sysext/install/Classes/UpgradeAnalysis/DocumentationFile.php line 156
$issueId = $this->parseIssueId($entry['filename']);
at TYPO3\CMS\Install\UpgradeAnalysis\DocumentationFile
->getListEntry('[…]/typo3/sysext/core/Documentation/Changelog/7.0/Index.rst')
Files
Updated by Benjamin Franzke almost 5 years ago
- Related to Task #90923: Install Tool: Upgrade Doc: add link to rendered rST version on docs.typo3.org added
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64161
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64161
Updated by Benjamin Franzke almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a8155cbc1cc1faef319fdaa3f1c9abc2e14c7939.