Skip to content

Commit

Permalink
feat(major): [sc-6273] remove UnsafeRetained (#59)
Browse files Browse the repository at this point in the history
* feat(major): [sc-6273] remove UnsafeRetained
  • Loading branch information
mr-swifter authored Jan 23, 2024
1 parent 478fe06 commit 5bd22da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 234 deletions.
129 changes: 0 additions & 129 deletions Sources/Helpers/UnsafeRetained.swift

This file was deleted.

4 changes: 2 additions & 2 deletions Tests/ConcurrencyHelpersTests/ConcurrencyHelpersTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ final class ConcurrencyHelpersTests: XCTestCase {

XCTAssertThrowsError(try runSync { try await self.someThrowingAsyncMethod(argument: nil) })
}

/* To be fixed in sc-6284
#if os(OSX) && DEBUG
func testForBlockingCallProvidedQueueUsed() async {
let queue = DispatchQueue(label: "com.test.queue")
Expand All @@ -155,7 +155,7 @@ final class ConcurrencyHelpersTests: XCTestCase {
XCTAssert(exception?.description.contains("BadInstruction") ?? false)
}
#endif

*/
func testTaskCancellationInYieldWithBackPressure() async throws {
typealias Stream = AsyncStream<Int>

Expand Down
103 changes: 0 additions & 103 deletions Tests/HelpersTests/UnsafeRetainedTests.swift

This file was deleted.

0 comments on commit 5bd22da

Please sign in to comment.