Fix CPAN runtime compatibility across threads - #951
Merged
Conversation
fglock
force-pushed
the
fix/cpan-compiler-tooling-modules
branch
3 times, most recently
from
August 14, 2026 11:29
f25e099 to
b51f6ad
Compare
Implement B::SV address recovery for observed references, carry those addresses through ithread snapshots, account for parser-installed named subroutine stash ownership, and expose POSIX floating-point epsilon constants. Generated with Codex (https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Run the heavy pat and psycho cases in the exclusive test lane, and give their threaded variants plus speed_thr the same minimum timeout as their non-threaded counterparts. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Keep origin's runtime-scoped B object registry as the primary lookup and fall back to the inherited-address map for ithread-cloned referents. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
fglock
force-pushed
the
fix/cpan-compiler-tooling-modules
branch
from
August 14, 2026 14:11
c8ced5d to
d0fb5d9
Compare
Redirect each jperl test subprocess from the platform null device so GNU timeout process groups cannot be stopped by SIGTTIN during interactive runs. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Keep origin's hash-backed B::SV::object_2svref implementation and remove the obsolete pre-rebase definition whose warning contaminated core test output. 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_2svrefusing an interpreter-local weak address registryCLONEhooksrefaddrPOSIX::DBL_EPSILONandPOSIX::LDBL_EPSILONVerification
make./jcpan -t Crypt::Rijndael::PP— 29 files, 32 tests, PASS./jcpan -t Math::Numerical— 5 files, 31 tests, PASS./jcpan -t Chemistry::3DBuilder— 2 files, 14 tests, PASS./jcpan -t Date::Gregorian— 9 files, 719 tests, PASSNo distribution preferences were added. Chemistry already worked through the existing dependency resolver; the fixes are shared compiler/runtime/tooling changes.