Fix CPAN compiler and tooling compatibility suite - #957
Merged
Conversation
Fix shared regex, lexical inspection, weak-reference, Unicode, DBI, and POSIX behavior exposed by a broad CPAN compatibility suite. Add a Java Math::Factor::XS implementation and narrowly scoped patches for legacy Char::Windows1258 and MooseX tooling. Document the completed compatibility work and cover the runtime changes with system-Perl-validated unit tests for both compiler backends. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
fglock
force-pushed
the
fix/jcpan-compiler-tooling-batch
branch
from
August 15, 2026 06:41
5a37f7e to
ac4b4a4
Compare
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
qr//construction identity through both compiler backends and keep temporarymap/grepaliases compatible with Perl weak-reference semanticsSUPER::canandPadWalker::var_name, complete the Unicode normalization/charnames paths needed by CPAN dependencies, and align DBI/POSIX behaviorMath::Factor::XSwith a Java implementation and add narrowly scoped CPAN tooling patches for legacy Char::Windows1258 and MooseX BetterAnonClassNames releasesValidation
make— passes before and after rebasing onto currentorigin/master./jcpan -t Data::Collector— 3 files / 12 tests, PASS./jcpan -t Pod::Query— 10 files / 246 tests, PASS./jcpan -t Char::Windows1258— 210 files / 5,703 tests, PASS (also 5,703/5,703 on system Perl)./jcpan -t Map::Metro::Plugin::Map::Oslo— 3 files / 4 tests, PASS./jcpan -t DBIx::Dictionary— 7 files / 30 tests, PASS./jcpan -t Date::Holidays::Abstract— 9 files / 3 tests, PASS./jcpan -t Music::Note::Role::Operators— 2 files / 6 tests, PASSMath::Factor::XSsuite — 4 files / 69 tests, PASSGenerated with Codex