CW_17 export#100
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
72c6b50 to
00b02a6
Compare
00b02a6 to
1db44c2
Compare
|
Waiting for QNX8 builds to succeed .. |
| @@ -100,14 +100,14 @@ bazel_dep(name = "rapidjson", version = "1.1.0") | |||
| bazel_dep(name = "score_baselibs", version = "0.2.4") | |||
There was a problem hiding this comment.
bazel_dep(name = "score_baselibs", version = "0.2.6")
There was a problem hiding this comment.
Updated in latest commit, Thanks!
| remote = "https://github.com/eclipse-score/baselibs.git", | ||
| ) | ||
|
|
||
| bazel_dep(name = "score_communication", version = "0.1.2") |
There was a problem hiding this comment.
bazel_dep(name = "score_communication", version = "0.2.0")
There was a problem hiding this comment.
Updated in latest commit, Thanks!
1db44c2 to
f78ec36
Compare
a01ffe0 to
c524f0c
Compare
c524f0c to
4f3e438
Compare
- Update score_baselibs commit to latest main (e87426c8) - Update score_communication commit to latest main (bc1e3c54) - Replace backend_table with minimal target in backend BUILD (backend_table visibility restricted to baselibs subpackages) - Replace recorder_factory with console target in score_log_bridge BUILD - Replace recorder_factory with console target in score_log_bridge_cpp_init BUILD
- @score_baselibs//score/mw/log target that supports additive backends should be used instead.
4f3e438 to
eac00f8
Compare
rmaddikery
left a comment
There was a problem hiding this comment.
LGTM. Great, git_overrides are removed
| deps = [ | ||
| ":ffi", | ||
| # Link dependency required by `:ffi`. | ||
| "//score/mw/log/detail/common:recorder_factory", |
There was a problem hiding this comment.
seems to be wrong. The Bridge shall link a backend becasue its considered a RUST backend
There was a problem hiding this comment.
Although the backends reside in score_logging, the backend registration sits in baselibs. That's why this deps.
| visibility = ["//visibility:private"], | ||
| deps = [ | ||
| "//score/mw/log/detail/common:recorder_factory", | ||
| "@score_baselibs//score/mw/log:frontend", |
There was a problem hiding this comment.
seems to be wrong. The Bridge shall link a backend becasue its considered a RUST backend
- Links all available mw/log C++ backends in the rust log_bridge so that the users get all backends without adding the deps themselves. - A todo note linked to an issue to track and resolve the tech debt after its resolved.
Notes for Reviewer
Pre-Review Checklist for the PR Author
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #