fix: Add c.this_doc() to needextend - #3174
Merged
MaximilianSoerenPollak merged 1 commit intoAug 12, 2026
Merged
Conversation
MaximilianSoerenPollak
requested review from
a team,
FScholPer,
anmittag,
antonkri,
johannes-esr and
qor-lb
as code owners
August 11, 2026 15:37
|
The created documentation from the pull request is available at: docu-html |
masc2023
previously approved these changes
Aug 11, 2026
qor-lb
previously approved these changes
Aug 12, 2026
MaximilianSoerenPollak
dismissed stale reviews from qor-lb and masc2023
via
August 12, 2026 06:11
8bd51bf
MaximilianSoerenPollak
force-pushed
the
MSP_extend_needextend
branch
from
August 12, 2026 06:11
b80ca24 to
8bd51bf
Compare
Contributor
Author
qor-lb
approved these changes
Aug 12, 2026
MaximilianSoerenPollak
force-pushed
the
MSP_extend_needextend
branch
from
August 12, 2026 07:37
8bd51bf to
7135c91
Compare
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.
The future Docs-AS-Code releases will enforce that needextends directives can no longer adapt / change needs that are in a different document, therefore now c.this_doc() has to be in the future in every needextend.
This PR fixes this.
Tested with docs-as-code and process overwrite:
git_override(
module_name = "score_docs_as_code",
commit="eeaa863b5a323639593fe73721232ee3ce699681",
remote="https://github.com/eclipse-score/docs-as-code"
)
git_override(
module_name = "score_process",
commit="76751ca540653121a32bbf4e3793b51c2895e32a",
remote="https://github.com/eclipse-score/process_description"
)