Tristan

Results 8 issues of Tristan

Many projects use swift preprocessor directives / active compilation conditions to enable conditional compilation. (e.g. lines surrounded by an if/ifdef/ifndef directive that should only compile when their condition – usually...

enhancement
help wanted

**Community Note** * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request * Please do not...

# Deferred * Proposal: [NNNN](NNNN-deferred.md) * Authors: [Tristan Celder](https://github.com/tcldr) * Review Manager: TBD * Status: **Awaiting feedback** * Implementation: [[Source](https://github.com/tcldr/swift-async-algorithms/blob/pr/deferred/Sources/AsyncAlgorithms/AsyncDeferredSequence.swift) | [Tests](https://github.com/tcldr/swift-async-algorithms/blob/pr/deferred/Tests/AsyncAlgorithmsTests/TestDeferred.swift)] * Decision Notes: [Additional Commentary](https://forums.swift.org/t/swift-async-algorithms-proposal-asyncdeferredsequence/60955) * Bugs: ##...

v1.1

### Description For real time programming the `@_noLocks` and `@_noAllocation` Swift attributes provide programmers with a convenient way of ensuring the safety of their code in a real time environment....

bug

I'm not sure of the best place to surface this, but as [mentioned on this Swift forums post](https://forums.swift.org/t/swift-5-10-concurrency-and-xctest/69929/13) it seems to me that the explicit, unavailable Sendable conformance of `Unit`...

## Expected Behavior Application data should be stored in the application support directory reachable via `FileManager.SearchPathDirectory.applicationSupportDirectory`. ## Current Behavior Application data is being saved to either the user's document directory...

bug

### Summary Changes the persistent storage directory to use the application support directory. See #104 for more info. ### Checklist * [ ] Does your PR title have the correct...

### What happens? When running an optimized builds, I'm getting a crash caused by the deallocation of a Connection with an internal exception with the message: :"Attempted to dereference unique_ptr...

under review