From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id kHzhB0Cv1WD+VgAAgWs5BA (envelope-from ) for ; Fri, 25 Jun 2021 12:26:08 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 2HqkA0Cv1WC9RwAA1q6Kng (envelope-from ) for ; Fri, 25 Jun 2021 10:26:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9EB361C3C8 for ; Fri, 25 Jun 2021 12:26:07 +0200 (CEST) Received: from localhost ([::1]:37410 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lwj2E-0007m5-3I for larch@yhetil.org; Fri, 25 Jun 2021 06:26:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38508) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lwj1D-0007kL-W9 for guix-patches@gnu.org; Fri, 25 Jun 2021 06:25:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33381) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lwj1D-0005k3-0k for guix-patches@gnu.org; Fri, 25 Jun 2021 06:25:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lwj1C-0003TU-IE for guix-patches@gnu.org; Fri, 25 Jun 2021 06:25:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49203] [PATCH 1/2] gnu: Add ocaml-uri-sexp. Resent-From: Adu O'Hara Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Jun 2021 10:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49203 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 49203@debbugs.gnu.org Received: via spool by 49203-submit@debbugs.gnu.org id=B49203.162461665413283 (code B ref 49203); Fri, 25 Jun 2021 10:25:02 +0000 Received: (at 49203) by debbugs.gnu.org; 25 Jun 2021 10:24:14 +0000 Received: from localhost ([127.0.0.1]:44927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwj0Q-0003SB-L1 for submit@debbugs.gnu.org; Fri, 25 Jun 2021 06:24:14 -0400 Received: from mout01.posteo.de ([185.67.36.65]:44369) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lwj0N-0003Rw-Pr for 49203@debbugs.gnu.org; Fri, 25 Jun 2021 06:24:12 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A1860240028 for <49203@debbugs.gnu.org>; Fri, 25 Jun 2021 12:24:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1624616645; bh=6WECp+CXrLuFn2F5vReTSsX5SVp5E9aS/zuCuPJ9tYY=; h=From:To:Cc:Subject:Date:From; b=SWiJQlUPLrGz3Kgvxx87kF2C0KD7xpcMkbSRDxYCGWmq0qM1YEGTZhfXT6CyujEZ6 VuAUAXDirIAJbSjCznRNHrHzNPoO6lJOxrNWHJ6clLCgyVTaoYEXu/oplybGiuTBvG MPJVVc8aeO7DpHoststKJGO/bIICvIpLzkgvvyN6UCWzSAfpP96/MXVYhug6fOci9M C8Xl0XUAhKniEO6zWdht5QN/ODAK7HV4/CROoRRaw5UEwAzw2O4EM6DwH4C9UAnR7s /X2lnr3CfRHzslpiCC1Dq6Lc6/CylbzqeJBDsE+PcEdqm0H4XBMLnj9B7CRlmwvlom JtHA4gFiQoXog== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GBCll5pKQz6tmR; Fri, 25 Jun 2021 12:24:03 +0200 (CEST) References: <0c74eedb3a07933206ed2127a2b26f433ab77b18.1624528372.git.public@yoctocell.xyz> <86lf6zxwec.fsf@posteo.net> <87a6nf9kef.fsf@yoctocell.xyz> <86k0mjxcwx.fsf@posteo.net> <875yy2joab.fsf@yoctocell.xyz> From: Adu O'Hara Date: Fri, 25 Jun 2021 10:04:39 +0000 In-reply-to: <875yy2joab.fsf@yoctocell.xyz> Message-ID: <86fsx6xmwx.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1624616767; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=3hn8jOSzsbk0jXLQewjnO/iCRWDUF32WO8in9JZTL70=; b=JlBnyHsW4IcLOnKrr3TSHwBD3gH7ntDo+4DKFezvGqA5bJPQ53LOxC7QnoksHpdLnedvAl UlwLZtCr4Lk0kFDG7rBvtqFdTJoN9jsiqt0UqmgJA1lD95YrawON9yTwpK8KuVHXlp0R/8 wO12a7mmXAsL6OdTzx6YTSmKdlvrGdMXPBt0q3sAlby029O80FuC4l2sJTf1fh/u1GexuX zz3zBAAsqSntBJE3xW7RHq7j8Kb5yNLhRvNMjFLbPSpasjhEWy5EWjW8ZB2tKS9lk8XRbx MTDCVYc6Gxaef5/JBeRiKnFzHSTL7gMdMTxQsnNZhDoOos6P3ElZsfSq5lYnDw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1624616767; a=rsa-sha256; cv=none; b=PFMvejsjOAxOi3xzcbBJykaM4GHgC3cMXpc5rmixpEjVjarBQHpIqElQ6timIzAW4G6NhQ /5gLItnZadZz/8GKccPflacUaFeC4uDIeWhVMGfjz3sBjfyVsFTo94/K5OSbSZx4oGy9GJ pC6dPE0ae1QiWEF3rkzNcdhC/yWkeAuDsOn/lNDzu656kMF168OC+S2g4cqr0T6mEepc7y 4RRZYG3dBwpxT1UP3iS8B7E1moF0qadHcLhFqtsqb3NAViNcW1crvcXq2g4/ogXiSf+vq/ w2CgEXoz2gw61JImNyjphBKW6p4ZSHsrGZnglmtGgo8BUP9Wcu6niPfGGSz/xA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=SWiJQlUP; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=SWiJQlUP; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 9EB361C3C8 X-Spam-Score: -1.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: jYUxocV/THcW Xinglu Chen writes: >> True, what I was suggesting would add another patch to the=20 >> series=20 >> and mix up intentions of the series. > > Sorry, I don=E2=80=99t get what you are trying to say here. > >> Still, I'd suggest for ocaml-uri-sexp to inherit from >> ocaml-uri. Otherwise we have them at two different versions. > > I think it makes more sense to do that in a separate series=20 > since > updating =E2=80=98ocaml-uri=E2=80=99 isn=E2=80=99t really related to addi= ng=20 > =E2=80=98ocaml-cohttp=E2=80=99. Sorry for being unclear. Here's what I mean: (define-public ocaml-uri-sexp (package (inherit ocaml-uri) (name "ocaml-uri-sexp") (arguments `(#:package "uri-sexp" #:test-target ".")) (propagated-inputs `(("ocaml-uri" ,ocaml-uri) ("ocaml-ppx-sexp-conv" ,ocaml-ppx-sexp-conv) ("ocaml-sexplib0" ,ocaml-sexplib0))) (native-inputs `(("ocaml-ounit" ,ocaml-ounit))))) Then when `ocaml-uri` eventually gets updated `ocaml-uri` and=20 `ocaml-uri-sexp` will be at same version.