Fix CPAN tester distribution misattribution - #1215
Merged
Merged
Conversation
Preserve pre-existing CPAN report updates before classification.
Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <158243242+codex[bot]@users.noreply.github.com>
Recognize .tgz archives in every CPAN result-parser phase so successful tests such as Statistics::Burst are not recorded as "No parseable output". Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <158243242+codex[bot]@users.noreply.github.com>
Use the distribution archive name when attributing parsed CPAN results so a requested package alias does not receive the result for its containing distribution. Cover both parser implementations with a regression test. Generated with Codex (https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Publish the lock-consistent CPAN compatibility snapshot alongside the tester misattribution fix. Generated with Codex (https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The parser now reports
Text::Template::LibraryforText-Template-Library-0.04, instead of incorrectly charging the result toText::Template::Base.Validation
timeout 120 perl dev/tools/tests/cpan_random_tester_parser.t— 26 tests passedtimeout 1200 make— passedmake check-links— passedlychee --offline dev/cpan-reports/cpan-compatibility.md— passedReport snapshot totals: 8,260 pass, 7,888 fail, 175 skipped; 16,323 modules tested.
Generated with Codex (https://openai.com/codex/)