From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: guix lint Date: Thu, 7 Apr 2016 11:09:57 -0400 Message-ID: <20160407150957.GA18750@jasmine> References: <20160407143744.3b0d8e98@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoBZX-0003UC-F4 for guix-devel@gnu.org; Thu, 07 Apr 2016 11:10:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoBZT-00061S-1B for guix-devel@gnu.org; Thu, 07 Apr 2016 11:10:15 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:40202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoBZS-00060p-Sl for guix-devel@gnu.org; Thu, 07 Apr 2016 11:10:10 -0400 Content-Disposition: inline In-Reply-To: <20160407143744.3b0d8e98@scratchpost.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Danny Milosavljevic Cc: Guix-devel On Thu, Apr 07, 2016 at 02:37:44PM +0200, Danny Milosavljevic wrote: > Currently, when run from gnome-terminal, "guix lint" prints CR and then writes a shorter text, resulting in a less-than-ideal display. > > I propose to clear-to-end-of-line before that. > > Also, at the very end of the lint check it still did this: > > dannym@dayas ~/src/guix$ -0.9.4 [formatting]... > > ^^^^ > > Therefore, I clear the line at the very end of "run-checkers" as well. It works, thank you! This has been on my 'to-do list' for a while. Does anyone else have any comments? Danny, can you re-create the patch using `git format-patch` or `git send-email`? In the current format, there is no commit message or authorship information. And remember to add the copyright line for yourself in the new patch.