Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Windows #1239

Open
wants to merge 102 commits into
base: master
Choose a base branch
from
Open

[ci] Windows #1239

wants to merge 102 commits into from

Conversation

mxcl
Copy link
Owner

@mxcl mxcl commented Jun 10, 2021

No description provided.

mxcl and others added 30 commits April 7, 2019 16:12
* Swift 5 only
* No ObjC
* No deprecations
* No submodules
* Uses SwiftPM to generate an `.xcodeproj`
* Additional comments for Dispatcher.swift
* Remove .promise namespacer from Dispatcher.dispatch -> Guarantee/Promise
* Convert to LogEvent system, groom logging and tests
* Expand DispatchQueueDispatcher to hold both a DispatchGroup and a QoS
* Finalize dispatcher.dispatch and related tests
* Clean up DispatchQueue wrapping, avoid assuming any particular defaults
* CurrentThreadDispatcher.dispatch needn't mark closure arg as @escaping
* Test that DispatchQueue.pmkDefault is identifiable with ===
* Documentation updates
* Build any v7* branch
* Rebuild Linux test manifest, check return types of Dispatcher.dispatch {}
* Add StrictRateLimitedDispatcher

* Add ConcurrencyLimitedDispatcher

* StrictRateLimitedDispatcher now schedules only on execution

* Refactor rate limited dispatchers onto common base

* Limiter dispatchers complete and tested

* Add CoreDataDispatcher

* Grooming, doc comments, NSLock -> DispatchQueue

* Break Dispatcher implementation tests into separate classes to allow parallelism

* Move time measurement outside of serialization for rate limit test

* Update testing for Linux and slow Travis environments

* Build all v7 branches
This patch adds the concept of a `CancelContext` to PromiseKit allowing chains to handle cancellation properly for each independent promise after the cancel point.
* Fix "Typechecking timeout compiling tests in v7 #1026" by specifying the closure return type in DispatcherTests
* Remove unnecessary "#if swift" checks in the cancellable code and tests
'Cancel' for PromiseKit: fix for #1026, plus cleanup
Rationale: Since this variant takes a specific
error object, it does not need checked against in
handler and is therefore likely to be explicitly
ignored (`_ in`). Thus removing the object removes
the need for this.
Because for this error type accepting variant of
catchOnly it makes sense to want to not catch
specific cancellable cases in the type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants