From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 450E7158042 for ; Sat, 16 Nov 2024 18:58:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48866E077C; Sat, 16 Nov 2024 18:58:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3254BE077C for ; Sat, 16 Nov 2024 18:58:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74BF0342F8D for ; Sat, 16 Nov 2024 18:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07440156C for ; Sat, 16 Nov 2024 18:58:47 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1731783488.ac70f01a25523c052dff5d60f0305dfbf463c61b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-inifiles/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch X-VCS-Directories: dev-ml/ocaml-inifiles/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: ac70f01a25523c052dff5d60f0305dfbf463c61b X-VCS-Branch: master Date: Sat, 16 Nov 2024 18:58:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c7d23ce8-34f5-4bbf-8a09-b27627adf5b6 X-Archives-Hash: 421820f163d040aa4161965c5d7810a8 commit: ac70f01a25523c052dff5d60f0305dfbf463c61b Author: Alfredo Tupone gentoo org> AuthorDate: Sat Nov 16 18:58:08 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Nov 16 18:58:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac70f01a dev-ml/ocaml-inifiles: changing deprecated funcs Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch b/dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch index 17c060c8a208..66c463a579b5 100644 --- a/dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch +++ b/dev-ml/ocaml-inifiles/files/ocaml-inifiles-1.2-inifiles.ml.patch @@ -1,5 +1,14 @@ --- a/inifiles.ml +++ b/inifiles.ml +@@ -50,7 +50,7 @@ + struct + type t = string + let compare (x:t) (y:t) = +- String.compare (String.lowercase x) (String.lowercase y) ++ String.compare (String.lowercase_ascii x) (String.lowercase_ascii y) + end + + module Strset = Set.Make(Ordstr) @@ -257,7 +257,7 @@ func initial