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

Resolve qualified backticked references in prose

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

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
20/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
活発
技術スタック
go
領域
documentation

調査の方向性

This is a language-design question about extending the lint scanner to recognize qualified backticked references like payments.Invoice. Start by examining the existing scanner code for handling backticked references (likely in a lexer/parser or lint package). Review issue #25 for context on structured qualified references. The task involves designing a grammar for prose tokens and deciding on resolution rules, not implementing a solution. No specific files or tests are mentioned to begin coding.

索引モデルが issue の本文から書いたものです。

説明

Context

Structured qualified references are being extended in issue #25 to relationship.entity and subtypeOf. In freeform text, lint currently recognizes backticked local PascalCase references such as `Invoice` and `Invoice.number`. It does not recognize `payments.Invoice`: its scanner treats the lowercase scope segment as the candidate name and silently ignores it.

Follow-up

Decide whether qualified prose references should resolve through the importing model’s scope bindings, receive diagnostics when malformed or unresolved, and contribute to completeness. This requires a deliberately specified prose-token grammar rather than extending structured-reference handling accidentally.

No implementation is proposed by this issue; it is a deferred language-design question.

主要言語
Go
スター
32
フォーク
5
平均マージ
2時間 31分
マージ済み PR(30日)
5

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

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

はじめの一歩

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

stacklok/modelith のほかの issue

stacklok/modelith の issue をすべて見る

似ている issue

Go の issue をもっと見る

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

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