diff options
author | Christopher Baines <mail@cbaines.net> | 2024-05-18 10:27:06 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-05-18 10:27:06 +0100 |
commit | 3fddc38050cf1aed44ff0083ff7711eaad616048 (patch) | |
tree | 6d1eee0f557cd906a84fbd6c19ca34027d789383 /guix-qa-frontpage | |
parent | 999c2e834c189eb685b9e586a9c37e77b69a335d (diff) | |
download | qa-frontpage-3fddc38050cf1aed44ff0083ff7711eaad616048.tar qa-frontpage-3fddc38050cf1aed44ff0083ff7711eaad616048.tar.gz |
Note that the soap library uses blocking sockets
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/debbugs.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-qa-frontpage/debbugs.scm b/guix-qa-frontpage/debbugs.scm index 656865d..b1614db 100644 --- a/guix-qa-frontpage/debbugs.scm +++ b/guix-qa-frontpage/debbugs.scm @@ -24,6 +24,7 @@ fetch-issues-with-guix-tag)) (define (debbugs-get-issues-with-guix-usertag) + ;; TODO Ideally this would be non-blocking (soap-invoke (%gnu) get-usertag "guix")) (define (fetch-issues-with-guix-tag tag) |