fix(graphrunner): select Bazel dependency mode for BUG-022 - #302
Draft
sbalabanov wants to merge 1 commit into
Draft
fix(graphrunner): select Bazel dependency mode for BUG-022#302sbalabanov wants to merge 1 commit into
sbalabanov wants to merge 1 commit into
Conversation
|
|
sbalabanov
marked this pull request as ready for review
August 26, 2026 18:32
sbalabanov
marked this pull request as draft
August 26, 2026 19:17
sbalabanov
commented
Aug 26, 2026
sbalabanov
left a comment
Contributor
Author
There was a problem hiding this comment.
update PR description with the example of use case of the bug the PR is fixing
Contributor
Author
|
Addressed review 5035995994 by adding a concise, concrete WORKSPACE-mode use case to the BUG-022 PR description. This was metadata-only; the current HEAD remains [addressed by agent] |
Summary: Intent: - Fix BUG-022 by making bzlmod_enabled authoritative for Bazel query and hashing behavior. Changes: - Select explicit Bazel dependency-mode flags for Bzlmod and WORKSPACE queries. - Reject conflicting configured mode flags and cover mode resolution and command construction. --- <sub>Generated by the 🪄 pr-create skill in devexp-agent-marketplace</sub>
sbalabanov
force-pushed
the
sbalabanov/bug-022
branch
from
August 27, 2026 21:19
5acb73f to
1220423
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Intent:
bzlmod_enabledauthoritative for Bazel query and hashing behavior.Use case:
bzlmod_enabled: false. Previously Tango selected a//externalquery without forcing Bazel into WORKSPACE mode, so Bazel could use Bzlmod defaults and fail the query or omit legacy external dependencies. This change explicitly disables Bzlmod and enables WORKSPACE for that repository.Changes:
Generated by the 🪄 pr-create skill in devexp-agent-marketplace
Test Plan
Revert Plan
Issues
T3-BUG-022