[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Should synopsis handle texinfo markup?
From: |
Ludovic Courtès |
Subject: |
Re: Should synopsis handle texinfo markup? |
Date: |
Fri, 24 Mar 2017 10:38:57 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hi Alex,
Sorry for the delay.
Alex Kost <address@hidden> skribis:
> From 8d8a79d69619b68dd3a798e7456bfd871fcb8395 Mon Sep 17 00:00:00 2001
> From: Alex Kost <address@hidden>
> 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?
Other than that it LGTM!
Thank you!
Ludo’.