Skip to content

UBNFとLSP補完語彙の乖離を自動検出する - #89

Merged
opaopa6969 merged 1 commit into
masterfrom
test/issue-85-grammar-completion
Aug 28, 2026
Merged

UBNFとLSP補完語彙の乖離を自動検出する#89
opaopa6969 merged 1 commit into
masterfrom
test/issue-85-grammar-completion

Conversation

@opaopa6969

Copy link
Copy Markdown
Owner

Closes #85

変更

  • UBNFの規則右辺から単語リテラルを抽出する軽量test utilityを追加
  • 静的LSP補完語彙との差分と古い補完候補を双方向に検出
  • 意図的に補完しない大文字型aliasを理由付きallow-list化
  • fixtureで将来の新語彙を確実に検出
  • conformance testをP4 smoke profileへ追加
  • internal / description と曜日値の補完漏れを修正
  • UBNFに存在しない indexOf の誤補完を削除
  • TextMate / DAP / VSIX同梱物検証への拡張点をREADMEへ記載

検証

  • mvn -P p4-smoke test(LSP module)
  • mvn verify(LSP/VSIX module)

@opaopa6969
opaopa6969 merged commit edd0570 into master Aug 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UBNFとLSP補完語彙の乖離を自動検出する

1 participant