Generate complete Perl Unicode aliases and wildcard candidates
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 45/100
調査の方向性
The issue involves the Unicode data import and table generation system in PerlOnJava. Start by examining the current property lookup and wildcard resolution code, likely in modules handling Unicode property matching. Review the generator scripts that create tables from PropValueAliases.txt. The goal is to extend these tables to include all Perl aliases and use them for wildcard enumeration. 'Done' means all tests in the Unicode property UAT pass, and the generator validation checks are implemented.
索引モデルが issue の本文から書いたものです。
説明
Problem
PerlOnJava imports current Perl Unicode data, but several generated tables expose only the subset required for direct property lookup. Callers that need value enumeration, especially \p{Property=:\A...\z:} wildcards, can fall back to ICU aliases. ICU may be older than the imported Perl UCD and does not necessarily contain Perl's complete short-alias surface.
The recent Block failures demonstrate the gap: Bengali_Sup, Misc_Arrows_Ext, and Music_Sup are current Perl PropValueAliases.txt aliases, but wildcard matching did not consistently enumerate them.
Proposed work
- Make each generated enumerated-property table expose canonical values and every Perl value alias from the same source data.
- Generate wildcard candidate lists from those aliases, and route wildcard resolution through them ahead of ICU.
- Add generator validation that every accepted alias reaches a generated value set and that aliases are unambiguous.
- Add focused generated-data tests for direct aliases, loose aliases, and anchored wildcards.
- Record which Perl-specific behavior remains handwritten: property grammar, warning categories and wording, case-fold policy, and diagnostics.
Acceptance criteria
- No UCD-version-dependent property lookup or wildcard path uses ICU as its authority when an imported Perl table is available.
- Refreshing imported Unicode data updates value aliases and wildcard coverage without hand-maintained lists.
- Generator checks fail clearly on missing, duplicate, or unreachable aliases.
- The Unicode property UAT remains green for generated direct and wildcard aliases.
- 主要言語
- Perl
- スター
- 64
- フォーク
- 6
- 平均マージ
- 5時間 11分
- マージ済み PR(30日)
- 168
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
fglock/PerlOnJava のほかの issue
-
area:cpan-port area:unicode bug
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
fglock/PerlOnJava#1341 ·
-
area:backend area:runtime enhancement
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
fglock/PerlOnJava#1494 ·
-
area:backend area:runtime enhancement
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
fglock/PerlOnJava#1492 ·
-
area:parser bug
難易度 3/5 1〜2日 初心者へのやさしさ 65/100
fglock/PerlOnJava#1491 ·
-
area:backend area:cpan-port area:runtime bug
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
fglock/PerlOnJava#1482 · コメント 1 件 ·
fglock/PerlOnJava の issue をすべて見る
似ている issue
-
documentation Needs Triage
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
trizen/youtube-viewer#456 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
connectivity オープン
難易度 1/5 1時間未満 初心者へのやさしさ 80/100
-
Common US ingredient names are not recognized, so about 12.4k US products miss an allergen warning オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
openfoodfacts/openfoodfacts-server#14657 · コメント 4 件 ·