switch link direction between feat and logic_arc_int - #122
Merged
RolandJentschETAS merged 1 commit intoJul 31, 2026
Conversation
RolandJentschETAS
requested review from
PandaeDo,
aschemmel-tech,
masc2023 and
pahmann
as code owners
July 31, 2026 07:35
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
masc2023
approved these changes
Jul 31, 2026
|
The created documentation from the pull request is available at: docu-html |
RolandJentschETAS
deleted the
improvement_switch_link_direction_logic_arc_int
branch
July 31, 2026 07:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates dependencies in the Bazel configuration and makes minor documentation changes to the architecture modeling example. The most important changes are summarized below.
Bazel dependency updates
rules_pythonBazel dependency from version 1.8.3 to 1.8.5 inMODULE.bazelto keep Python rules up to date.score_docs_as_codeBazel dependency from version 5.0.0 to 6.0.0 and removed thegit_overridefor this module, now using the released version instead of a specific commit from the main branch. [1] [2]Documentation changes
architecture_modeling_example.rst, removed the:includes:directive from the "Feature Architecture File" section and added the:included_by: feat__mtefdirective to three feature blocks to clarify feature relationships. [1] [2] [3] [4]