Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ http_file(
bazel_dep(name = "score_process", version = "2.0.2")
git_override(
module_name = "score_process",
commit = "b485d01cc0cb4c0c1eaaccb17f26ee7588f4ece8",
commit = "6f2b105fbc8a074e23606d493266240d9db0edf7",
remote = "https://github.com/eclipse-score/process_description",
)

Expand Down
3 changes: 1 addition & 2 deletions docs/internals/requirements/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ but for ease of traceability this is a separate one.
:id: tool_req__arch_linkage_safety
:implemented: YES
:version: 2
:satisfies: gd_req__arch_linkage_safety[version==1], gd_req__arch_build_blocks_corr[version==2]
:satisfies: gd_req__arch_linkage_safety[version==1], gd_req__arch_build_blocks_corr[version==3]
:parent_covered: YES

.. csv-table::
Expand All @@ -717,7 +717,6 @@ but for ease of traceability this is a separate one.
comp, consists_of, comp, no
real_arc_int_op, included_by, real_arc_int, yes
real_arc_int_op, implements, logic_arc_int_op, no
logic_arc_int, includes, logic_arc_int_op, no
logic_arc_int_op, included_by, logic_arc_int, yes

.. note::
Expand Down
1 change: 0 additions & 1 deletion src/extensions/score_metamodel/metamodel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ needs_types:
# req-Id: tool_req__arch_linkage_safety
# New direction kept optional during migration; will supersede feat includes logic_arc_int
included_by: feat
includes: logic_arc_int_op
fulfils: feat_req
tags:
- architecture_element
Expand Down
Loading