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

V7 merge #1220

Merged
merged 115 commits into from
Jun 1, 2021
Merged

V7 merge #1220

merged 115 commits into from
Jun 1, 2021

Conversation

mxcl
Copy link
Owner

@mxcl mxcl commented Jun 1, 2021

No description provided.

mxcl and others added 30 commits June 11, 2019 10:40
Xcode 11 / Swift 5.1 support
correcting and aligning documentation regarding `resolve` and `fulfil…
Cannot push to CoreBluetooth since I archived it
* Promise.value when T == Void

* Guarantee.value where T == Void

* Replace class with static because Promise is final

* Optimised Guarantee.value where Value == Void

* Add comment

* Implementation with Void()

* Tests for Promise<Void>.value

* Tests for Guarantee<Void>.value

* Added tests for Promise<Void> and Guarantee<Void>
Swift 5.1 release travis linux
refactor(*): Change empty tuples to `Void`
Provide a simpler exlanation and examples about when promises "start".
Make it clear that the promise's body executes after the promise is created,
without the need to call `then` or `done` on it. Also clarify that async
tasks that a being kicked off from a promise's body behave the same way
regardless of whether PromiseKit is being used or not.
@mxcl mxcl force-pushed the v7-merge branch 6 times, most recently from 79ce641 to afaee49 Compare June 1, 2021 14:51
@mxcl mxcl merged commit e9ba885 into v7 Jun 1, 2021
@repo-ranger repo-ranger bot deleted the v7-merge branch June 1, 2021 15:11
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.