From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CJMlOsbqXF8TBQAA0tVLHw (envelope-from ) for ; Sat, 12 Sep 2020 15:35:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id qEaCNMbqXF/IQAAAbx9fmQ (envelope-from ) for ; Sat, 12 Sep 2020 15:35:34 +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 718EA9400D3 for ; Sat, 12 Sep 2020 15:35:34 +0000 (UTC) Received: from localhost ([::1]:35218 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH7Yr-0004w6-Eb for larch@yhetil.org; Sat, 12 Sep 2020 11:35:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH7Yi-0004w0-Rs for guix-devel@gnu.org; Sat, 12 Sep 2020 11:35:24 -0400 Received: from mail-il1-x12b.google.com ([2607:f8b0:4864:20::12b]:40044) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kH7Yh-0007rm-C5 for guix-devel@gnu.org; Sat, 12 Sep 2020 11:35:24 -0400 Received: by mail-il1-x12b.google.com with SMTP id y2so11738292ilp.7 for ; Sat, 12 Sep 2020 08:35:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=esgenXMLx8BJrvgmiPxVWKQUra3PHXYtvnxMhYMDBEU=; b=ZtxG11Gesof5kmqjKJ6lS62ru4Q5T6kyt1FXP7eq2SQ3Ig7RtFIdMNl8jYd0KcIFVv bbei1mBUEO+Fhn3k/+5kymjk9/EkJImPA/Gq+NFFh8F8gr2C/b7NRp4EimiDtBi7yOVp pytEQMHJkFX6HDszf/s7R/PcsmXEizdJd0Fp8HZog4rNHrQNO2tspnr4jKorB4e5JyMD oJSjKThVZ5hxJxkZLpDHajrv7AgxRQ1nCj1PfEuCENTHhOrA2zYYtSsMDUGeWcQEmSZd e37nner/j1Vrj1oSOZ0PfTvlxTzUi/C7rRulPSWA/uXUTqbfqtNnuIQTgEQwNX+2UjHJ +V2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=esgenXMLx8BJrvgmiPxVWKQUra3PHXYtvnxMhYMDBEU=; b=Qda6ZzQMyhVE1OCNGLzVKFYEvBH+bD43J+xEApkzk/Nm4M9qyEk0Yp/SoHupQrh4Bp eCyfQWEOv6pfB8c2UdTApoEDxfDHx19CAzwbUEJa2t22gu77jh9P2Of5eB0HRBWLOYMA O43a1aDreywFBrd/+J7xnL2j4jbhWuwNB5Eg6uGH+Hc/R1WY686oh36M6RfteUnm1+1e CZ4Ab4brydeOFuOkZBRHfQejICL5J2gJ6owgmhAVjPMFoFxlIOTJc1c8gAZtQGwWlHEK /pYwC8Qbo+AzMONc5XfUPCx0UvQFokND+LInfbRP09N1cExpDy4aUGDx35ZyvwyL5tC4 Eqxg== X-Gm-Message-State: AOAM530SiLpKOM2+b5ie8a6kScFzly76nvMXm2v/bPQNJsZBP5yIRY2B PYEy7TVbnKAflmp9EOOtsZzikPLRzmLT3Q== X-Google-Smtp-Source: ABdhPJwIhrGrpFqrnZGiNOerc2x+15afR1T5i76Zp0RGdmiK8yZuZOGlWvp9edviCeZ0+yJOlQFgZQ== X-Received: by 2002:a92:d347:: with SMTP id a7mr6351393ilh.263.1599924921527; Sat, 12 Sep 2020 08:35:21 -0700 (PDT) Received: from washu-v4 (172-221-246-205.res.spectrum.com. [172.221.246.205]) by smtp.gmail.com with ESMTPSA id z15sm3252603ilb.73.2020.09.12.08.35.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Sep 2020 08:35:20 -0700 (PDT) From: Katherine Cox-Buday To: Guillaume Le Vaillant Subject: Re: Improve ASDF build system for Common Lisp libraries References: <87sgbntjz4.fsf@yamatai> Date: Sat, 12 Sep 2020 10:35:24 -0500 In-Reply-To: <87sgbntjz4.fsf@yamatai> (Guillaume Le Vaillant's message of "Sat, 12 Sep 2020 11:36:31 +0200") Message-ID: <87tuw3ypmr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2607:f8b0:4864:20::12b; envelope-from=cox.katherine.e@gmail.com; helo=mail-il1-x12b.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=ZtxG11Ge; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: 9FgBrdXvD2ZX Guillaume Le Vaillant writes: > I've been working on some changes to the asdf-build-system for Common > Lisp libraries and programs: Thank you so much for these changes! -- Katherine