From unknown Fri Aug 15 15:57:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#37821 <37821@debbugs.gnu.org> To: bug#37821 <37821@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add simple-parallel-tasks. Reply-To: bug#37821 <37821@debbugs.gnu.org> Date: Fri, 15 Aug 2025 22:57:03 +0000 retitle 37821 [PATCH] gnu: Add simple-parallel-tasks. reassign 37821 guix-patches submitter 37821 Guillaume Le Vaillant severity 37821 normal tag 37821 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 03:26:49 2019 Received: (at submit) by debbugs.gnu.org; 19 Oct 2019 07:26:50 +0000 Received: from localhost ([127.0.0.1]:51857 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLj8S-0007X9-NW for submit@debbugs.gnu.org; Sat, 19 Oct 2019 03:26:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:52941) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iLj8Q-0007Wz-6l for submit@debbugs.gnu.org; Sat, 19 Oct 2019 03:26:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34535) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLj8O-0000hF-Mq for guix-patches@gnu.org; Sat, 19 Oct 2019 03:26:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLj8N-0006vP-D7 for guix-patches@gnu.org; Sat, 19 Oct 2019 03:26:44 -0400 Received: from mout02.posteo.de ([185.67.36.66]:49121) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iLj8M-0006tr-Tl for guix-patches@gnu.org; Sat, 19 Oct 2019 03:26:43 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 3C7342400FC for ; Sat, 19 Oct 2019 09:26:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1571470000; bh=pScmld3yzRyOTKI17F/JGa8M5oz4o4b/2wJGj16K68Q=; h=From:To:Cc:Subject:Date:From; b=c0JykAEkSnN/6Aua6aLkxbWCPk/bwvar7wtuH3Mk3z0q+HQi7eMhfHdtKIPFLvDgA BIh76tQBjp7CoskFnW1WxZXZGcKgXJI46T5Zn7b57QzrUia/g8PX2sr9fBQ+Fw49ii 3uXgVDOV2yxkETiotckGLUz7SaGocLkSW+2kGSgKuYaBGNLyKCqnrnWrAePOrucLAI R43OOfvwMoJiGBuzmmAAHpU542nMxi9V7rkLufWfkGSNbYrPm2xstF9zssR/E/PEL3 EhveYMyfMhwnnW5NdUjpp4YlzBtie/5ve/wDY7kwIpRvbwCeSaqER+xwYdcVd6JGEg yvmW+01OmA41w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46wDwv2LSfz9rxG; Sat, 19 Oct 2019 09:26:38 +0200 (CEST) From: Guillaume Le Vaillant To: guix-patches@gnu.org Subject: [PATCH] gnu: Add simple-parallel-tasks. Date: Sat, 19 Oct 2019 09:25:53 +0200 Message-Id: <20191019072553.20543-1-glv@posteo.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.66 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Guillaume Le Vaillant X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/lisp.scm (cl-simple-parallel-tasks, sbcl-simple-parallel-t= asks, ecl-simple-parallel-tasks): New variables. --- gnu/packages/lisp.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index bb2a589578..dcc396dd25 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -7833,3 +7833,36 @@ Clojure, as well as several expansions on the idea= .") =20 (define-public ecl-arrows (sbcl-package->ecl-package sbcl-arrows)) + +(define-public sbcl-simple-parallel-tasks + (let ((commit "db460f7a3f7bbfe2d3a2223ed21e162068d04dda") + (revision "0")) + (package + (name "sbcl-simple-parallel-tasks") + (version (git-version "1.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/glv2/simple-parallel-tasks.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0amw3qk23wnlyrsgzszs6rs7y4zvxv8dr03rnqhc60mnm8ds4dd5")))) + (build-system asdf-build-system/sbcl) + (native-inputs + `(("fiveam" ,sbcl-fiveam))) + (inputs + `(("chanl" ,sbcl-chanl))) + (synopsis "Common Lisp library to evaluate some forms in parallel"= ) + (description "This is a simple Common Lisp library to evaluate som= e +forms in parallel.") + (home-page "https://github.com/glv2/simple-parallel-tasks") + (license license:gpl3)))) + +(define-public cl-simple-parallel-tasks + (sbcl-package->cl-source-package sbcl-simple-parallel-tasks)) + +(define-public ecl-simple-parallel-tasks + (sbcl-package->ecl-package sbcl-simple-parallel-tasks)) --=20 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 21 05:22:30 2019 Received: (at control) by debbugs.gnu.org; 21 Oct 2019 09:22:30 +0000 Received: from localhost ([127.0.0.1]:55729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMTtV-0001xO-VD for submit@debbugs.gnu.org; Mon, 21 Oct 2019 05:22:30 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:35049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iMTtT-0001xB-RM for control@debbugs.gnu.org; Mon, 21 Oct 2019 05:22:28 -0400 X-Originating-IP: 92.169.151.76 Received: from bababa (lfbn-1-4156-76.w92-169.abo.wanadoo.fr [92.169.151.76]) (Authenticated sender: pierre@atlas.engineer) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 9B6FC1BF204 for ; Mon, 21 Oct 2019 09:22:25 +0000 (UTC) Date: Mon, 21 Oct 2019 11:22:25 +0200 Message-Id: <878spebgha.fsf@ambrevar.xyz> To: control@debbugs.gnu.org From: Pierre Neidhardt Subject: control message for bug #37821 X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 37821 quit Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.201 listed in list.dnswl.org] 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.2 (-) close 37821 quit From unknown Fri Aug 15 15:57:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 18 Nov 2019 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator