Fix CPAN random tester regressions#853
Merged
Merged
Conversation
Fix several runtime, parser, and bundled-module compatibility issues found by dev/tools/cpan_random_tester.pl. Highlights: - align zero-argument warn/die source locations to the consumed operator token - preserve unhandled __DIE__ caller frames for interpreter fallback and Carp::Always stack traces - improve interpreter fallback cleanup/call wrapping parity - add bundled compatibility shims and focused regression coverage for the affected CPAN modules - refresh CPAN compatibility reports after targeted retests Generated with [Codex](https://openai.com/codex) Co-Authored-By: OpenAI 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
__DIE__caller frames,Carp::Alwaysstack traces, and zero-argumentwarn/diesource positions.dev/cpan-reportsafter targeted retests upgraded the listed modules from FAIL to PASS.Validation
makeprove src/test/resources/unit/core_operator_source_position.ttimeout 60 ./jperl src/test/resources/unit/core_operator_source_position.ttimeout 60 ./jperl src/test/resources/unit/digest_md2_vectors.ttimeout 600 ./jcpan -t Carp::Alwaystimeout 1200 perl dev/tools/cpan_random_tester.pl --modules Carp::Always --timeout 600 --activity-grace 300 --max-runtime 1200 --jobs 1timeout 7200 perl dev/tools/cpan_random_tester.pl --modules DBIx::Class::Objects,DBIx::Class::EasyFixture --timeout 1800 --activity-grace 600 --max-runtime 5400 --jobs 1timeout 7200 perl dev/tools/cpan_random_tester.pl --modules Date::Manip,ExtUtils::MakeMaker::CPANfile,Class::Accessor,Digest::MD2 --timeout 1800 --activity-grace 600 --max-runtime 3600 --jobs 1ps aux | awk '$3 > 20 {print $2, $3, $11, $12}'