Skip to content

Commit

Permalink
Note reason for transitive setup functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer committed Feb 1, 2024
1 parent 0b821b7 commit 0e99003
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions workspace_setup_transitive.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def hedron_compile_commands_setup_transitive(module_ctx = None):

# Currently nothing to do -> no-op.
# So why is this even here? Enables future expansion (e.g to add transitive dependencies) without changing the user interface.
# Originally added for rules_python, which we reverted, but are keeping this interface to be used once it's fixed. See https://github.com/hedronvision/bazel-compile-commands-extractor/issues/168 for details.
pass


Expand Down
1 change: 1 addition & 0 deletions workspace_setup_transitive_transitive.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def hedron_compile_commands_setup_transitive_transitive(module_ctx = None):

# Currently nothing to do -> no-op.
# So why is this even here? Enables future expansion (e.g to add transitive dependencies) without changing the user interface.
# Originally added for rules_python, which we reverted, but are keeping this interface to be used once it's fixed. See https://github.com/hedronvision/bazel-compile-commands-extractor/issues/168 for details.
pass


Expand Down
1 change: 1 addition & 0 deletions workspace_setup_transitive_transitive_transitive.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def hedron_compile_commands_setup_transitive_transitive_transitive(module_ctx =

# Currently nothing to do -> no-op.
# So why is this even here? Enables future expansion (e.g to add transitive dependencies) without changing the user interface.
# Originally added for rules_python, which we reverted, but are keeping this interface to be used once it's fixed. See https://github.com/hedronvision/bazel-compile-commands-extractor/issues/168 for details.
pass


Expand Down

0 comments on commit 0e99003

Please sign in to comment.