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_features
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: bazel-contrib/bazel_features
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 31, 2023

  1. chore(deps): update dependency bazel to v6.3.1 (#18)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    45e54e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. chore(deps): update dependency bazel to v6.3.2 (#19)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9738326 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Add feature to check for ObjcProvider linker info availability (#20)

    Some rulesets inspect linking information from `ObjcProvider` and
    fallback to `CcInfo` only if a rule doesn’t propagate an `ObjcProvider`.
    After `7.0.0-pre.20230724.1`
    (bazelbuild/bazel@426f225)
    a `ObjcProvider` will exist, but it won’t have any linking information
    set.
    
    Signed-off-by: Brentley Jones <github@brentleyjones.com>
    brentleyjones authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    da7fc92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69605e7 View commit details
    Browse the repository at this point in the history
Loading