Skip to content

Add TODO comment for rules_tf patch removal#753

Merged
agentydragon merged 1 commit intodevelfrom
claude/add-github-link-todo-8F6nd
Mar 1, 2026
Merged

Add TODO comment for rules_tf patch removal#753
agentydragon merged 1 commit intodevelfrom
claude/add-github-link-todo-8F6nd

Conversation

@agentydragon
Copy link
Copy Markdown
Owner

This change adds a TODO comment to document a pending patch removal for the rules_tf dependency.

Summary:
Added a TODO comment referencing the upstream pull request that, once merged, will allow the removal of the current patches applied to the rules_tf module.

Key changes:

Details:
The comment clarifies that the patches are a temporary workaround for an issue in the upstream rules_tf repository where transient registry outages can produce incomplete mirrors that Bazel caches, causing validation test failures. Once the referenced upstream PR is merged, these patches should no longer be necessary.

https://claude.ai/code/session_014ZBAiyeychPb2xrP1kJPZ4

@agentydragon agentydragon marked this pull request as ready for review March 1, 2026 21:20
Copilot AI review requested due to automatic review settings March 1, 2026 21:20
@agentydragon agentydragon merged commit 6eec460 into devel Mar 1, 2026
6 checks passed
@agentydragon agentydragon deleted the claude/add-github-link-todo-8F6nd branch March 1, 2026 21:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a TODO in MODULE.bazel to track the eventual removal of locally-applied rules_tf patches once the corresponding upstream fix is available.

Changes:

  • Added a TODO comment linking to the upstream rules_tf PR that should enable patch removal.
Comments suppressed due to low confidence (1)

MODULE.bazel:40

  • The TODO condition is a bit ambiguous: the PR being merged upstream doesn’t necessarily mean the fix is available in the released rules_tf version you depend on. Consider wording this as “once PR #28 is merged and released (i.e., after bumping rules_tf to a version that contains the fix)” to avoid removing patches too early.
# TODO: remove patches once https://github.com/yanndegat/rules_tf/pull/28 is merged

agentydragon added a commit that referenced this pull request Mar 1, 2026
Link yanndegat/rules_tf#28 so we know to remove
the patches once the fix is upstreamed.

https://claude.ai/code/session_014ZBAiyeychPb2xrP1kJPZ4

Co-authored-by: Claude <noreply@anthropic.com>
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.

3 participants