Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.4.0] Print dep chain leading to a module that is in error #19543

Merged
merged 1 commit into from
Sep 15, 2023

Commits on Sep 15, 2023

  1. Print dep chain leading to a module that is in error

    When a module file has an error, this now results in an error such as:
    
    ```
    ERROR: Error computing the main repository mapping: in module dependency chain <root> -> grpc@1.48.1.bcr.1 -> re2@2021-09-01: the MODULE.bazel file of re2@2021-09-01 declares a different version (2021-09-02)
    ```
    
    Closes bazelbuild#19535.
    
    PiperOrigin-RevId: 565759770
    Change-Id: I8ec788de4e83f59cc5ff5dc6f9fac19322181c08
    fmeum authored and bazel-io committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d4131db View commit details
    Browse the repository at this point in the history