Skip to content

Conversation

@arkjedrz
Copy link
Contributor

  • Add lib for log init when Rust lib is used by C++.
  • Add example.

Notes for Reviewer

Pre-Review Checklist for the PR Author

  • PR title is short, expressive and meaningful
  • Commits are properly organized
  • Relevant issues are linked in the References section
  • Tests are conducted
  • Unit tests are added

Checklist for the PR Reviewer

  • Commits are properly organized and messages are according to the guideline
  • Unit tests have been written for new behavior
  • Public API is documented
  • PR title describes the changes

Post-review Checklist for the PR Author

  • All open points are addressed and tracked via issues

References

Closes #

@arkjedrz arkjedrz self-assigned this Jan 23, 2026
@arkjedrz arkjedrz temporarily deployed to workflow-approval January 23, 2026 12:01 — with GitHub Actions Inactive
@arkjedrz arkjedrz requested a review from pawelrutkaq January 23, 2026 12:01
@github-actions
Copy link

github-actions bot commented Jan 23, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 607a56fa-5b91-4cdf-8568-3ebd1459de5d
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'rust_qnx8_toolchain+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-eQOopREOYCL5vtTb6c1cwZrql4GVrJ1FqgxarQRe1xs="
DEBUG: Repository rust_qnx8_toolchain+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
Computing main repo mapping: 
WARNING: For repository 'rules_python', the root module requires module version rules_python@1.4.1, but got rules_python@1.5.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'bazel_skylib', the root module requires module version bazel_skylib@1.7.1, but got bazel_skylib@1.8.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_cc', the root module requires module version rules_cc@0.1.1, but got rules_cc@0.2.8 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'aspect_rules_lint', the root module requires module version aspect_rules_lint@1.0.3, but got aspect_rules_lint@1.10.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'buildifier_prebuilt', the root module requires module version buildifier_prebuilt@7.3.1, but got buildifier_prebuilt@8.2.0.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'googletest', the root module requires module version googletest@1.17.0.bcr.1, but got googletest@1.17.0.bcr.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
Computing main repo mapping: 
Loading: 
Loading: 4 packages loaded
Loading: 4 packages loaded
    currently loading: 
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/logging/logging/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/logging/logging/BUILD
INFO: Elapsed time: 13.539s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@github-actions
Copy link

The created documentation from the pull request is available at: docu-html

@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from f1b4145 to 8054b36 Compare January 23, 2026 13:03
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from 8054b36 to 68f1a7f Compare January 23, 2026 14:24
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from 68f1a7f to 3ad260b Compare January 23, 2026 14:44
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from 3ad260b to f099275 Compare January 26, 2026 09:19
@arkjedrz arkjedrz temporarily deployed to workflow-approval January 26, 2026 09:19 — with GitHub Actions Inactive
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from f099275 to 27a0d7d Compare January 26, 2026 09:24
@arkjedrz arkjedrz temporarily deployed to workflow-approval January 26, 2026 09:24 — with GitHub Actions Inactive
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from 27a0d7d to eee3cb4 Compare January 26, 2026 13:56
@arkjedrz arkjedrz temporarily deployed to workflow-approval January 26, 2026 13:56 — with GitHub Actions Inactive
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from eee3cb4 to 61ddd56 Compare January 26, 2026 14:20
@arkjedrz arkjedrz temporarily deployed to workflow-approval January 26, 2026 14:20 — with GitHub Actions Inactive
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from 61ddd56 to d835851 Compare January 26, 2026 14:54
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from d835851 to f541eeb Compare January 26, 2026 14:55
@arkjedrz arkjedrz temporarily deployed to workflow-approval January 26, 2026 14:55 — with GitHub Actions Inactive
@arkjedrz arkjedrz marked this pull request as ready for review January 27, 2026 07:13
@arkjedrz arkjedrz requested a review from antonkri as a code owner January 27, 2026 07:13
@pawelrutkaq pawelrutkaq force-pushed the arkjedrz_score-log-init branch from f541eeb to e2a30ef Compare January 27, 2026 08:25
- Add lib for log init when Rust lib is used by C++.
- Add example.
@arkjedrz arkjedrz force-pushed the arkjedrz_score-log-init branch from e2a30ef to 054f281 Compare January 27, 2026 11:47
@arkjedrz arkjedrz temporarily deployed to workflow-approval January 27, 2026 11:47 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants