[Rpm-maint] [rpm-software-management/rpm] Unify glob fallback behavior (PR #2159)

Panu Matilainen notifications at github.com
Tue Aug 23 06:59:43 UTC 2022


@pmatilai commented on this pull request.



> @@ -30,6 +30,14 @@ typedef enum rpmCompressedMagic_e {
     COMPRESSED_ZSTD		= 10	/*!< zstd can handle */
 } rpmCompressedMagic;
 
+/** \ingroup rpmfileutil
+ * RPM glob flags, largely modelled after glob(3).
+ */
+typedef enum rpmglobFlags_e {
+    RPMGLOB_NONE		= 0,
+    RPMGLOB_NOCHECK		= (1 << 0), /*!< like GLOB_NOCHECK */

I find "nocheck" a very strange name for what it does. How about just RPMGLOB_FALLBACK or something?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2159#pullrequestreview-1081569056
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2159/review/1081569056 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220822/88a8efe3/attachment.html>


More information about the Rpm-maint mailing list