Skip to content

Bumps directs deps - baselibs and communication#87

Open
RSingh1511 wants to merge 5 commits intoeclipse-score:mainfrom
RSingh1511:jiwe_bumps_direct_deps
Open

Bumps directs deps - baselibs and communication#87
RSingh1511 wants to merge 5 commits intoeclipse-score:mainfrom
RSingh1511:jiwe_bumps_direct_deps

Conversation

@RSingh1511
Copy link
Copy Markdown
Contributor

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 #

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 13, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //: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: 1d8281d9-243a-4030-a30f-852b6a17aab4
Computing main repo mapping: 
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.8.3 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.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'rules_rust', the root module requires module version rules_rust@0.61.0, but got rules_rust@0.68.1-score 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.16 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@2.0.0 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 'score_bazel_platforms', the root module requires module version score_bazel_platforms@0.0.4, but got score_bazel_platforms@0.1.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_tooling', the root module requires module version score_tooling@1.1.0, but got score_tooling@1.1.2 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_rust_policies', the root module requires module version score_rust_policies@0.0.3, but got score_rust_policies@0.0.5 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off
WARNING: For repository 'score_crates', the root module requires module version score_crates@0.0.6, but got score_crates@0.0.9 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: 
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: 8.472s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from 5960ede to e37e130 Compare April 15, 2026 05:21
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from e37e130 to 27f9957 Compare April 15, 2026 07:56
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from 27f9957 to c074e46 Compare April 15, 2026 09:47
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from c074e46 to 5e307bd Compare April 15, 2026 11:20
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from 5e307bd to a5b0dc5 Compare April 18, 2026 05:55
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from a5b0dc5 to b24f131 Compare April 18, 2026 06:22
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from b24f131 to ab24e33 Compare April 18, 2026 06:25
Comment thread MODULE.bazel
bazel_dep(name = "score_platform", version = "0.5.3", dev_dependency = True)

# Pin score_process to 1.4.3 — v1.4.4 added folder_templates with doc__ IDs
# that collide with score_platform's own IDs (upstream bug in process_description).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please link/add the issue id here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please link/add the issue id here

Fixed in eclipse-score/score#2657
but not yet released (latest is v0.5.4, fix is only on main).
Remove after score_platform v0.7 release.

@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from 8e93b57 to b4e7dbb Compare April 23, 2026 08:02
@RSingh1511 RSingh1511 requested a review from 4og as a code owner April 23, 2026 08:42
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from 1be2e86 to d36fa4d Compare April 23, 2026 08:44
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from df9dfba to 361e46a Compare April 24, 2026 07:55
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from 361e46a to 46f5651 Compare April 24, 2026 08:43
@RSingh1511 RSingh1511 force-pushed the jiwe_bumps_direct_deps branch from 46f5651 to f27cee5 Compare April 24, 2026 15:02
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