[Rpm-maint] [rpm-software-management/rpm] Unify glob fallback behavior (PR #2159)
Michal Domonkos
notifications at github.com
Tue Aug 23 07:12:15 UTC 2022
@dmnks 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 */
:smile: My words exactly. I kept the name of the similar flag used in `glob(3)` and I actually wanted to just re-use it, but having our own type here means we can indeed come up with a better name. Noted.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2159#discussion_r952232808
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2159/review/1081584051 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220823/c5453cab/attachment.html>
More information about the Rpm-maint
mailing list