Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Generate complete Perl Unicode aliases and wildcard candidates

オープン
#1,487 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
45/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発
技術スタック
java, perl
領域
compilers

調査の方向性

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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

fglock/PerlOnJava のほかの issue

fglock/PerlOnJava の issue をすべて見る

似ている issue

Perl の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。