Next | Query returned 32 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   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
   2017-12-30 14:25:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Future: update to 0.38.

0.38    2017-12-18 01:41:52
        [CHANGES]
         * Added counting ability to Future::Mutex (RT123876)

        [BUGFIXES]
         * Support perl 5.8.1 again (thanks ilmari)
   2017-11-29 14:29:25 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Future: update to 0.37.

0.37    2017/11/28 15:39:22
        [CHANGES]
         * Finally got around to removing the old Makefile.PL

        [BUGFIXES]
         * Fix for convergent futures that lose strong references during
           cancellation (RT120468)
         * ->without_cancel shouldn't retain the originating future after
           completion (RT122920)

0.36    2017/11/27 22:04:52
        [CHANGES]
         * Added ->retain method (RT123711)
         * Fixed some typoes in docs (RT118309)
         * Added ->state method (RT120759)

        [BUGFIXES]
         * Ensure that ->without_cancel still strongly holds a reference to
           its parent future (RT122920)

Next | Query returned 32 messages, browsing 11 to 20 | Previous