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

requirements.rst: arch_linkage_safety table missing real_arc_int_op rows for comp implements/uses

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

@RolandJentschETAS がすでに取り組んでいます。

2026年7月2日 から。

評価

この issue はまだ評価されていません。

説明

Context

Follow-up from review discussion on #624 (tool_req__arch_linkage_safety).

Issue

In docs/internals/requirements/requirements.rst, the linkage table under tool_req__arch_linkage_safety documents:

comp, implements, logic_arc_int, no, yes
comp, uses, logic_arc_int, no, yes

However, src/extensions/score_metamodel/metamodel.yaml allows both implements and uses from comp to target either logic_arc_int or real_arc_int_op:

optional_links:
  implements: logic_arc_int, real_arc_int_op
  uses: logic_arc_int, real_arc_int_op

The table only lists logic_arc_int as a target, so it doesn't fully mirror the metamodel for these two relations.

Suggested fix

Either:

  1. Add rows for comp, implements, real_arc_int_op and comp, uses, real_arc_int_op, or
  2. If the omission is intentional (table only documents the safety-relevant subset per gd_req__arch_linkage_safety), note that explicitly in the table/requirement text.

Reference

主要言語
Python
スター
11
フォーク
33
平均マージ
22時間 43分
マージ済み PR(30日)
65

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

eclipse-score/docs-as-code のほかの issue

eclipse-score/docs-as-code の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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