-
Notifications
You must be signed in to change notification settings - Fork 18
score_docs_as_code: Update to 2.0.2 #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
MODULE.bazel
Outdated
| remote = "https://github.com/qorix-group/testing_tools.git", | ||
| ) | ||
|
|
||
| # ToDo: needed to get //:docs running until > 0.3.0 is officially released |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be addressed with eclipse-score/score#1925
| ## Toolchains (dependencies and config) | ||
| # python | ||
| bazel_dep(name = "rules_python", version = "1.4.1") | ||
| # ToDo: score_docs_as_code broken with any later version >1.4.1 (e.g. 1.6.3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to others, create a ticket and provide a link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MODULE.bazel
Outdated
| module_name = "score_docs_as_code", | ||
| commit = "13ba715a95cfe85158b60d7f4748ba8e28895d8c", | ||
| remote = "https://github.com/eclipse-score/docs-as-code.git", | ||
| module_name = "score_platform", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need dep to score_platform and score_process , are we using needs_json ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is referenced in https://github.com/eclipse-score/persistency/blob/main/BUILD#L21 and I think needed for the links in https://github.com/eclipse-score/persistency/blob/main/docs/index.rst but haven't explicitly verified tbh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so I checked the dependency is needed otherwise this triggers errors like:
/home/runner/work/persistency/persistency/docs/index.rst:117: WARNING: linked need S-CORE_feat_req__persistency__cpp_rust_interop not found [needs.link_ref]
this we did in a separate PR --> #155 |
|
@umaucher could you resolve the conflict and then we can merge it? |
f6bf5d3 to
c755d5e
Compare
518bb00 to
43d2287
Compare
- score_docs_as_code 2.0.1 -> 2.0.2 - rules_python needs to stay to 1.4.1 (but dev_dependency)
43d2287 to
1d741bd
Compare
Uh oh!
There was an error while loading. Please reload this page.