-
Notifications
You must be signed in to change notification settings - Fork 169
Comparing changes
Open a pull request
base repository: apple/swift-async-algorithms
base: 1.0.0-beta.1
head repository: apple/swift-async-algorithms
compare: main
- 20 commits
- 123 files changed
- 11 contributors
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5bbdcc1 - Browse repository at this point
Copy the full SHA 5bbdcc1View commit details
Commits on Nov 17, 2023
-
Fix potential deadlocks when resuming a continuation while holding a …
…lock (#303) * Fix potential deadlocks in zip * Fix debounce * Fix combineLatest * Fix Channel * Fix buffer
Configuration menu - View commit details
-
Copy full SHA for da4e36f - Browse repository at this point
Copy the full SHA da4e36fView commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14729ea - Browse repository at this point
Copy the full SHA 14729eaView commit details
Commits on Feb 28, 2024
-
Depend on specific products from swift-collections (#307)
* Only depend on OrderedCollections from swift-collections Before this change, once consumers update to SwiftCollections 1.1.0 they'll pull in all of the new collection dependencies (HashTree, BitCollections, etc.). In our case, this increased our binary size by ~1MB. To fix this, we switch to only depending on what we need. * Add DequeModule dependency
Configuration menu - View commit details
-
Copy full SHA for d162617 - Browse repository at this point
Copy the full SHA d162617View commit details
Commits on Apr 4, 2024
-
Fix some strict concurrency warnings (#310)
# Motivation There were a few new strict concurrency warnings that this PR fixes.
Configuration menu - View commit details
-
Copy full SHA for 46b4464 - Browse repository at this point
Copy the full SHA 46b4464View commit details
Commits on Apr 10, 2024
-
Add support for
SWIFTCI_USE_LOCAL_DEPS
convention (#311)To use this package in utils/build-script pipeline
Configuration menu - View commit details
-
Copy full SHA for 6ae9a05 - Browse repository at this point
Copy the full SHA 6ae9a05View commit details
Commits on Aug 6, 2024
-
Add Musl import, error if unrecognised platform (#325)
* Add Musl import, error if unrecognised platform * Add #else #error for all platform checks
Configuration menu - View commit details
-
Copy full SHA for e83857c - Browse repository at this point
Copy the full SHA e83857cView commit details
Commits on Aug 7, 2024
-
Use Bionic module from new Android overlay in Swift 6 instead (#326)
The new module and overlay were merged into Swift 6 in swiftlang/swift#74758.
Configuration menu - View commit details
-
Copy full SHA for 2503842 - Browse repository at this point
Copy the full SHA 2503842View commit details
Commits on Sep 2, 2024
-
* [DOCS] fix typo: precicely → precisely * [DOCS] fix typo: ever → every * [DOCS] fix typo: AsyncBufferSequence, relative
Configuration menu - View commit details
-
Copy full SHA for 5c8bd18 - Browse repository at this point
Copy the full SHA 5c8bd18View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c3ea81 - Browse repository at this point
Copy the full SHA 4c3ea81View commit details
Commits on Mar 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ba33a22 - Browse repository at this point
Copy the full SHA ba33a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b49aa - Browse repository at this point
Copy the full SHA d5b49aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba30f20 - Browse repository at this point
Copy the full SHA ba30f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552856a - Browse repository at this point
Copy the full SHA 552856aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5878737 - Browse repository at this point
Copy the full SHA 5878737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08bb1bb - Browse repository at this point
Copy the full SHA 08bb1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fcf11d - Browse repository at this point
Copy the full SHA 9fcf11dView commit details
Commits on Mar 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 57b0814 - Browse repository at this point
Copy the full SHA 57b0814View commit details
Commits on Apr 22, 2025
-
Move platform requirements to availability annotations (#348)
* Move platform requirements to availability annotations Adding or raising the deployment platforms in the package manifest is a SemVer major breaking change as consumers must also add or raise their deployment platforms. This is a known limitation of SwiftPM. Unforunately this means that it's very difficult for non-leaf packages to adopt packages which declare their platforms in the manifest. Doing so puts the brakes on adoption and ecosystem growth. For 'core' packages like this one availability constraints should be expressed on declarations rather than in the manifest. This patch adds equivalent availability annotations to declarations across the package and removes platforms from the package manifest. * Address naming feedback
Configuration menu - View commit details
-
Copy full SHA for 042e1c4 - Browse repository at this point
Copy the full SHA 042e1c4View commit details
Commits on Jul 2, 2025
-
Remove the DocC plugin as a dependency (#354)
When DocC was introduced the DocC plugin was useful for building documentation locally. Nowadays both Xcode and VSCode have built-in support to generate this without the need for the plugin. This PR removes the direct dependency on the plugin.
Configuration menu - View commit details
-
Copy full SHA for 3997ce3 - Browse repository at this point
Copy the full SHA 3997ce3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.0-beta.1...main