-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also report cycles involving WORKSPACE from BzlmodRepoCycleReporter
Work towards #20942 On the referenced bug, this prints: ``` ERROR: Circular definition of repositories generated by module extensions and/or .bzl files: .-> repository mapping of @@ | WORKSPACE file | //python:pip.bzl | //python/pip_install:requirements.bzl | //python:defs.bzl | //python:py_import.bzl | //python:py_info.bzl | @@_main~internal_deps~rules_python_internal//:rules_python_config.bzl | @@_main~internal_deps~rules_python_internal | extension 'internal_deps' defined in //python/private/bzlmod:internal_deps.bzl `-- repository mapping of @@ ERROR: Error computing the main repository mapping: cycles detected during computation of main repo mapping ``` Closes #20958. PiperOrigin-RevId: 601183514 Change-Id: If321005b1f6918117d0f5b5763ae2bda4d8e34f1
- Loading branch information
1 parent
62379f8
commit fab6414
Showing
2 changed files
with
47 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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