Fix jcpan compiler and tooling compatibility - #913
Open
fglock wants to merge 2 commits into
Open
Conversation
Add a Java Digest::JHash replacement, preserve read-only distribution Makefile.PL files during CPAN fallback, avoid unnecessary AutoSplit JVM launches, provide CORE/keywords.h, correct special-global stash exposure, and reduce redundant weak-reference reachability walks. Document validation for Perl::Critic::More, Module::Install::InlineModule, PPI, and TimeZone::TimeZoneDB. Generated with [Codex](https://developers.openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Treat explicit registered-warning mask bits as authoritative so category suppression is not overridden by the all bit. Prevent stale recycled virtual descriptors from replacing live borrowed-handle mappings. Generated with [Codex](https://developers.openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
fglock
force-pushed
the
fix/jcpan-critic-inline-timezone
branch
from
August 10, 2026 18:46
1b2912f to
2f28d6c
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
Digest::JHashreplacement for XS-dependent CPAN chainsMakefile.PLfiles during CPAN metadata fallbackCORE/keywords.hand correct special-global stash enumeration for B::KeywordsNo distribution preferences were added.
Validation
make— passes all compilation and unit-test shardsjcpan -t Perl::Critic::More— 8 files, 55 tests, PASSjcpan -t Module::Install::InlineModule— 2 files, 1 test, PASSTimeZone::TimeZoneDBremains excluded under the requested system-Perl rule: its upstream suite fails under system Perl, and its published prerequisites contain the circular chainParams::Get -> Test::Returns -> Return::Set -> Params::Get.Generated with Codex