From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id oDUQHyHiI2LzJgEAgWs5BA (envelope-from ) for ; Sat, 05 Mar 2022 23:20:17 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KNKjGyHiI2JhfAAAauVa8A (envelope-from ) for ; Sat, 05 Mar 2022 23:20:17 +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 30A1C1EAA2 for ; Sat, 5 Mar 2022 23:20:17 +0100 (CET) Received: from localhost ([::1]:57644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nQcl6-0005AH-3h for larch@yhetil.org; Sat, 05 Mar 2022 17:20:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50076) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQcks-0005A9-TQ for guix-patches@gnu.org; Sat, 05 Mar 2022 17:20:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55398) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nQcks-00080X-Jt for guix-patches@gnu.org; Sat, 05 Mar 2022 17:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nQcks-0004qE-Br for guix-patches@gnu.org; Sat, 05 Mar 2022 17:20:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#54180] [PATCH 00/12] Home: Clarify and better test symlink-manager.scm Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Mar 2022 22:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54180 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 54180@debbugs.gnu.org Received: via spool by 54180-submit@debbugs.gnu.org id=B54180.164651877418568 (code B ref 54180); Sat, 05 Mar 2022 22:20:02 +0000 Received: (at 54180) by debbugs.gnu.org; 5 Mar 2022 22:19:34 +0000 Received: from localhost ([127.0.0.1]:49295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQckP-0004pQ-VQ for submit@debbugs.gnu.org; Sat, 05 Mar 2022 17:19:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQckO-0004pD-Cw for 54180@debbugs.gnu.org; Sat, 05 Mar 2022 17:19:32 -0500 Received: from [2001:470:142:3::e] (port=36888 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQckJ-0006S1-65; Sat, 05 Mar 2022 17:19:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=lBhFCngqJgCLPZrG0PTQNLNn2LptRtSJdbgI/AJJWes=; b=HYjDABrrZTZty5hmsrqq 8fr3+Ud6jj8i4bhdukZhA0uSCD0e22M6w+41xecO6044suBWn5KHpnO9ZTQ9D/cF+45ThBak6GJtx k1iCSXGK6bZ6pTZZqEGP95nQkemoN75+OZsuBTdAYBnwQmmum5M1iJGqnvj/OTVjbYtxeGNrdDjM5 3E2I9GBiwJkZ5Dw2blbi3l//gQIvx8VtRBLsapbZNrFwH2bC/BDcyaG03Eh+bLMQ35eLCYmPAchA7 So+6CUa+S2wO/kU5vR8yN4aXdWrEzMEbx8cWwP0LWzyQInd5GXkTfCRVzEKO1sJmeyukDhLcyxZeI yd7FOIQBDfS44Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50126 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQckI-0004EN-PH; Sat, 05 Mar 2022 17:19:26 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220227135342.10296-1-ludo@gnu.org> <20220227135342.10296-5-ludo@gnu.org> Date: Sat, 05 Mar 2022 23:19:25 +0100 In-Reply-To: (Maxime Devos's message of "Sun, 27 Feb 2022 16:54:56 +0100") Message-ID: <87ee3gm49e.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 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 X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1646518817; 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=lBhFCngqJgCLPZrG0PTQNLNn2LptRtSJdbgI/AJJWes=; b=bS9U6upODUEn9F5evY5GhQ/BAEj0977YN1Yobe3Je0Jz54LesQqdJol8QSGbDXpaBLCMrC DA9VFiOj54QBaim7p+glJHjhzdq/MhXAjAuuFparmCo4e92iYGBfJSiLnb+/NI4+HCgKZ8 bON37bJQ8sujzKOQssq1Eno6stt1FVcIh1HBhjraxP8YJw0YAEes/kdxTEdXP4ICRRcwhy AuxwD6Z70hPTeQI1caq4zXD9bYJltXD+imEs2zjjbal2kDPMoHlNhnYiJdI9lkevF2DtIB wWBZg6i3VHO7wDY0b5KSAXKBPoZhNlZghmS6w5TnBqdHNKarqeRQsGQJwbvXSw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646518817; a=rsa-sha256; cv=none; b=OdFDl5MXV2WgWxgktEZM4imBgcFJEB4q2xbu8m203d0izzhcxHUKn0VsP8ft3eGf1vFTCW 1H8qn9p1acEPmcIPYniFGyBRYr9+QTYQuUJK2AIBu68lfBeCV/JGT3GPkJAbYZUXQIZIqJ xqzNMLk0OemqFTLCBNVkV+EF9tBh4REzEsnSXvoaH978FhPaeGj9w9/ijUPjhzj8FdEEe+ QgeYveP7uqCsFTK6/RfQiaKgUjv4VJKsKFpxR4BJ6qcIf5PBa22jVYcbDE7Mw+o9SHeDbU V1M3Ry1971U+ioHONi/6BpIK7GPh/ZPrvml+p0fGfoqy5cF/WMOfwjvvB5hw+Q== 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=HYjDABrr; dmarc=pass (policy=none) header.from=gnu.org; 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: -4.04 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=HYjDABrr; dmarc=pass (policy=none) header.from=gnu.org; 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: 30A1C1EAA2 X-Spam-Score: -4.04 X-Migadu-Scanner: scn0.migadu.com X-TUID: M5S/ZNYsqWu2 TWF4aW1lIERldm9zIDxtYXhpbWVkZXZvc0B0ZWxlbmV0LmJlPiBza3JpYmlzOg0KDQo+IEx1ZG92 aWMgQ291cnTDqHMgc2NocmVlZiBvcCB6byAyNy0wMi0yMDIyIG9tIDE0OjUzIFsrMDEwMF06DQo+ PiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGxldCAoKGRpcmVjdG9yeSAoZ2V0 LXRhcmdldC1wYXRoIGRpcmVjdG9yeSkpKQ0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoCAoY2F0Y2ggJ3N5c3RlbS1lcnJvcg0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqAgKGxhbWJkYSAoKQ0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChybWRpciBkaXJlY3RvcnkpDQo+PiArwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKGZvcm1hdCAjdCAoR18gIlJlbW92 ZWQgfmEuXG4iKSBkaXJlY3RvcnkpKQ0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqAgKGxhbWJkYSBhcmdzDQo+PiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqAgKGxldCAoKGVycm5vIChzeXN0ZW0tZXJyb3ItZXJybm8gYXJncykp KQ0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAo Y29uZCAoKD0gRU5PVEVNUFRZIGVycm5vKQ0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChmb3JtYXQNCj4+ICvCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg ICN0DQo+PiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoCAoR18gIlNraXBwaW5nIH5hIChub3QgYW4gZW1wdHkgZGlyZWN0b3J5 KS4uLlxuIikNCj4+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgIGRpcmVjdG9yeSkpDQo+PiArwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICgoPSBFTk9URElSIGVy cm5vKQ0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgICN0KQ0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoZWxzZQ0KPj4gK8KgwqDCoMKgwqDCoMKgwqDC oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChhcHBseSB0aHJv dyBhcmdzKSkpKSkpKSkNCj4NCj4gTGlrZSB3aXRoIG15IGNvbW1lbnQgb24g4oCYQXZvaWQgZXh0 cmEgJ2xzdGF0IGNhbGwu4oCZLCBJIHdvdWxkIG1vdmUgdGhlDQo+IChmb3JtYXQgI3QgKEdfICJS ZW1vdmVkIH5hLlxuIikgZGlyZWN0b3J5KSBvdXRzaWRlIHRoZSBjYXRjaC4NCj4NCj4gSWYgJ2Zv cm1hdCcgc29tZWhvdyB0aHJvd3MgYSBFTk9URU1QVFkvRU5PVERJUiBzeXN0ZW0tZXJyb3IsIHNv bWV0aGluZw0KPiBpcyB2ZXJ5IHdyb25nLg0KDQpQcmVjaXNlbHk6IHdlIGNhbiBrZWVwIHRoZSDi gJhmb3JtYXTigJkgY2FsbCBhZnRlciDigJhybWRpcuKAmSBiZWNhdXNlIHdlIGtub3cNCigxKSBp dOKAmXMgb25seSBnb2luZyB0byBiZSBjYWxsZWQgaWYg4oCYcm1kaXLigJkgc3VjY2VlZHMsIGFu ZCAoMikgaXQgd29u4oCZdA0KdGhyb3cgdG8g4oCYc3lzdGVtLWVycm9y4oCZLg0K