Advance native Joni numeric, class-range, and branch-reset parity - #1086
Draft
fglock wants to merge 10 commits into
Draft
Advance native Joni numeric, class-range, and branch-reset parity#1086fglock wants to merge 10 commits into
fglock wants to merge 10 commits into
Conversation
Map Perl non-ASCII unfinished ranges such as /[\xdf-/i to the native Invalid [] range diagnostic while preserving the ordinary unmatched class behavior for ASCII ranges. Add focused regression coverage. Generated with Codex (https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Detect decimal overflow without wrapped integers, parse Perl numeric braced backreferences directly, reject nonexistent decimal references, and guard analyser capture-node lookups. Add focused Joni and Perl boundary coverage. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Pass Perl brace backreferences directly to the bounded Joni lexer instead of rewriting them as named backreferences, and retain Perl diagnostic wording for invalid numeric references. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Treat class endpoints around a hyphen as Perl's literal-hyphen union instead of a Joni range error, while retaining existing behavior for other syntaxes. Generated with Codex (https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Return after parsing a braced numeric or named backreference so the lexer does not continue into unrelated token handling. This incorporates the final delta from the validated POJ5 numeric-backreference delivery. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Replace stale completed next steps with the current forward-only integration, semantic completion, scaffold removal, and final acceptance sequence. Record only the numeric-backreference and class-range slices supported by completed focused and differential gates. 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 <noreply@openai.com>
Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <noreply@openai.com>
Record the validated 2074/2210 zero-introduction boundary and replace the completed worker-batch step with the active successor lanes. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Leave the backtracking-visible state phase open until the active capture lifetime and publication work is integrated and validated. 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
Validation
makepasses at648d14588(Joni suite, five unit shards, packaging, shadow JAR)perl5_t/t/re/regexp.t: 2074/2210, up from 2017/2210 at the stacked baseThis is stacked on PR #1085. It remains draft while successor migration lanes
continue in parallel.