2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-04-26 15:56:06 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Future) Updated to 0.45
0.45 2020-04-22
[CHANGES]
* API changes to make duck-typing closer to Promises/A+ et.al:
+ Allow sequencing methods to yield non-Future results; upgrade
them to being Future-wrapped
+ Add ->resolve and ->reject as aliases of ->done and ->fail
* Recognise PERL_FUTURE_STRICT environment variable to restore
previous sequencing method behaviour
[BUGFIXES]
* ->without_cancel still needs to cancel result if caller is
cancelled
* Ensure all Future::AsyncAwait interop methods properly respect
subclassing
|
2020-04-11 14:18:56 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Future) Updated to 0.44
0.44 2020-03-25
[CHANGES]
* Added ->result; use that in unit tests and docs where appropriate
* Slight performance boost in internals by direct field access rather
than accessor methods
* Document ->await properly; make it wait until ready
* Discourage ->block_until_ready
0.43 2020-01-07
[CHANGES]
* Implement the Future::AsyncAwait::Awaitable API methods directly
|
2019-11-16 01:39:01 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Future) Updated to 0.42
0.42 2019-11-12
[CHANGES]
* Added Future::Queue
[BUGFIXES]
* Remove already-completed futures from the on_cancel chain of others
to avoid the list growing arbitrarily large in some situations; e.g
easily provoked by long loops in Future::AsyncAwait
|
2019-11-03 11:16:06 by Roland Illig | Files touched by this commit (152) |
Log message:
devel/p5-*: align variable assignments
pkglint -Wall -F --only aligned --only indent p5-*
No manual corrections.
|
2019-08-14 03:36:13 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.41
Upstream changes:
0.41 2019-06-13
[CHANGES]
* Added Future::Exception->throw
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-05-08 10:44:49 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.40
Upstream changes:
0.40 2019-05-03
[CHANGES]
* Added Future::Exception (RT129373)
* Make ->get throw a Future::Exception and ->fail recognise one
* Better documentation of the failure category parameter
* Added a properly-documented ->block_until_ready
|
2018-12-01 04:03:40 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.39
Upstream changes:
0.39 2018-09-20 14:03:05
[CHANGES]
* Added Test::Future::Deferred
* Use Syntax::Keyword::Try in example code
* Various docs fixes
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|