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

Split SwiftProtobuf into SwiftProtobufCore & SwiftProtobufFoundationCompat #1331

Merged
merged 7 commits into from
Nov 2, 2022

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    5002f4c View commit details
    Browse the repository at this point in the history
  2. Update Reference test files

    gjcairo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    01d7f03 View commit details
    Browse the repository at this point in the history
  3. Fix sanitizer_testing build

    gjcairo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c264e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe8020a View commit details
    Browse the repository at this point in the history
  5. Add SwiftProtobufContiguousBytes protocol placeholder

    - Move SwiftProtobufContiguousBytes to SwiftProtobufCore (it was mistakenly added to SwiftProtobufFoundationCompat earlier)
    - Added a placeholder for extending Data with SwiftProtobufContiguousBytes conformance in SwiftProtobufFoundationCompat
    gjcairo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    9dc5f73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e60ba92 View commit details
    Browse the repository at this point in the history
  7. Remove SwiftProtobufContiguousBytes files

    To keep PR more focused. Will re-add them in a separate PR.
    gjcairo committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    09bd1a6 View commit details
    Browse the repository at this point in the history