Fix Object::HashBase deferred role composition - #1149
Merged
Conversation
fglock
marked this pull request as ready for review
August 27, 2026 11:55
fglock
marked this pull request as draft
August 27, 2026 12:17
fglock
added a commit
that referenced
this pull request
Aug 28, 2026
Snapshot of pre-existing implementation before completing PR #1149. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
fglock
marked this pull request as ready for review
August 28, 2026 11:16
Track and release compile-time hint guards at lexical scope boundaries. Refs: #1102 Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Preserve the in-progress hint scope and inheritance work before further diagnosis. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Preserve Perl BEGIN-installed constant-sub folding for byte strings. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Run deferred Role::Tiny composition when its %^H scope ends. Closes #1102 Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Snapshot of pre-existing implementation before completing PR #1149. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Preserve the syntactic glob-dereference marker and lexical constant CV metadata through parser, compiler, lazy materialization, and runtime graph transfers. Keep compile-time CODE pragma handlers visible after BEGIN blocks, while releasing only temporary reference guards. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Give perl5_t/t/op/tie_fetch_count.t a 600-second per-test timeout floor in the compatibility runner, while preserving larger caller-selected limits. This avoids classifying zero-TAP timeout results as test regressions. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Raise the compatibility runner floor for op/tie_fetch_count.t to 1800 seconds after the 600-second UAT retry still produced zero TAP output. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Recognize the experimental::equ category added by the synchronized Perl core tests in both the warnings pragma compatibility data and JVM warning tables. Add backend coverage while allowing validation on older system Perl versions that predate the category. Generated with [OpenAI Codex](https://openai.com/codex) Co-Authored-By: OpenAI <2235562193+openai-codex[bot]@users.noreply.github.com>
The synchronized re/anyof.t run completed in 1459 seconds on the baseline but reached the previous 1800-second watchdog during UAT. Raise the floor to 2400 seconds and keep coverage for direct, threaded, and Windows paths. Generated with [OpenAI Codex](https://openai.com/codex) Co-Authored-By: OpenAI <2235562193+openai-codex[bot]@users.noreply.github.com>
Document the build and launch checks required before handing a checkout to UAT, including inspection of out.json for pre-TAP failures. Generated with [OpenAI Codex](https://openai.com/codex) Co-Authored-By: OpenAI <2235562193+openai-codex[bot]@users.noreply.github.com>
Preserve empty caller hint snapshots after BEGIN blocks delete the last lexical hint, and accept Perl's newer experimental equality operators so the synchronized core test suite reaches TAP. Add permanent regression coverage for both behaviors. Generated with [OpenAI Codex](https://openai.com/codex) Co-Authored-By: OpenAI <2235562193+openai-codex[bot]@users.noreply.github.com>
fglock
force-pushed
the
fix/object-hashbase-role-tiny
branch
from
August 29, 2026 12:38
2279a1b to
ea56307
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.
Closes #1102
Fix Object::HashBase deferred Role::Tiny composition and BEGIN-installed
constant accessors without package-name heuristics.
Validation completed:
unit/dynamic_constant_sub_inlining.tunit/dynamic_constant_sub_inlining.tHashBase.t,role_consume.t, androle_modifiers.tmake test-unit: zero failuresgit diff --checkStatus: ready for UAT.