Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazelbuild/bazel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.3.0
Choose a base ref
...
head repository: bazelbuild/bazel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.3.1
Choose a head ref
  • 8 commits
  • 17 files changed
  • 9 contributors

Commits on Jul 25, 2023

  1. Mark isolated extension usages as experimental (#19050)

    The `isolate` parameter of `use_extension` and the `is_isolated` field on `module_ctx` are only available with the `--experimental_isolated_extension_usages` flag.
    
    Closes #19021.
    
    PiperOrigin-RevId: 550582124
    Change-Id: I7486a3b344ca9d29614c26044f1943bfedfcc654
    
    Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
    keertk and fmeum authored Jul 25, 2023
    1

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    angerman Moritz Angermann
    Copy the full SHA
    1cf3b7e View commit details
  2. Fix a bug where frozen targets list was mutated while expanding env a…

    …ttribute (#19052)
    
    for cc_test.
    
    Add a test covering the behavior.
    
    PiperOrigin-RevId: 504294442
    Change-Id: If9f96b631ca958e746613563c56103044c973277
    (cherry picked from commit a63d8eb)
    
    Co-authored-by: Googler <gnish@google.com>
    brentleyjones and buildbreaker2021 authored Jul 25, 2023
    1

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    angerman Moritz Angermann
    Copy the full SHA
    4ca3407 View commit details
  3. Add documentation for --experimental_isolated_extension_usage (#19071)

    PiperOrigin-RevId: 550955814
    Change-Id: I548580ffad6bda28f69c181e43cb503e8134204d
    
    Co-authored-by: Googler <wyv@google.com>
    iancha1992 and Wyverald authored Jul 25, 2023
    1
    Copy the full SHA
    bac4393 View commit details

Commits on Jul 26, 2023

  1. [6.3.1] Advertise CcInfo from cc_import (#19086)

    * Advertise CcInfo from cc_import
    
    Fixes #19056
    
    * Update BUILD.builtin_test
    oquenchil authored Jul 26, 2023
    1
    Copy the full SHA
    2e3c5d0 View commit details
  2. 1
    Copy the full SHA
    fbeab4b View commit details
  3. 1
    Copy the full SHA
    adc13aa View commit details

Commits on Jul 27, 2023

  1. [6.3.1] Disable lockfiles by default (#19106)

    We're seeing too many lockfile issues in 6.3.0. Let's disable this in 6.3.1 so that we have time to properly fix them, and re-enable it in 6.4.0.
    Wyverald authored Jul 27, 2023
    1
    Copy the full SHA
    5de5d3b View commit details

Commits on Jul 31, 2023

  1. Release 6.3.1 (2023-07-31)

    Baseline:  0f231ac
    
    Release Notes:
    
    + Mark isolated extension usages as experimental (#19050)
    + Fix a bug where frozen targets list was mutated while expanding env attribute (#19052)
    + Add documentation for --experimental_isolated_extension_usage (#19071)
    + Advertise CcInfo from cc_import (#19086)
    + Create .bazelversion to address postsubmit issues (#19089)
    + Update java_tools version to 12.6 (#19091)
    + Disable lockfiles by default (#19106)
    
    Acknowledgements:
    
    This release contains contributions from many people at Google, as well as Brentley Jones, Fabian Meumertzheim, oquenchil, Xùdōng Yáng.
    Bazel Release System authored and iancha1992 committed Jul 31, 2023
    1
    Copy the full SHA
    283ed36 View commit details
Loading