Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 886445 - [kde overlay] kde-apps/kaccounts-integration-9999 new dependency dev-libs/qcoro5
Summary: [kde overlay] kde-apps/kaccounts-integration-9999 new dependency dev-libs/qcoro5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-16 23:58 UTC by jospezial
Modified: 2022-12-24 23:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2022-12-16 23:58:18 UTC
https://invent.kde.org/network/kaccounts-integration/-/commit/20dac6597a0a7858d21ce56ad8581a4668c6d277
"[plugins/kio-webdav] Refactor code using coroutines

The code consists of a series of async operations/jobs, split across several functions/classes

This comes with quite some boilerplate and makes the code rather hard to follow

Using coroutines we can write the async code in a linear fashion, reducing the boilerplate and making it more concise"
Comment 1 Larry the Git Cow gentoo-dev 2022-12-24 23:48:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6f7555c46c25476481c84e21e89967578607bdb

commit a6f7555c46c25476481c84e21e89967578607bdb
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2022-12-24 23:25:11 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2022-12-24 23:25:11 +0000

    kde-apps/kaccounts-integration: Add new dependency
    
    Upstream commit 20dac6597a0a7858d21ce56ad8581a4668c6d277
    
    Closes: https://bugs.gentoo.org/886445
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)