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

fix: harmonize debounce availability in test target

Open twittemb opened this issue 3 years ago • 0 comments

This PR applies the same available condition on TestThroughput/test_debounce() than the one on the debounce operator.

My environment is the following:

  • macOS Monterey 12.6
  • simulator iPhone 14 Pro iOS 16

The test target won't compile with the iOS simulator because of the current available statement.

Remark: the project does not compile since we removed the Task.select function (used by combineLatest()). I guess it is temporary waiting for the new implementation of AsyncCombineLatestSequence.

twittemb avatar Oct 21 '22 06:10 twittemb