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: bazel-contrib/bazel-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.3
Choose a base ref
...
head repository: bazel-contrib/bazel-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.4
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Oct 28, 2024

  1. fix: allow_tags_propagation defaults true in 7 (#973)

    It was also renamed from experimental_ to incompatible_, though surprisingly the original flag name is still permitted in Bazel 7 without errors.
    
    Rename and default flip was in bazelbuild/bazel@d0625f5
    alexeagle authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    250c835 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    f7fb4a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fix: access FilesToRunProvider.repo_mapping_manifest indirectly (#976)

    This field is only present in Bazel versions v7.0 or later. An
    accodation for its absence is required while v6.x versions are still
    supported by this library.
    
    Fixes #975
    plobsing authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    eb4c47f View commit details
    Browse the repository at this point in the history
Loading