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/rules_swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.17.0
Choose a base ref
...
head repository: bazelbuild/rules_swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.18.0
Choose a head ref
  • 5 commits
  • 37 files changed
  • 5 contributors

Commits on Mar 22, 2024

  1. Disable deprecated gRPC build target on BCR (#1181)

    Similar to:
    
    
    https://github.com/bazelbuild/rules_swift/blob/a20c38808cb7f1ac721bb5131c81e64f654e7536/.bcr/presubmit.yml#L27
    
    This disables the `@rules_swift//examples/xplatform/deprecated_grpc/…`
    targets that were previously under the
    `@rules_swift//examples/xplatform/grpc/…` package to match the previous
    state on the BCR Linux machines.
    
    Signed-off-by: Matt Robinson <[email protected]>
    mattrobmattrob authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2b3f730 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Remove unnecessary uses of ctx.resolve_tools. (#1183)

    We'd like to retire this API, which is redundant with the `executable`
    and `tools` arguments to `ctx.actions.run|run_shell`.
    tjgq authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f563df7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Update apple_support to 1.15.1 (#1189)

    Brings some Bazel @ HEAD fixes
    luispadron authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    31d9ee6 View commit details
    Browse the repository at this point in the history
  2. Update swift_import docs and add warning (#1186)

    Updates the `swift_import` documentation to provide more information on
    the `swiftinterface` attribute. This attribute is required when
    importing pre-built Swift targets across Xcode and/or OS versions.
    
    Additionally, adds a warning when `swiftinterface` is used alongside
    `swiftmodule` as this used to just drop `swiftinterface` silently. We'll
    make this a failure in a new major version to not break users.
    
    Co-authored-by: John Szumski <[email protected]>
    luispadron and jszumski authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    72347ab View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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