Fix compiler and runtime issues in CPAN module workflows - #945
Open
fglock wants to merge 4 commits into
Open
Conversation
Implement B::SV object_2svref round trips, preserve tied scalar backing values during STORE, defer readonly lvalue errors until assignment, parse capture variables before literal underscores, and scalarize list-valued compound-assignment operands in the interpreter. These fixes allow Map::Tube::Leipzig and Net::UploadMirror to complete their jcpan test workflows without distribution-specific preferences. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
fglock
force-pushed
the
fix/jcpan-tooling-modules
branch
from
August 13, 2026 08:02
1eb748b to
08a5775
Compare
Fingerprint test corpora in perl_test_runner output and teach the log comparator not to classify timeouts, runner errors, missing rows, or changed test plans as pass-count regressions. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Resolve user Unicode property references with comments, numeric exclusions, and InBlock aliases. Preserve the exact position of regex \G assertions, hide their internal marker from captures, enforce readonly capture arrays, and copy ordinary delete rvalues in both compiler backends. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Move Perl's do-block result copying out of the delete operator so direct delete remains lvalue-capable in both compiler backends. Preserve partial TAP counts when a test times out, and extend deadlines for the reported CPU-heavy regex and taint tests, including their internal watchdogs. 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
B::SV::object_2svrefround trips used by Type::Tiny/MooSTOREand defer readonly lvalue errors until a short-circuit assignment writesCPAN validation
./jcpan -t Map::Tube::Leipzig: PASS (2 files, 7 tests)./jcpan -t Net::UploadMirror: PASS (1 file, 93 tests; builds Net::MirrorDir)The optional strict dependency run reaches additional upstream dependency suites, but currently fails in unrelated XML::Twig split/merge tooling and missing optional Text::LineFold. The requested default
jcpan -tdependency build chains pass.Tests
makeGenerated with Codex