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

Remove uses of temp_await from SwiftTestCommand #7382

Merged
merged 4 commits into from Mar 1, 2024

Commits on Feb 29, 2024

  1. Remove uses of temp_await from SwiftRunCommand

    This prevents possible deadlocks that can be caused by blocking Swift Concurrency threads with semaphores.
    MaxDesiatov committed Feb 29, 2024
    Copy the full SHA
    ecf1357 View commit details
    Browse the repository at this point in the history
  2. Fix a few warnings

    MaxDesiatov committed Feb 29, 2024
    Copy the full SHA
    0534112 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:apple/swift-package-manager into ma…

    …xd/async-swift-test
    
    # Conflicts:
    #	Sources/Commands/SwiftTestCommand.swift
    MaxDesiatov committed Feb 29, 2024
    Copy the full SHA
    4a2d411 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Copy the full SHA
    6c87e0f View commit details
    Browse the repository at this point in the history