Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[swig] Bindings and tests for libdnf5::utils::[is_glob_pattern | is_file_pattern] #1738

Merged

Conversation

jrohel
Copy link
Contributor

@jrohel jrohel commented Sep 30, 2024

libdnf5::utils::is_glob_pattern and libdnf5::utils::is_file_pattern are C++ public API functions.

Adds a new "utils" module to the bindings.

Includes C++, Perl, Python and Ruby unit tests for is_glob_pattern and is_file_pattern .

Closes: #1563

Requires fix: #1742

libdnf5::utils::is_glob_pattern and libdnf5::utils::is_file_pattern are
C++ public API functions.

Adds a new "utils" module to the bindings.
@jrohel jrohel force-pushed the utils_bindings_is_x_pattern branch from 46658f3 to c171761 Compare October 1, 2024 08:32
@jrohel jrohel changed the title [swig] Bindings for libdnf5::utils::[is_glob_pattern | is_file_pattern] [swig] Bindings and tests for libdnf5::utils::[is_glob_pattern | is_file_pattern] Oct 1, 2024
@kontura kontura self-assigned this Oct 4, 2024
@kontura
Copy link
Contributor

kontura commented Oct 4, 2024

Looks good, thank you.

@kontura kontura added this pull request to the merge queue Oct 4, 2024
Merged via the queue into rpm-software-management:main with commit 463742d Oct 4, 2024
17 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose libdnf5::utils::is_glob_pattern to Python bindings
2 participants