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

Fix unit tests and Array<Never> related bugs #17

Merged
merged 8 commits into from
Mar 26, 2024
Merged

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    7b041e6 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: fixing cast error"

    This reverts commit 33cf264.
    apporc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7f94cec View commit details
    Browse the repository at this point in the history
  3. Gitignore swiftpm folder

    apporc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cc014e4 View commit details
    Browse the repository at this point in the history
  4. Remove Never usage

    this is a try to fix the chaos `Never` introduced inside this library,
    there is a high chance change below is the final source.
    swiftlang/swift#64899
    
    At least unit test passes after it removed.
    apporc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d28b8b7 View commit details
    Browse the repository at this point in the history
  5. Switch to jungle4 in unit test

    There are also some resulting issues fixed in this commit too.
    apporc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b68f24e View commit details
    Browse the repository at this point in the history
  6. Fix MockSession fileUrl

    Issue is: now fileUrl generate random file urls for the same request,
    cause the digest of request body is random.
    
    There is a breaking change in swift Foundation's JSONEncoder,
    sortedKeys needed now.
    
    For detail, check here: https://developer.apple.com/forums/thread/735895
    apporc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    deda14e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Fix a Generic warning

    apporc committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0f7cc88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9707b2 View commit details
    Browse the repository at this point in the history