swift-async-algorithms icon indicating copy to clipboard operation
swift-async-algorithms copied to clipboard

More detailed testing needs to be done tracking the transitions for AsyncChannel

Open phausler opened this issue 3 years ago • 1 comments

The changes associated with https://github.com/apple/swift-async-algorithms/commit/047ab6abef71bdb6758c7bed661a04c04f5b056a need to have some sort of test that triggers that previous behavior to prove that the change listed definitely does what we think it does (which I am pretty sure it is correct). Having tests to prove its correctness will aide in preventing possible regressions etc.

phausler avatar Apr 15 '22 17:04 phausler

Just for the record: both AsyncChannel and AsyncThrowingChannel should have those tests.

twittemb avatar Apr 20 '22 09:04 twittemb

We can close this issue since we have re-implemted the AsyncChannel and added tests.

FranzBusch avatar Aug 25 '23 12:08 FranzBusch