Merge tooling into a single unified Bazel module #46
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.
This PR consolidates all Eclipse SCORE tooling from 5 separate Bazel modules into a single cohesive
score_toolingmodule, addressing the versioning complexity and user experience issues outlined in the original issue.🎯 Problem Solved
Before: Each tool had its own MODULE.bazel with different versions and dependencies:
score_cr_checker(0.3.0)score_dash_license_checker(0.1.2)score_format_checker(0.1.1)score_python_basics(0.3.2)score_starpls_lsp(0.1.0)This created:
After: Single unified module:
score_tooling(1.0.0) containing all tools as packages🔧 Implementation Details
Unified Module Structure
Key Changes
@score_tooling//tool_name:targetMigration Support
🧪 Testing
📋 Next Steps for Maintainers
bazel_registryto include unifiedscore_toolingmoduleyanked_versions)🔄 Breaking Changes
None - this is backward compatible. Individual modules remain available but are deprecated.
Users can migrate at their own pace:
Fixes #43.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
bazel.buildcurl -fsSL REDACTED(dns block)esm.ubuntu.com/usr/lib/apt/methods/https(dns block)releases.bazel.build/usr/local/lib/node_modules/@bazel/bazelisk/bazelisk-linux_amd64 test ...(dns block)www.googleapis.com/usr/local/lib/node_modules/@bazel/bazelisk/bazelisk-linux_amd64 --version(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.