From unknown Sat Aug 16 13:51:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49136] [PATCH 0/2] Update ocaml-merlin Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 20 Jun 2021 14:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49136 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49136@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162420060325273 (code B ref -1); Sun, 20 Jun 2021 14:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Jun 2021 14:50:03 +0000 Received: from localhost ([127.0.0.1]:34784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luylu-0006ZZ-O8 for submit@debbugs.gnu.org; Sun, 20 Jun 2021 10:50:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:58358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luylt-0006Z4-5E for submit@debbugs.gnu.org; Sun, 20 Jun 2021 10:50:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luyls-0002HO-TN for guix-patches@gnu.org; Sun, 20 Jun 2021 10:50:00 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:40700 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luylr-0000Jr-4U for guix-patches@gnu.org; Sun, 20 Jun 2021 10:50:00 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624200594; bh=iKohtP+MxvX2gwlim3XjK4t2mLhTsNVHayDTha8DJ2s=; h=From:To:Subject:Date; b=aLfWWnVoiOrWTrSdyEnwUk6DYwpBW7DIGy8hjaTooelFRFjwbHiZMB4K73WUJ0lOR F9z401sAsVziCLVOsZanH/qiiKCTqsaiyCZfS9/TInsGOs4CDlxjt8t3k7yKLRo8T5 CKPfgPHVe3J4FB8OnAYptHN8POTt4POXdM9O550M= Message-Id: Date: Sun, 20 Jun 2021 16:49:41 +0200 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 29 X-Spam_score: 2.9 X-Spam_bar: ++ X-Spam_report: (2.9 / 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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.486, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.7 (++) 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: This series updates =?UTF-8?Q?=E2=80=98ocaml-dot-merlin-reader=E2=80=99?= and =?UTF-8?Q?=E2=80=98ocaml-merlin=E2=80=99,?= the latest version is 4.2-412, but our OCaml compiler is at version 4.11.1, so I updated them to 4.2-411. I also refactored the =?UTF-8?Q?=E2=80=98ocaml-merlin=E2=80=99?= package to inherit from =?UTF-8?Q?=E2=80=98ocaml-dot-merlin-reader=E2=80=99?= to avoid having to update the version and hash twice. Content analysis details: (2.7 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)] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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.2 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This series updates =E2=80=98ocaml-dot-merlin-reader=E2=80=99 and =E2=80=98= ocaml-merlin=E2=80=99, the latest version is 4.2-412, but our OCaml compiler is at version 4.11.1, so I updated them to 4.2-411. I also refactored the =E2=80=98ocaml-merlin=E2=80=99 package to inherit from =E2=80=98ocaml-dot-merlin-reader=E2=80=99 to avoid having to update the ver= sion and hash twice. Xinglu Chen (2): gnu: ocaml-dot-merlin-reader: Update to 4.2-411. gnu: ocaml-merlin: Inherit from =E2=80=98ocaml-dot-merlin-reader=E2=80=99. gnu/packages/ocaml.scm | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) base-commit: a211078f992bc5a26eaf787c6b01caa41de67597 =2D-=20 2.32.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmDPVYYVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5THcP/iTLzZ3eFRpArbEYDQDsaT4ytai8 Eh4ALC9eHZDPjC0kqi3SBpdNvMMTpC+ryDT7PeJtEBrsTkUqqtcAoIUEeI3nVROW qjdYxkaMBSIGf/cto7Z0Lpo5w8GYd7WGqDKtQmJBEW8bPAevoMMwdJ5mKJBMW62V hlO6hR+fpoTidxCM4U8Uba8kC5o+yGDmZ6kO9NDbUrAyLFfX7zZsIhtxgkxazmnT 0I3ZgqUBV2peB7bWJJAZHu0OhkI/0NFV/Ui9Eau73Wxzj93wwYKCIA+Vzywwv+2z vDSR4G6REvV6uQbY2sooid5Y3yY64hV84uNLGge//ZcsoE1noDuMw4LuGtCV4tgQ qCDTiXyVzMNQ43AcAn2yaIJJho9oHKt7kT3Z/I3BpXaHvQVcCAYUbbWBanwUN+6F yghLDL2AcFBNjXonA0Vynxhn4HAQb3zrNKdaNCkBis2J0yCx1lGTYTif6CEQK3+m mExXezQqZEA+TQjbuYjK/A07xsfV6V2b66EdiXsULk4MsIhfqgEDyyKBeo+uXAhN XyIfQ+dsfmmqUl0bkj7F/RyVPfMnglwV6Hlp23PntLpHMRKxc6OfsKA1ewO1GQyD BS4wyolTGH9Wn8I/zyAPsOIEwfqXA/r0sz5QJEVLFeP9hERqRasIsPojoWGSgN1u kmT5Dasc9dvGggE+ =lTj3 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 13:51:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49136] [PATCH 1/2] gnu: ocaml-dot-merlin-reader: Update to 4.2-411. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 20 Jun 2021 14:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49136 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49136@debbugs.gnu.org Received: via spool by 49136-submit@debbugs.gnu.org id=B49136.162420074525583 (code B ref 49136); Sun, 20 Jun 2021 14:53:01 +0000 Received: (at 49136) by debbugs.gnu.org; 20 Jun 2021 14:52:25 +0000 Received: from localhost ([127.0.0.1]:34797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luyoD-0006eY-CB for submit@debbugs.gnu.org; Sun, 20 Jun 2021 10:52:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:49028 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luyo8-0006eC-Ub for 49136@debbugs.gnu.org; Sun, 20 Jun 2021 10:52:22 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624200735; bh=uH4sA2JnQKQ+c7p4we+Ru5qSahVdUgog2k0pqmr11wY=; h=From:To:Subject:In-Reply-To:References:Date; b=GAHSSmsLMeF4AD084c8L3W1KfUFx1ZADTh1OMd2NMgDBFjcvix+ZGlHxxzlJUf1w7 dD3prE91fetzNIwmryHyNfwhPTwU1gSZgcvu7JaaVQNArj+7F2CX3G1FX6M6h5Hckb rLr2YNw2e/Y1Um9KQnduFaFqo1WaND3Say/9RJUA= In-Reply-To: References: Message-Id: <8d451f4f17846759b48c15de98c524e3f5f56772.1624200385.git.public@yoctocell.xyz> Date: Sun, 20 Jun 2021 16:52:14 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) 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.scm (ocaml-dot-merlin-reader): Update to 4.2-411. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 047d504a0a..58b34d4293 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4540,7 +4540,7 @@ format}. @code{craml} i [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 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.9 (+) 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.scm (ocaml-dot-merlin-reader): Update to 4.2-411. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 047d504a0a..58b34d4293 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4540,7 +4540,7 @@ format}. @code{craml} i [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/ocaml.scm (ocaml-dot-merlin-reader): Update to 4.2-411. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 047d504a0a..58b34d4293 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4540,7 +4540,7 @@ format}. @code{craml} is released as a single binary (called @code{craml}).") (define-public ocaml-dot-merlin-reader (package (name "ocaml-dot-merlin-reader") - (version "3.4.2") + (version "4.2-411") (source (origin (method git-fetch) @@ -4550,7 +4550,7 @@ format}. @code{craml} is released as a single binary (called @code{craml}).") (file-name (git-file-name name version)) (sha256 (base32 - "0i2nwkdh6cfzmnsdsr8aw86vs8j1k5jkjzrs61b9384wnffdbbmj")))) + "1vl6p8m2pag5j283h5g2gzxxfm599k6qhyrjkdf3kyc476fc9lw8")))) (build-system dune-build-system) (arguments '(#:package "dot-merlin-reader" #:tests? #f)) ; no tests -- 2.32.0 From unknown Sat Aug 16 13:51:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49136] [PATCH 2/2] gnu: ocaml-merlin: Inherit from =?UTF-8?Q?=E2=80=98ocaml-dot-merlin-reader=E2=80=99.?= Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 20 Jun 2021 14:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49136 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49136@debbugs.gnu.org Received: via spool by 49136-submit@debbugs.gnu.org id=B49136.162420074525589 (code B ref 49136); Sun, 20 Jun 2021 14:53:01 +0000 Received: (at 49136) by debbugs.gnu.org; 20 Jun 2021 14:52:25 +0000 Received: from localhost ([127.0.0.1]:34799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luyoD-0006ea-I0 for submit@debbugs.gnu.org; Sun, 20 Jun 2021 10:52:25 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:49034 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luyoA-0006eE-Me for 49136@debbugs.gnu.org; Sun, 20 Jun 2021 10:52:24 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624200736; bh=RWDN/WvJeI6uns8JMSi81pAXev6t5cSgKJt1ZSKrOGg=; h=From:To:Subject:In-Reply-To:References:Date; b=tP754l69BwIebhhFzUC2GPMfVDWmsjmxz79Sw+vNPuMCsIrhYe+BlEBhOwQDvtkPm ZMoigqkmank+KWKTtd+Md3OEzChejmeOTv1YnzOke6COJ7Dji66mtdX06S2zoZ1ieG sK21OiHmgsQS29SIYWaA03YtLmu7Xxetu+dylCfU= In-Reply-To: References: Message-Id: Date: Sun, 20 Jun 2021 16:52:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 2.9 (++) 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.scm (ocaml-merlin): Inherit from =?UTF-8?Q?=E2=80=98ocaml-dot-merlin-reader=E2=80=99,?= thus also updating it to 4.2-411. [version, source, build-system, home-page]: Remove. [arguments]<#:phases>: Use cu [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 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.9 (+) 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.scm (ocaml-merlin): Inherit from =?UTF-8?Q?=E2=80=98ocaml-dot-merlin-reader=E2=80=99,?= thus also updating it to 4.2-411. [version, source, build-system, home-page]: Remove. [arguments]<#:phases>: Use cu [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager * gnu/packages/ocaml.scm (ocaml-merlin): Inherit from =E2=80=98ocaml-dot-merlin-reader=E2=80=99, thus also updating it to 4.2-411. [version, source, build-system, home-page]: Remove. [arguments]<#:phases>: Use custom test phase. --- gnu/packages/ocaml.scm | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 58b34d4293..21d16a46a1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4566,21 +4566,16 @@ format}. @code{craml} is released as a single bina= ry (called @code{craml}).") =20 (define-public ocaml-merlin (package + (inherit ocaml-dot-merlin-reader) (name "ocaml-merlin") - (version "3.4.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ocaml/merlin") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0i2nwkdh6cfzmnsdsr8aw86vs8j1k5jkjzrs61b9384wnffdbbmj")))) - (build-system dune-build-system) - (arguments '(#:package "merlin" - #:test-target "tests")) + (arguments + '(#:package "merlin" + #:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "dune" "runtest" "-p" "merlin,dot-merlin-reader")))= )))) (inputs `(("ocaml-yojson" ,ocaml-yojson) ("ocaml-csexp" ,ocaml-csexp) @@ -4589,7 +4584,6 @@ format}. @code{craml} is released as a single binary= (called @code{craml}).") `(("ocaml-dot-merlin-reader" ,ocaml-dot-merlin-reader) ; required for= tests ("ocaml-mdx" ,ocaml-mdx) ("jq" ,jq))) - (home-page "https://ocaml.github.io/merlin/") (synopsis "Context sensitive completion for OCaml in Vim and Emacs") (description "Merlin is an editor service that provides modern IDE features for OCaml. Emacs and Vim support is provided out-of-the-box. --=20 2.32.0 From unknown Sat Aug 16 13:51:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#49136: closed (Re: [bug#49136] [PATCH 0/2] Update ocaml-merlin) Message-ID: References: <20210621001510.55cafecf@tachikoma.lepiller.eu> X-Gnu-PR-Message: they-closed 49136 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49136@debbugs.gnu.org Date: Sun, 20 Jun 2021 22:16:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1624227361-10265-1" This is a multi-part message in MIME format... ------------=_1624227361-10265-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49136: [PATCH 0/2] Update ocaml-merlin which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49136@debbugs.gnu.org. --=20 49136: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49136 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1624227361-10265-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49136-done) by debbugs.gnu.org; 20 Jun 2021 22:15:18 +0000 Received: from localhost ([127.0.0.1]:34973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lv5io-0002eb-Jv for submit@debbugs.gnu.org; Sun, 20 Jun 2021 18:15:18 -0400 Received: from lepiller.eu ([89.234.186.109]:45320) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lv5im-0002eR-A8 for 49136-done@debbugs.gnu.org; Sun, 20 Jun 2021 18:15:17 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id fb5383a8; Sun, 20 Jun 2021 22:15:13 +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=5FxZRT95zK4A zIQtkxSexzCDJirGU7CKctvHe8h39qo=; b=eW7VXrSf7Qqz1QR22rZePII0y7bB PdOhvTW4WIuM76WSnSuGD56aL1MDBFk5W+S40Nu7r956j+gKCIr1r6nWZg/hg0ZX QDmsHLmXJuQhmR6hBfyJ7F9LhV9Lgj6FZO1nvXyISItj79IoOmuL81LgtdF8/f78 QADaBPHZxjxBxY3SyCwhmXr48cF8Wdt6Mxyhp+56b/cHI3q1wxEBb6cO0L0jYZ4A A73sjG2d6npIOJFL3bBwO4e4z3U1+QBfI8UYEXKuEBUn0xljd2oIbAAq+6Xn8uIn yUFys6v+FAi05R0GWZ46DtZf3WdWdfLOa5J0CpjcXtZsLjfOwmPXpSnYgg== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id f59a7fa5 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 20 Jun 2021 22:15:13 +0000 (UTC) Date: Mon, 21 Jun 2021 00:15:10 +0200 From: Julien Lepiller To: Xinglu Chen Subject: Re: [bug#49136] [PATCH 0/2] Update ocaml-merlin Message-ID: <20210621001510.55cafecf@tachikoma.lepiller.eu> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Le Sun, 20 Jun 2021 16:49:41 +0200, Xinglu Chen a écrit : > This series updates ‘ocaml-dot-merlin-reader’ and ‘ocaml-merlin’, the > latest version is 4.2-412, but our OCaml compiler is at version > 4.11.1, so I updated them to 4.2-411. > > I also ref [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] X-Debbugs-Envelope-To: 49136-done Cc: 49136-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: 1.0 (+) Le Sun, 20 Jun 2021 16:49:41 +0200, Xinglu Chen a =C3=A9crit : > This series updates =E2=80=98ocaml-dot-merlin-reader=E2=80=99 and =E2=80= =98ocaml-merlin=E2=80=99, the > latest version is 4.2-412, but our OCaml compiler is at version > 4.11.1, so I updated them to 4.2-411. >=20 > I also refactored the =E2=80=98ocaml-merlin=E2=80=99 package to inherit f= rom > =E2=80=98ocaml-dot-merlin-reader=E2=80=99 to avoid having to update the v= ersion and > hash twice. >=20 > Xinglu Chen (2): > gnu: ocaml-dot-merlin-reader: Update to 4.2-411. > gnu: ocaml-merlin: Inherit from =E2=80=98ocaml-dot-merlin-reader=E2=80= =99. >=20 > gnu/packages/ocaml.scm | 28 +++++++++++----------------- > 1 file changed, 11 insertions(+), 17 deletions(-) >=20 >=20 > base-commit: a211078f992bc5a26eaf787c6b01caa41de67597 Pushed as 5ae0d2c24737572ba3e0619a0176a07758078e1d, thank you! ------------=_1624227361-10265-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jun 2021 14:50:03 +0000 Received: from localhost ([127.0.0.1]:34784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luylu-0006ZZ-O8 for submit@debbugs.gnu.org; Sun, 20 Jun 2021 10:50:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:58358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luylt-0006Z4-5E for submit@debbugs.gnu.org; Sun, 20 Jun 2021 10:50:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luyls-0002HO-TN for guix-patches@gnu.org; Sun, 20 Jun 2021 10:50:00 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:40700 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1luylr-0000Jr-4U for guix-patches@gnu.org; Sun, 20 Jun 2021 10:50:00 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624200594; bh=iKohtP+MxvX2gwlim3XjK4t2mLhTsNVHayDTha8DJ2s=; h=From:To:Subject:Date; b=aLfWWnVoiOrWTrSdyEnwUk6DYwpBW7DIGy8hjaTooelFRFjwbHiZMB4K73WUJ0lOR F9z401sAsVziCLVOsZanH/qiiKCTqsaiyCZfS9/TInsGOs4CDlxjt8t3k7yKLRo8T5 CKPfgPHVe3J4FB8OnAYptHN8POTt4POXdM9O550M= To: guix-patches@gnu.org Subject: [PATCH 0/2] Update ocaml-merlin Message-Id: Date: Sun, 20 Jun 2021 16:49:41 +0200 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 29 X-Spam_score: 2.9 X-Spam_bar: ++ X-Spam_report: (2.9 / 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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.486, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.7 (++) 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: This series updates ‘ocaml-dot-merlin-reader’ and ‘ocaml-merlin’, the latest version is 4.2-412, but our OCaml compiler is at version 4.11.1, so I updated them to 4.2-411. I also refactored the ‘ocaml-merlin’ package to inherit from ‘ocaml-dot-merlin-reader’ to avoid having to update the version and hash twice. Content analysis details: (2.7 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)] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: submit 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.2 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This series updates =E2=80=98ocaml-dot-merlin-reader=E2=80=99 and =E2=80=98= ocaml-merlin=E2=80=99, the latest version is 4.2-412, but our OCaml compiler is at version 4.11.1, so I updated them to 4.2-411. I also refactored the =E2=80=98ocaml-merlin=E2=80=99 package to inherit from =E2=80=98ocaml-dot-merlin-reader=E2=80=99 to avoid having to update the ver= sion and hash twice. Xinglu Chen (2): gnu: ocaml-dot-merlin-reader: Update to 4.2-411. gnu: ocaml-merlin: Inherit from =E2=80=98ocaml-dot-merlin-reader=E2=80=99. gnu/packages/ocaml.scm | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) base-commit: a211078f992bc5a26eaf787c6b01caa41de67597 =2D-=20 2.32.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmDPVYYVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5THcP/iTLzZ3eFRpArbEYDQDsaT4ytai8 Eh4ALC9eHZDPjC0kqi3SBpdNvMMTpC+ryDT7PeJtEBrsTkUqqtcAoIUEeI3nVROW qjdYxkaMBSIGf/cto7Z0Lpo5w8GYd7WGqDKtQmJBEW8bPAevoMMwdJ5mKJBMW62V hlO6hR+fpoTidxCM4U8Uba8kC5o+yGDmZ6kO9NDbUrAyLFfX7zZsIhtxgkxazmnT 0I3ZgqUBV2peB7bWJJAZHu0OhkI/0NFV/Ui9Eau73Wxzj93wwYKCIA+Vzywwv+2z vDSR4G6REvV6uQbY2sooid5Y3yY64hV84uNLGge//ZcsoE1noDuMw4LuGtCV4tgQ qCDTiXyVzMNQ43AcAn2yaIJJho9oHKt7kT3Z/I3BpXaHvQVcCAYUbbWBanwUN+6F yghLDL2AcFBNjXonA0Vynxhn4HAQb3zrNKdaNCkBis2J0yCx1lGTYTif6CEQK3+m mExXezQqZEA+TQjbuYjK/A07xsfV6V2b66EdiXsULk4MsIhfqgEDyyKBeo+uXAhN XyIfQ+dsfmmqUl0bkj7F/RyVPfMnglwV6Hlp23PntLpHMRKxc6OfsKA1ewO1GQyD BS4wyolTGH9Wn8I/zyAPsOIEwfqXA/r0sz5QJEVLFeP9hERqRasIsPojoWGSgN1u kmT5Dasc9dvGggE+ =lTj3 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1624227361-10265-1--