From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sahithi Yarlagadda Subject: Re: Fwd: Re: Patch file for colorize module Date: Wed, 13 Jun 2018 21:38:40 +0530 Message-ID: <8f509759-c798-a150-bf5a-9b13cd07ac5b@swecha.net> References: <8ea5d026-fab9-7b12-198e-610ad7743cb2@swecha.net> <87zi0a3m3t.fsf@elephly.net> <07c93c07-2172-6bf1-6188-88830c1d8b4c@swecha.net> <87o9gpyq4t.fsf@elephly.net> <91773c8b-3072-2a82-dca3-cbeb5adf826d@swecha.net> <87fu1zznl3.fsf@elephly.net> <87bmcnzjsp.fsf@elephly.net> <18408eca-ad0b-111a-0ef6-ab452c9ca89c@swecha.net> <878t7ryxvf.fsf@elephly.net> <02e1a59a-ebc1-dfce-e1d6-22e97e742214@swecha.net> <874lifypeb.fsf@elephly.net> <648f81fc-0607-2c3b-f9a3-ca3b29cd637b@swecha.net> <87bmck22uz.fsf@elephly.net> <8736xv1xvq.fsf@elephly.net> <64dfaf0c-3bcf-7b76-5831-b1c41d3f5563@swecha.net> <877en4ccut.fsf@elephly.net> <2b03fcec-c2d8-0604-156c-70fe7643a6cb@swecha.net> <87zhzzbqn6.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fT8KL-0001ZR-Sp for guix-devel@gnu.org; Wed, 13 Jun 2018 12:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fT8KH-0005Gl-44 for guix-devel@gnu.org; Wed, 13 Jun 2018 12:08:53 -0400 In-Reply-To: <87zhzzbqn6.fsf@elephly.net> Content-Language: en-US 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: Ricardo Wurmus Cc: guix-devel Hi On Wednesday 13 June 2018 03:42 AM, Ricardo Wurmus wrote: > Hi Sahithi, > > thank you for rebasing it. > > I have applied it successfully and I tested the output with this > command: > > ./pre-inst-env guix build --no-grafts --check hello > > When I run this in the source directory I do see colours and extra dots > on every new line, and I see a couple of missing space characters, just > as your code specifies it. Yes > Do you see this too? (If not, can you tell us what terminal you are > using?) At the very least you should see that every line starts with a > dot. I am able to see the colours. I tested with the same hello package before sending you the patch. And yes "." for each line. > The next steps are to fix the errors in the regular expressions that > swallow certain space characters and to re-read the documentation of > “make-soft-port” to make sure that the procedures in the vector behave > as they should. I will update back once i am through with it. > > -- > Ricardo > > -- Regards Sahithi