From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Should synopsis handle texinfo markup? Date: Mon, 27 Mar 2017 10:58:22 +0300 Message-ID: <87h92fi21t.fsf@gmail.com> References: <874lyz396q.fsf@gmail.com> <877f3q8qlp.fsf@gnu.org> <874lyt38nk.fsf@gmail.com> <87d1dgua7v.fsf@gnu.org> <8737e85ig3.fsf@gmail.com> <87o9wrypxq.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]:57893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csPXp-0007CG-0N for guix-devel@gnu.org; Mon, 27 Mar 2017 03:58:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csPXm-00063F-1j for guix-devel@gnu.org; Mon, 27 Mar 2017 03:58:29 -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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2017-03-24 10:38 +0100) wrote: > Hi Alex, > > Sorry for the delay. No problem! My delays are longer :-) > Alex Kost skribis: > >> From 8d8a79d69619b68dd3a798e7456bfd871fcb8395 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Mon, 20 Mar 2017 13:41:41 +0300 >> Subject: [PATCH] ui: Support Texinfo markup in package synopses. >> >> * guix/ui.scm (package-field-string): New procedure. >> (package-description-string): Use it. >> (package-synopsis-string): New procedure. >> (package->recutils): Use it. >> * guix/scripts/lint.scm (check-synopsis-style)[check-texinfo-markup]: >> New procedure. Use it in checks. >> * gnu/packages/perl.scm (perl-try-tiny)[synopsis]: Adjust for the >> Texinfo markup. > > Could you add a test in tests/lint.scm that would be the same as > "description: valid Texinfo markup" but for the synopsis? Sure, done. > Other than that it LGTM! Committed, thanks! --=20 Alex