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] Make MODULE.bazel.lock deterministic #19370

Merged
merged 1 commit into from
Aug 31, 2023

Commits on Aug 30, 2023

  1. Make MODULE.bazel.lock deterministic

    Sorts the extensions, which would otherwise be added in the non-deterministic order in which module extension resolution events are fired, by their ID.
    
    Since Gson doesn't support custom comparators on a `TreeMap`, `ModuleExtensionId` now implements `Comparable` directly.
    
    Closes bazelbuild#19339.
    
    PiperOrigin-RevId: 560959804
    Change-Id: Ic5579c032e6cd32fe4bd2114378812c0110109c2
    fmeum authored and iancha1992 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    05b099b View commit details
    Browse the repository at this point in the history