From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id WAmoI7QyRmYVAAAAqHPOHw:P1 (envelope-from ) for ; Thu, 16 May 2024 18:22:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id WAmoI7QyRmYVAAAAqHPOHw (envelope-from ) for ; Thu, 16 May 2024 18:22:12 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=dTREP7zA; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1715876532; 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=TmdWYNQo30shsspLYWs+NFPUIHZs2nzhAoBKym7fI8Q=; b=Dyg7ozGks0rWSQLtA17e+BkUgAihtuJgUFxpP/wFv9IfbtMhYSvf+qszZ4cudQsc9QxJ8Y Wri/R8Wa8W3fen7s+8fNfSdekyDpfgEyvkuwtVBJEwjDFYKcZqp/qy/q/Tk+Dx+KNIZ4Dt sekDfzv1zJvKrKUTBC1Dg3jqrLEO+28M0O3szKmO7GPj6s+r/BwgRkNP9WF3IH97NuNOsC 3y7p/hKBF4wLpkRRpWZBuJu96+ufCHjCdGJtYbU3ttbaq4sU45mstyUwxQeJWGAyA7e1o1 bBwcTTbUScPyHc6/kENfwao/SEW2zkxfaWuSxmPkxtDvYPScDsAw645xf3LowA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=dTREP7zA; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1715876532; a=rsa-sha256; cv=none; b=rWLif5/JKqKBUKLYkavFsfQdxZbJzCdbNUDKMRGqAnXOUAto9VWgrh27TiC97Pfw8MAYw8 YMGKvcxSlRWRQk4UvlTHn6txa+3bjl5IuDKvg2qda0Z3mrvBrnJHEBWs64PB5Tak/CHEa/ dR3PuUh9MigNNy+QBeF44N1jAIQ2d64QlcmhMKiyUUtp1iArT1XecqGlnYvzkNnzj0oXWn khbtuWAz7aj0ouW4Ec3nHgg/eeJXygfd+BeEUWA/EsE4oGqEY6HHnq0aAyyTOXgPsIWqg4 NecYMqrREMgu+vYOXBQ/Ont1Sou7ipKPIiZMQ7c3VxOrXr0zJ34+qjjoLNwE3A== 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 697C06BB10 for ; Thu, 16 May 2024 18:22:12 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s7drl-0006DI-6B; Thu, 16 May 2024 12:22:01 -0400 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 1s7drj-0006Bp-NA for guix-patches@gnu.org; Thu, 16 May 2024 12:21:59 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s7drj-0003O4-Ee for guix-patches@gnu.org; Thu, 16 May 2024 12:21:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1s7drl-0000Tu-ON for guix-patches@gnu.org; Thu, 16 May 2024 12:22:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70494] [PATCH 17/23] store: database: Export transaction helpers. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 May 2024 16:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70494 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: Josselin Poiret , 70494@debbugs.gnu.org, Simon Tournier , Mathieu Othacehe , Tobias Geerinckx-Rice , Ricardo Wurmus , Christopher Baines Received: via spool by 70494-submit@debbugs.gnu.org id=B70494.17158765201844 (code B ref 70494); Thu, 16 May 2024 16:22:01 +0000 Received: (at 70494) by debbugs.gnu.org; 16 May 2024 16:22:00 +0000 Received: from localhost ([127.0.0.1]:49667 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7drj-0000Tg-OK for submit@debbugs.gnu.org; Thu, 16 May 2024 12:22:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s7drh-0000TS-Dv for 70494@debbugs.gnu.org; Thu, 16 May 2024 12:21:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s7drZ-0003MQ-2C; Thu, 16 May 2024 12:21:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=TmdWYNQo30shsspLYWs+NFPUIHZs2nzhAoBKym7fI8Q=; b=dTREP7zA9cjIRsonH+BH Scg9laPLL3m2yz7+FE3g7UeojiWXNBC7j1Xn7d2J0T0lQempJv4LPdlVlCz9dUgbaxDg3mkS1AnRN NKKZ1eFsM5Q7E6Ke/ycksycH0N5GENil8E2my4K/Q92xXwYh2GcIoWoJ4Xt3M/c3PG+FfEsA5fXMx gYTQdMzy7t2YuZS9BAcsE6tzj+kd9EIH0/mz1ze1WO18jiz0HG7ZIeH3TTIYz2Ew3DpYMsKejugZf QkRNGY2oc273xY0WfOQEyBf2S6Qv4vpApvIJyTRKVJ4k5RxZUCO6VaWaqtN5RIaD+kS5eUtrxgckj jWgvbHBq8nY/eg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <732f10191cbb57caae0cda7428382ddba6a4dba1.1713692561.git.mail@cbaines.net> (Christopher Baines's message of "Sun, 21 Apr 2024 10:42:35 +0100") References: <87bk632h36.fsf@cbaines.net> <732f10191cbb57caae0cda7428382ddba6a4dba1.1713692561.git.mail@cbaines.net> Date: Thu, 16 May 2024 18:21:46 +0200 Message-ID: <87ttix917p.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: -5.62 X-Migadu-Queue-Id: 697C06BB10 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -5.62 X-TUID: ZngQYxWWzZA7 Christopher Baines skribis: > * guix/store/database.scm (call-with-transaction, > call-with-retrying-transaction): Export procedures. I would expect these to remain private here, with the module exporting all the higher-level procedures to deal with the database, no?