refactor(regex): make Joni property folding explicit - #1054
Draft
fglock wants to merge 1 commit into
Draft
Conversation
fglock
force-pushed
the
fix/phase36-joni-property-fold-policy
branch
from
August 18, 2026 17:24
56824be to
dbe69b8
Compare
fglock
force-pushed
the
fix/phase36-branch-reset-named-call
branch
from
August 18, 2026 17:56
62d34ae to
aae6d0a
Compare
fglock
force-pushed
the
fix/phase36-joni-property-fold-policy
branch
from
August 18, 2026 17:57
dbe69b8 to
f409b84
Compare
14 tasks
Carry per-property case-fold policy through the forked Joni resolver and parse standalone pinned Block, Script, and Script_Extensions assignments natively. Keep no-fold properties inside composed classes in the adapter until Joni can preserve member policy through class algebra. Generated with [OpenAI Codex](https://openai.com/codex) Co-Authored-By: OpenAI Codex <codex@openai.com>
fglock
force-pushed
the
fix/phase36-joni-property-fold-policy
branch
from
August 18, 2026 18:25
f409b84 to
d862449
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
/iStack
This draft is stacked on PR #1052 (
fix/phase36-branch-reset-named-call) and must not merge first. It is independent of PR #1042's progressive-backend release repair.Validation
make: 17 tasks, 5m09s, including direct Joni tests, all unit shards, packaging, and shadow JARunicode_script_extensions_pinned.t,unicode_block_data.t,unicode_property_aliases.t, and invalid-property diagnostics included in both focused runsgit diff --checkThe remaining character-class work is intentionally not approximated: Joni currently folds a completed class as a single set, so union/intersection/negation need an AST representation that retains each member's fold policy before no-fold properties can move out of the adapter there.