From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: 04/04: offload: Avoid using '_' as a 'match' pattern. Date: Sat, 22 Apr 2017 21:15:52 +0300 Message-ID: <874lxgb95z.fsf@gmail.com> References: <20170421152428.28671.46379@vcs0.savannah.gnu.org> <20170421152430.15A4A21037@vcs0.savannah.gnu.org> <87pog5brmt.fsf@gnu.org> <87efwlzlf7.fsf@netris.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]:36134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1zZe-0001cq-LI for guix-devel@gnu.org; Sat, 22 Apr 2017 14:15:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1zZa-0006Ke-JZ for guix-devel@gnu.org; Sat, 22 Apr 2017 14:15:58 -0400 In-Reply-To: <87efwlzlf7.fsf@netris.org> (Mark H. Weaver's message of "Fri, 21 Apr 2017 14:05:00 -0400") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver (2017-04-21 14:05 -0400) wrote: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> In hindsight, it would have been wiser to just rename =E2=80=98_=E2=80= =99 in (guix ui) >> to something else, like =E2=80=98G_=E2=80=99. Well, it=E2=80=99s not to= o late. Should we do >> that? Thoughts? > > I agree that renaming '_' in (guix ui) is the better approach. Using '_' to match "something that I don't care about" is such a common thing, that I would also prefer to rename '_' in (guix ui). --=20 Alex