Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / apple/swift-async-algorithms issues and pull requests

#247 - Provide an option for chunking based on a signal to include empty chunks

Issue - State: open - Opened by tachyonics about 2 years ago - 1 comment
Labels: enhancement, good first issue

#246 - Rename AsyncLazySequence to AsyncSyncSequence per review feedback

Pull Request - State: closed - Opened by phausler about 2 years ago

#245 - [Replay] implement with a bounded buffer strategy (v1.1)

Pull Request - State: open - Opened by twittemb about 2 years ago
Labels: v1.1

#243 - Add precondition guards to pthread_mutex calls

Pull Request - State: closed - Opened by Danappelxx about 2 years ago - 2 comments

#242 - [Broadcast] implement the algorithm with a buffering strategy (v1.1)

Pull Request - State: open - Opened by twittemb about 2 years ago - 2 comments
Labels: v1.1

#241 - AsyncChannel: Use close verb instead of finish

Pull Request - State: closed - Opened by eaigner about 2 years ago - 8 comments

#240 - Remove `print` from implementation of `combineLatest`

Pull Request - State: closed - Opened by MaxDesiatov about 2 years ago - 1 comment

#239 - [Buffer] implement with customizable storages

Pull Request - State: closed - Opened by twittemb about 2 years ago - 17 comments

#238 - Rework the AsyncBuffer type to have mutating methods and require Sendable

Pull Request - State: closed - Opened by phausler about 2 years ago

#237 - Relay algorithm

Pull Request - State: closed - Opened by tcldr about 2 years ago

#236 - Add a proposal for AsyncBufferSequence

Pull Request - State: closed - Opened by phausler about 2 years ago - 5 comments

#235 - [Channel] re-implement using a state machine

Pull Request - State: closed - Opened by twittemb about 2 years ago - 12 comments

#234 - Fix Source links in documentations

Pull Request - State: closed - Opened by swiftty about 2 years ago

#233 - Transform the reductions and remove duplicates guides into a proposal

Pull Request - State: closed - Opened by phausler about 2 years ago

#232 - Ensure all imports of other modules are implementation only

Pull Request - State: closed - Opened by phausler about 2 years ago

#231 - Transform the chunk and timer guides into a proposal

Pull Request - State: closed - Opened by phausler about 2 years ago

#229 - [Channels] implement AsyncBufferedChannel

Pull Request - State: closed - Opened by twittemb about 2 years ago

#227 - Broadcast algorithm (Previously Shared)

Pull Request - State: closed - Opened by tcldr over 2 years ago - 4 comments

#226 - `Sequence`-based implementation of combining algorithms in addition to variadic ones

Issue - State: open - Opened by MaxDesiatov over 2 years ago - 2 comments
Labels: enhancement, v1.1

#225 - Removed `Task.select(_:)` method is still called.

Issue - State: closed - Opened by Malauch over 2 years ago - 3 comments

#224 - Tests fail with the iOS simulator

Issue - State: open - Opened by twittemb over 2 years ago - 1 comment
Labels: testing, v1.0

#223 - [UnitTests] fix to harmonize debounce availability

Pull Request - State: closed - Opened by twittemb over 2 years ago

#222 - Deferred algorithm

Pull Request - State: open - Opened by tcldr over 2 years ago - 3 comments
Labels: v1.1

#221 - Merge the zip2 and zip3 implementations

Pull Request - State: closed - Opened by FranzBusch over 2 years ago

#220 - Remove Sendable from `AsyncBufferedByteIterator`

Pull Request - State: closed - Opened by FranzBusch over 2 years ago

#219 - Remove Sendability from all Iterators

Pull Request - State: closed - Opened by FranzBusch over 2 years ago - 3 comments

#218 - Provide a higher arity version of merge(…)

Issue - State: open - Opened by tonyarnold over 2 years ago - 3 comments
Labels: Future

#217 - Task.select is no longer used and can potentially impact performance negatively

Pull Request - State: closed - Opened by phausler over 2 years ago - 6 comments

#216 - Add a proposal for AsyncChannel

Pull Request - State: closed - Opened by phausler over 2 years ago - 11 comments

#215 - [WIP] Deadline algorithm

Pull Request - State: open - Opened by phausler over 2 years ago - 5 comments
Labels: v1.1

#214 - [WIP] Broadcast algorithm

Pull Request - State: open - Opened by phausler over 2 years ago - 12 comments
Labels: v1.1

#213 - Remove `Sendable` constraint for `AsyncChain2Sequence`

Pull Request - State: closed - Opened by FranzBusch over 2 years ago - 1 comment

#212 - Remove `Sendable` constraint for `AsyncAdjacentPairsSequence`

Pull Request - State: closed - Opened by FranzBusch over 2 years ago - 2 comments

#211 - Simplify the implementation of `zip`

Pull Request - State: closed - Opened by FranzBusch over 2 years ago - 9 comments

#209 - Simplify chunks algorithm by re-using merge and composition

Pull Request - State: closed - Opened by phausler over 2 years ago

#208 - AsyncSubject/AsyncThrowingSubject

Pull Request - State: closed - Opened by rustle over 2 years ago
Labels: v1.1

#207 - Deprecation Housekeeping (#206)

Pull Request - State: closed - Opened by rustle over 2 years ago - 1 comment

#206 - Deprecation Housekeeping

Pull Request - State: closed - Opened by rustle over 2 years ago

#203 - Simplify resumptions

Pull Request - State: closed - Opened by phausler over 2 years ago

#202 - test_bufferingOldest_error fails with an unexpected set of values.

Issue - State: closed - Opened by phausler over 2 years ago - 4 comments

#201 - [zip] remove Sendable constraint + limit task creation

Pull Request - State: closed - Opened by twittemb over 2 years ago - 3 comments

#200 - [Zip] Reimplement to remove Sendable constraint and reduce Task creation

Issue - State: closed - Opened by twittemb over 2 years ago - 1 comment

#199 - Xcode 14 (14A309) regression: Project does not build

Issue - State: closed - Opened by Sajjon over 2 years ago - 7 comments

#198 - Remove `AsyncIterator: Sendable` requirement from debounce

Pull Request - State: closed - Opened by FranzBusch over 2 years ago - 4 comments

#197 - Remove `AsyncIterator: Sendable` requirement from debounce

Pull Request - State: closed - Opened by FranzBusch over 2 years ago

#196 - Warnings when flag `-warn-concurrency` is enabled for `AsyncAlgorithms`

Issue - State: closed - Opened by Sajjon over 2 years ago - 4 comments

#195 - Build fails with macOS SDK on Xcode 14 RC (14A309)

Issue - State: closed - Opened by sinoru over 2 years ago - 3 comments

#194 - Convert the guides for debounce and throttle into a proposal

Pull Request - State: closed - Opened by phausler over 2 years ago - 6 comments

#193 - [Merge] optimize tasks creation and remove sendable constraint

Pull Request - State: closed - Opened by twittemb over 2 years ago - 6 comments

#192 - [Merge] Improve conception

Issue - State: closed - Opened by twittemb over 2 years ago - 9 comments

#191 - AsyncChainSequence: harmonize unit tests nomenclature

Pull Request - State: closed - Opened by twittemb over 2 years ago

#190 - AsyncLazySequence: harmonize unit tests nomenclature

Pull Request - State: closed - Opened by twittemb over 2 years ago

#189 - AsyncLazySequence proposal

Pull Request - State: closed - Opened by phausler over 2 years ago

#188 - Convert the chain guide to a proposal

Pull Request - State: closed - Opened by phausler over 2 years ago

#187 - Convert the bytes iterator guide to a proposal

Pull Request - State: closed - Opened by phausler over 2 years ago

#186 - fixes tests for AsyncChannel which fail on iOS

Pull Request - State: closed - Opened by brennanMKE over 2 years ago - 9 comments

#185 - Remove `AsyncIterator: Sendable` requirement from merge

Pull Request - State: closed - Opened by FranzBusch over 2 years ago - 7 comments

#184 - [Channel] improve send cancellation

Pull Request - State: closed - Opened by twittemb over 2 years ago

#183 - `Task.select` may hang indefinitely if the input sequence is empty

Issue - State: closed - Opened by laclouis5 over 2 years ago - 1 comment

#182 - [AsyncChannel] Question: is task cancellation in sending operations too violent?

Issue - State: closed - Opened by twittemb over 2 years ago - 3 comments

#181 - [AsyncChannel] Question: How is it possible to register twice the same Awaiting?

Issue - State: closed - Opened by twittemb over 2 years ago - 2 comments

#180 - Proposal for `joined` and `joined(separator:)`

Pull Request - State: closed - Opened by FranzBusch over 2 years ago - 3 comments

#178 - Modify the adjacent pairs guide into a proposal ready for review

Pull Request - State: closed - Opened by phausler over 2 years ago - 3 comments

#177 - Add an introduction and formatting for the `combineLatest` algorithm into a proposal.

Pull Request - State: closed - Opened by phausler over 2 years ago - 6 comments

#176 - Subject equivalent?

Issue - State: open - Opened by ursusursus over 2 years ago - 19 comments
Labels: Future

#174 - Debounce not debouncing?

Issue - State: closed - Opened by stephencelis over 2 years ago - 9 comments

#170 - Send and receive only channels

Issue - State: open - Opened by paulofaria over 2 years ago - 6 comments

#169 - Should channel operations automatically check for cancelation?

Issue - State: closed - Opened by paulofaria over 2 years ago - 2 comments

#168 - Deadlines for channels

Issue - State: closed - Opened by paulofaria over 2 years ago - 3 comments

#159 - Update availability to be in sync with Clock/Instant/Duration

Pull Request - State: closed - Opened by phausler over 2 years ago - 4 comments

#157 - Tools for testing Swift concurrency

Issue - State: open - Opened by stephencelis over 2 years ago - 3 comments

#154 - Test sleeping in both tasks of Task.select.

Pull Request - State: closed - Opened by mbrandonw almost 3 years ago - 3 comments

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

Issue - State: closed - Opened by phausler almost 3 years ago - 2 comments
Labels: v1.0

#147 - [WithLatestFrom] implement operator for arity 1 and 2

Pull Request - State: open - Opened by twittemb almost 3 years ago - 4 comments
Labels: enhancement, v1.1

#145 - Add a redirect for the base page rendering

Pull Request - State: open - Opened by phausler almost 3 years ago - 1 comment

#130 - [DO NOT MERGE] PR Test

Pull Request - State: closed - Opened by shahmishal almost 3 years ago - 8 comments

#118 - Add `recursiveMap(_:)` methods

Pull Request - State: open - Opened by SusanDoggie almost 3 years ago - 1 comment
Labels: v1.1

#110 - Multi-consumption of an `AsyncSequence`

Issue - State: open - Opened by ABridoux almost 3 years ago - 25 comments
Labels: Future

#109 - `Task.select` loser-tasks cancellation

Issue - State: closed - Opened by inamiy almost 3 years ago - 6 comments
Labels: v1.0

#107 - `Task.select` naming

Issue - State: closed - Opened by filip-sakel almost 3 years ago - 6 comments
Labels: review, v1.0

#72 - Clean up some more warnings via an additional Sendability pass audit

Pull Request - State: closed - Opened by phausler almost 3 years ago

#51 - removeDuplicates naming is provisional and needs review

Issue - State: closed - Opened by phausler almost 3 years ago - 9 comments
Labels: documentation, help wanted, review, v1.0

#47 - AsyncChannel naming is provisional and needs review

Issue - State: closed - Opened by phausler almost 3 years ago - 12 comments
Labels: documentation, help wanted, review, v1.0