guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49813] [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation.


From: Maxime Devos
Subject: [bug#49813] [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation.
Date: Sun, 22 Aug 2021 11:53:24 +0200
User-agent: Evolution 3.34.2

Sarah Morgensen schreef op zo 01-08-2021 om 14:18 [-0700]:
> -                         (find-files "include" "\\.h"))
> +                         (find-files "include" "\\.h$"))

C++ header files are sometimes named "something.hpp" instead
of "something.h", so you might want to verify these don't exist.
(And if they do exist, keep the regex "\\.h", or make it "\\.(h|hpp)$"?)

Likewise for 'kaldi', 'shogun' and 'rtags'.  Otherwise, these
new regexes look good to me (but I didn't test them).

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]