From unknown Sun Jun 22 22:42:38 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#53709 <53709@debbugs.gnu.org> To: bug#53709 <53709@debbugs.gnu.org> Subject: Status: [PATCH] gnu: js-of-ocaml: Update to 4.0.0. Reply-To: bug#53709 <53709@debbugs.gnu.org> Date: Mon, 23 Jun 2025 05:42:38 +0000 retitle 53709 [PATCH] gnu: js-of-ocaml: Update to 4.0.0. reassign 53709 guix-patches submitter 53709 pukkamustard severity 53709 normal tag 53709 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 01 14:39:35 2022 Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 19:39:35 +0000 Received: from localhost ([127.0.0.1]:44176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEyzz-0000k8-8X for submit@debbugs.gnu.org; Tue, 01 Feb 2022 14:39:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:42020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEyzx-0000jz-DN for submit@debbugs.gnu.org; Tue, 01 Feb 2022 14:39:29 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33756) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEyzx-0006bZ-0M for guix-patches@gnu.org; Tue, 01 Feb 2022 14:39:29 -0500 Received: from mout01.posteo.de ([185.67.36.65]:39249) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEyzu-0003Qn-04 for guix-patches@gnu.org; Tue, 01 Feb 2022 14:39:28 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 9749B240026 for ; Tue, 1 Feb 2022 20:39:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1643744361; bh=ksgXrllKml3PwK9pqGuMTUWgT1EwPCdk0xaSREVe0JM=; h=From:To:Cc:Subject:Date:From; b=SaevOoFzV7iClBKofS4VTpFF6UONTfQRSubafY+owtHV4//DVhGzDNzUjtDTo9uEq 1Gr+CXvY74ATd0D4qU4Di/8bHUzuFrLH63gkHLOEGN9RQBQ8oCo+GKmA+vQM7cNGZl f1EKFxhhpSA21Y6F8BueB4cYgEsY0CL89wXLQ3S3OaHraQVFmsbfUOHjBY0P28J9I2 0SY9e2r3PslrE3MyQaKTlm0OxXZl7TTRft7yXbkilbE0SfcwVkmfUFtVxoXk41mI8e AuPTmrbdprgvPS0LWbQ22ANatJxKZoBpGA6YYClzk1KrJykkln+gSG+BqkgbSIGlXL +Q1ohrlEBOq/g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JpFcS6MJ1z6tmL; Tue, 1 Feb 2022 20:39:20 +0100 (CET) From: pukkamustard To: guix-patches@gnu.org Subject: [PATCH] gnu: js-of-ocaml: Update to 4.0.0. Date: Tue, 1 Feb 2022 19:36:38 +0000 Message-Id: <20220201193638.17121-1-pukkamustard@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=pukkamustard@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit Cc: pukkamustard 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.0 (++) 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: * gnu/packages/ocaml (js-of-ocaml): Update to 4.0.0. --- gnu/packages/ocaml.scm | 19 ++++ 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 6c1ac057a4..fa6cdcb0d5 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2020 Mariu [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/ocaml (js-of-ocaml): Update to 4.0.0. --- gnu/packages/ocaml.scm | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 6c1ac057a4..fa6cdcb0d5 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2020 Marius Bakke ;;; Copyright © 2020, 2021 Simon Tournier ;;; Copyright © 2020 divoplade -;;; Copyright © 2020, 2021 pukkamustard +;;; Copyright © 2020, 2021, 2022 pukkamustard ;;; Copyright © 2021 aecepoglu ;;; Copyright © 2021 Sharlatan Hellseher ;;; Copyright © 2021 Xinglu Chen @@ -7639,7 +7639,7 @@ (define-public ocaml-cohttp (define-public js-of-ocaml (package (name "js-of-ocaml") - (version "3.11.0") + (version "4.0.0") (source (origin (method git-fetch) @@ -7648,20 +7648,9 @@ (define-public js-of-ocaml (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1x5f1ph9wgx0mgyibssssnrcwp69ihw66gzhsnz9h79czgzyjpp2")))) + (base32 "0iyhl9z57j53j2jvyqcwmxhbvy23l6g80aa0abmlgwam14yskspf")))) (build-system dune-build-system) - (arguments - `(#:test-target "." - #:phases - (modify-phases %standard-phases - (add-before 'check 'fix-failing-test - (lambda _ - ;; Formating difference - (with-output-to-file "compiler/tests-jsoo/bin/error2.expected" - (lambda _ - (format #t - "Fatal error: exception Match_failure(\ -\"compiler/tests-jsoo/bin/error2.ml\", 11, 2)\n\n")))))))) + (arguments `(#:test-target ".")) (propagated-inputs (list ocaml-ppxlib ocaml-uchar -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 05 16:54:21 2022 Received: (at 53709-done) by debbugs.gnu.org; 5 Feb 2022 21:54:21 +0000 Received: from localhost ([127.0.0.1]:35740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGT0f-0000RW-8b for submit@debbugs.gnu.org; Sat, 05 Feb 2022 16:54:21 -0500 Received: from lepiller.eu ([89.234.186.109]:45520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGT0d-0000RJ-NK for 53709-done@debbugs.gnu.org; Sat, 05 Feb 2022 16:54:20 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 80f5ca67; Sat, 5 Feb 2022 21:54:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=L+J9cciu6rOa k+gTDEW/tBFqllUuhzjKqv8IX6fdqZw=; b=Gejyo5J8W7nQTVykgTbL5PaEEX21 stt+bkifGb9rZOqIFx8IY/Jh9dieb/mcar59C1KKLlv2YNavlloPMlPtxIPi8dR6 O8tKoAXsKUOie4qlloKjfXbO72INkKXCKtJw1M2RH/5VODXF1lMkd182IW0qcEA3 KtROzeoG5sHahwet8zOurS3ZI32NwChQz84+XuByMjgXrzeIXibRSGrcirijHKWg R6ao62ACjS82NGRrhrej4n45GPwscuvkHoylFJ9U3gnjOQZtUwGRS1U7HdMLlV3M jfZPitT16yXRnIEn656mzWZCGOI4TmrFw5eGyEITstkji5ln3MDIVbtRvw== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id e44b5c27 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 5 Feb 2022 21:54:18 +0000 (UTC) Date: Sat, 5 Feb 2022 22:54:12 +0100 From: Julien Lepiller To: pukkamustard Subject: Re: [bug#53709] [PATCH] gnu: js-of-ocaml: Update to 4.0.0. Message-ID: <20220205225412.2f005801@tachikoma.lepiller.eu> In-Reply-To: <20220201193638.17121-1-pukkamustard@posteo.net> References: <20220201193638.17121-1-pukkamustard@posteo.net> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53709-done Cc: 53709-done@debbugs.gnu.org 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: -0.0 (/) Pushed to master, thanks! From unknown Sun Jun 22 22:42:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 06 Mar 2022 12:24:04 +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