From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KNwrDG2ye2PojgAAbAwnHQ (envelope-from ) for ; Mon, 21 Nov 2022 18:16:29 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id yKsMDG2ye2M8eAAAauVa8A (envelope-from ) for ; Mon, 21 Nov 2022 18:16:29 +0100 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 6A21D353B7 for ; Mon, 21 Nov 2022 18:16:28 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oxAOw-0005A1-5N; Mon, 21 Nov 2022 12:16:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxAOp-00057t-Mm for guix-patches@gnu.org; Mon, 21 Nov 2022 12:16:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oxAOo-000240-Qk for guix-patches@gnu.org; Mon, 21 Nov 2022 12:16:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oxAOo-00064G-MH for guix-patches@gnu.org; Mon, 21 Nov 2022 12:16:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#58174] [PATCH 1/3] gnu: Add ocaml-domain-name. Resent-From: Csepp Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 21 Nov 2022 17:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58174 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Christopher Baines Cc: 58174@debbugs.gnu.org, raingloom@riseup.net X-Debbugs-Original-Cc: 58174@debbugs.gnu.org, raingloom , guix-patches@gnu.org Received: via spool by 58174-submit@debbugs.gnu.org id=B58174.166905095123280 (code B ref 58174); Mon, 21 Nov 2022 17:16:02 +0000 Received: (at 58174) by debbugs.gnu.org; 21 Nov 2022 17:15:51 +0000 Received: from localhost ([127.0.0.1]:48681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxAOd-00063Q-ED for submit@debbugs.gnu.org; Mon, 21 Nov 2022 12:15:51 -0500 Received: from mx1.riseup.net ([198.252.153.129]:43666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxAOb-000635-L5 for 58174@debbugs.gnu.org; Mon, 21 Nov 2022 12:15:50 -0500 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4NGDYX1LPpzDrCQ; Mon, 21 Nov 2022 17:15:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1669050944; bh=tkn0wYag4r9nPE9TqchT2sQwURIllXS2bBmXqQ4+Jz4=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=AiiD2Bu/SlRQoS2jvWutn3mPG11QK6VoiXW7Cqkr8lhp84195sEP5sD04Xc5dF6vN DzLTTymQWXXj58JfjowQrL3shdM5UdBRCex+kiXkAn45S/FUmJBVaMjQiEjfXORZ+U 0PnjfqcnJwIPNnJk6XPTM88Qk5chDK93YEW5xrPs= X-Riseup-User-ID: 10563ACDC24156A0485D4DF96BB771DE1EB8E6D64054D277CEF9834530D39B28 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4NGDYW3Ykkz5vMZ; Mon, 21 Nov 2022 17:15:43 +0000 (UTC) References: <20220929164718.16973-1-raingloom@riseup.net> <875yf8v2gv.fsf@cbaines.net> From: Csepp Date: Mon, 21 Nov 2022 18:11:52 +0100 In-reply-to: <875yf8v2gv.fsf@cbaines.net> Message-ID: <875yf8mdol.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1669050988; 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: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=tkn0wYag4r9nPE9TqchT2sQwURIllXS2bBmXqQ4+Jz4=; b=J4GB8zWWBFNd6H0j5SYqtUtLJpytgTE8DMTLlh1jagWGvlmpamf7xFhyLSb8lHB1VEH7AY g7mL742+voC2AyXIlMycqGCEzJYs+KrFC6DIN2kJDGHS5b+80gZJGO5oSkyLTNBB5cWAPA Y5HYm9KQ/UulwOQzASeRijkZBsoam0dzoGguvDWMfknMsnMhE+hqtC+Zmp0ikcg3OZuAwK AHqq58jC04hEQb/Lkg/CYeIPU3Yx9oJnjbAnlhPaAscX0o27+ehZnA0s+0/Kn42znilXkM aJ+0O41a2x0tS68BMg8LEEZ6MtRjJLqkIkhpN2PFGsY21WGDxxKPT7dPcPjKjg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1669050988; a=rsa-sha256; cv=none; b=pMIDiAwhtOLPto30eAbk25XtnUgEP5Qz91HhTnWU35ZaVsXXMplNKJCnPn4rVmEW6oaNGY IcSYOQuMiZpfgPwDIpSlh/Jea83Yh19WQJqXhq/MToRgKiet02eakPxGj9kB2XqHif/QRP KhyjIEHJpqMsh3O9kFiqplAfoDB/oHLQ3Crh8b9OD64rytLCHrPchRGhsaivVSMQLYDeRp gVAyseAbB4X23LtewzOyMABW4NXTd3fuNm/mWN6IWuPjfzhToSDAp2JyhKf3ECClcPJS+k Rf8QcEEdiybzCZpjdLrty3niWtCBcrGOAxendSkIC63QWsNQKnMvksbDfV7k0Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b="AiiD2Bu/"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 5.89 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=riseup.net header.s=squak header.b="AiiD2Bu/"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=riseup.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 6A21D353B7 X-Spam-Score: 5.89 X-Migadu-Scanner: scn0.migadu.com X-TUID: +O/qU7vzWMdx Christopher Baines writes: > [[PGP Signed Part:Undecided]] > > Thanks for the patches. I don't think there's a need for another module > though, and if there is, it should probably have a more general topic > than mirage (e.g. networking). > > So yeah, would you be able to move these packages to the ocaml module > and send an updated patch series? > > Thanks, > > Chris > > [[End of PGP Signed Part]] I have a lot more packages in it (40-ish), a lot of them mirage specific. Working in a separate file made rebasing and sorting commits much easier. But if it's a problem, I can move them to the main ocaml file, but I'd like to avoid it becoming a monolith like gtk.scm, if for no other reason than because I don't want to waste my time waiting for GUILEC to recompile a bunch of expression I did not touch.