From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: 'package-name-version' and 'strip-store-file-name' does the same thing with different ways Date: Sat, 20 Oct 2018 10:37:05 +0200 Message-ID: <871s8l2evi.fsf@elephly.net> References: <875zy3j9k9.fsf@gmail.com> <874ldmgl8p.fsf@gnu.org> <87a7ndfszf.fsf@gmail.com> <877eiegi2m.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDmlT-000880-39 for guix-devel@gnu.org; Sat, 20 Oct 2018 04:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDmlR-0006tW-7X for guix-devel@gnu.org; Sat, 20 Oct 2018 04:37:43 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21036) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDmlQ-0006rp-VB for guix-devel@gnu.org; Sat, 20 Oct 2018 04:37:41 -0400 In-reply-to: <877eiegi2m.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: >> Similarly, 'file-sans-extension' are defined in both (guix utils) and >> (guix build guile-build-system). They are both the same. Should we move >> them to (guix build utils) as well? > > Yes, sounds like a good idea! =E2=80=98file-sans-extension=E2=80=99 is used on the host-side, e.g. in scr= ipts/build.scm. Is it still fine to move it to a build-side module only? -- Ricardo