Ludovic Courtès (2017-03-24 10:38 +0100) wrote: > Hi Alex, > > Sorry for the delay.
No problem! My delays are longer :-) > Alex Kost <alez...@gmail.com> skribis: > >> From 8d8a79d69619b68dd3a798e7456bfd871fcb8395 Mon Sep 17 00:00:00 2001 >> From: Alex Kost <alez...@gmail.com> >> 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! -- Alex