From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: ASDF Builder (Common Lisp) & "package-inferred-system" Packages Date: Fri, 11 Jan 2019 10:01:35 +0100 Message-ID: <87fttzd0uo.fsf@ambrevar.xyz> References: <8736q082h8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghshI-0004p0-34 for guix-devel@gnu.org; Fri, 11 Jan 2019 04:01:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghsh9-0002ak-W7 for guix-devel@gnu.org; Fri, 11 Jan 2019 04:01:46 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:41561) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghsh8-0002YO-AG for guix-devel@gnu.org; Fri, 11 Jan 2019 04:01:39 -0500 In-reply-to: <8736q082h8.fsf@gmail.com> 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: Katherine Cox-Buday Cc: guix-devel@gnu.org Hi Katherine, I've packaged a lot of Lisp packages, none of which seem to suffer from a naming issue. Do you have an example in mind? Which string replacement are you referring to? NORMALIZE-STRING? I'm not completely sure, but I think that in practice packages can always specify the right ASD-FILE or SYSTEM. There could be something missing though.