From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 06:01:52 2019 Received: (at 36805) by debbugs.gnu.org; 26 Jul 2019 10:01:52 +0000 Received: from localhost ([127.0.0.1]:40889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqx2u-0007Rt-Aa for submit@debbugs.gnu.org; Fri, 26 Jul 2019 06:01:52 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hqx2r-0007ON-S5 for 36805@debbugs.gnu.org; Fri, 26 Jul 2019 06:01:51 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1564134396; cv=none; d=zoho.com; s=zohoarc; b=JvccNqUw1VQXsq9oKUBaszvJzlmvX4T7FxBnFVpcd7n3QvASsmL0Vq8Fhd3a1fylgLOYCbuF5qGBy3EVnWw46+kihbe+FzYSMUHflzdYeo1eNcXGZrtb8NOtOEUA+AeAV47gRd8ATwBeF8IlOT3QA+78Xd6+P7uOj9AceNWHBwE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1564134396; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=/+Vert+yVA+25McH+VGA92OnNyCG1nBfgGpHeB107FU=; b=e3t66qNd3kePLLXtZfJ7MzJQnZYtYDL8nsAjKXQANB/11Fj35r/EeJnefem4amk6loNxOyCefv20Z3pArucg2rwbbx9VLiQC90EtQXusn/z10K+4WnqRU9ikGThH7RvvjRnIYxFso8A6F22zpQsWcRQjms6dizmyJS9sJto8znc= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1564134396; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=641; bh=/+Vert+yVA+25McH+VGA92OnNyCG1nBfgGpHeB107FU=; b=MBMEkZA7PIZdljUaKHhKFnnxeiGrNNAOMONu3TsAon0lAetawbs8tC4QNYYcFCRM e9nFBvRaoNOnYIeOf1shrCrP7MF5sS+VrXnCv1x4Hrecph6JXpnwENp1yoiedVblj9E +E4lU+GK958luRIs1bT0pAL4G44X7IqBAwrtb6j4= Received: from localhost (141.80.247.250 [141.80.247.250]) by mx.zohomail.com with SMTPS id 1564134396247906.5576915385484; Fri, 26 Jul 2019 02:46:36 -0700 (PDT) References: <92658660d50853e4eec92f536d8b3eb720aab911.camel@gmail.com> <8a97ec5ed0d1f657731c22593a1f6696af2434dc.camel@gmail.com> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: Kyle Andrews Subject: Re: [bug#36805] Small patch to remove TODO for (@@ (guix build-system r) bioconductor-uri) In-reply-to: <8a97ec5ed0d1f657731c22593a1f6696af2434dc.camel@gmail.com> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Fri, 26 Jul 2019 11:46:33 +0200 Message-ID: <87pnlx86x2.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36805 Cc: 36805@debbugs.gnu.org, zimoun X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Kyle, > I find it sometimes convenient to use a modified version of the > file.path function in R to save me from myself a bit with file paths > while also adding some semantic markup. Perhaps it would also be useful > for building Guix packages? Users would then seldom have to worry about > incorrectly including trailing slashes. I created a code snippet with > my naive implementation here: > > https://gitlab.com/snippets/1879185 > > Maybe there is already a guile library for this sort of thing? There is, but it=E2=80=99s a little heavier: https://gitlab.com/brandoninvergo/guile-file-names --=20 Ricardo