Commit Graph

10 Commits

Author SHA1 Message Date
Max Howell
1c958cfdb6
Reverts #963 due to ambiguity (see #990) 2019-01-23 17:19:00 -05:00
Max Howell
8054c287cf Warnings fixes for Swift 5 2018-12-23 10:44:52 +00:00
Neal Lester
5bb2aae8cc Fixed bug where pendingPromiseDeallocated event was incorrectly repor… (#972)
* Fixed bug where pendingPromiseDeallocated event was incorrectly reported as a waitOnMainThread event. Added test which should have caught this bug in the first place.

* Kick Travis CI
2018-12-14 16:47:17 +00:00
Max Howell
e9f3df1cab Tidy 2018-12-04 15:01:07 -05:00
Neal Lester
a5ab1ea5b3 Added facilities for controlling console output
Refs #961
2018-12-04 14:48:58 -05:00
Max Howell
4e78705bac Keep code-coverage up; Keep docs coverage up 2018-11-29 12:54:13 -05:00
Lars Stegman
33e7eba60b Create fulfill function for void promises
I find it annoying to have to add a Void value every time I need to fulfill a Void promise. It can also be confusing how to fulfill Void promises for people who are not familiar with how to instantiate a Void value.
2018-11-29 10:14:24 +01:00
Max Howell
41699e222d Use final where possible
Allows the optimizer to remove dynamic dispatch, being `public` rather than `open` is not enough.

https://twitter.com/mxcl/status/1060222414829838336
2018-11-07 13:04:01 -05:00
Max Howell
52c1d2e26d Complete documentation 2018-05-04 22:25:34 -04:00
Max Howell
47367f1df6 5.0.0 2017-11-06 09:27:11 -05:00